Breaking News
Loading...
Thursday 2 July 2015

How to kick your neighbor from the internet in seconds

In my todays article you will learn how you can jam your neighbor,s wifi in seconds.

How to kick your neighbor from the internet in seconds
Ever wondered ? you can jam a wifi from your wireless card ? Yes it is very easy and you can kick your neighbor from using the internet even if you are not connected to his/her network.

In this process we will act as a middle man between the user and the router i.e INTERNET access point.


Requirements :-
  • Kali Linux 
  • Wireless card or wireless adapter
  • Access Point in your range ( 18~25 DBI Signals Minimum ) 

Now lets start , run your kali linux and open the command terminal.

First of all we will set moniter interface for our wireless card , so for this purpose type the below command.

 airmon-ng start wlan0
Now we have turn on the moniter interface on "mon0" and we will use mon0 as our interface in each command.


First of all we will check if the neighbor i.e user is using his internet or not so for this purpose we will use wifite tool which will allow us to check the client or clients on the access points so type the below command.

 wifite

now select your interface as " mon0 " so type 1 to select the interface and enter , Now you will see the list of access points with their signal strength , name , and if the user or users are using it then it display client or clients at the end of the AP.

Now we come to know that he is using his INTERNET because client is displayed at the end of his access point.

Now close this ternimal and open another terminal and now you have to find the BSSID for this access point so type the below command.

 airodump-ng mon0
now copy the bssid and press ctrl+c to stop

now we will first make a blacklist for his bssid so we may ddos or jam only his wifi , so type the below command
 echo BSSID>blacklist
example echo 68:15:90:86:79:A5>blacklist

now we will type our last and final command to dos attack on that access point and kick him out of the internet and this command will disconnect his pc from the access point contiguously until you dont stop.

type

 mdk3 mon0 d -b blacklist
here ,

mdk3 ) is a tool to dos the wifi or to stress the wireless access point

mon0 ) is our interface which we setup or started on the top

d ) this mean to denunciate the user if he is connected

-b ) means the filename for the blacklist and we already generated the file from echo command in above

I hope you enjoyed the article and i will write more on this tool and it can even jam the wifi completely in your area and its advantages are like if you continue to do such type of attacks their are many chances that the owner will reset his router because it is not working and after you may connect to it immediately and note the wps pin for further attacks if he sets security again and this could also be used with evil twin AP attack to confuse the user and lead him to connect to a fake spoofed AP.

0 comments:

Post a Comment

 
Toggle Footer