protsent
0
Rep
Rep
14
Likes
Likes
Carder

- Posts
- 74
- Threads
- 6
- Joined
- Dec 2020
Simple stuff.
SSIDS I used
Boot up the old Kali box, make sure you have a wireless adapter plugged in or you are live booting a laptop from USB.
Run the follow to put your wireless card in monitor mode.
Run this to make a spam list of networks - each network name needs to be put on a new line of the file.txt
I personally fill my file.txt with a list of the funniest wireless network names make your own list or grab some of the ones at the bottom in the pastebin
All your neighbors will see and hear are notifications of open networks around them which annoys the fugg outta people lol
SSIDS I used
https://pastebin.com/dl/0tzDmwEd
Boot up the old Kali box, make sure you have a wireless adapter plugged in or you are live booting a laptop from USB.
Run the follow to put your wireless card in monitor mode.
Code |
ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up |
Run this to make a spam list of networks - each network name needs to be put on a new line of the file.txt
Code |
mdk3 wlan0 b -f file.txt |
I personally fill my file.txt with a list of the funniest wireless network names make your own list or grab some of the ones at the bottom in the pastebin
All your neighbors will see and hear are notifications of open networks around them which annoys the fugg outta people lol