Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone who thinks it’s a good idea to try to use this to attempt to hack systems that do not belong to you
In the last article, I posted about Websploit, including The installation of Websploit in Kali Rolling, websploit modules and websploit commands. If you are the first time to see Websploit, I recommended to check out our previous article about Websploit.
Today we will learn tutorial of using Websploit. One of exploit in the network modules is the Webkiller Exploit. This exploit able to drop any TCP packet from certain device that try to make a request to a target URL. In other word, Webkiller blocks a certain URL/host target.
Step 1 : Open Websploit
Type into Terminal :$ websploit
If you are familiar with metasploit, then you have not to be worry about the Websploit basic commands.
Step 2 : Check The Modules and Exploits
To see the available modules and exploits of Websploit, type :wsf > show modules
We will use Webkiller Exploit in the Network Module, as I highlighted in above image.
Step 3 : Use The Webkiller Exploit
wsf > use network/webkiller
Step 4 : Set Value Options – Interface and TArget
Now, to set the value in each option, type the following commands:wsf:Webkiller > set interface wlan0
wsf:Webkiller > set target target.com
Step 5 : Start the Attack. RUN The Webkiller Exploit
Now type “run”, to start the exploit.As the result, all device in a network would not access the website target. Because websploit only drop TCP connection, not ICMP as general ping command does. Below is the screenshot of both client whom try to access target URL which is target.com and the ICMP packet from pinging to target.com .
0 comments:
Post a Comment