vazrious updates to fuzzing, more organization

This commit is contained in:
2024-09-24 19:01:12 -06:00
parent 6666879626
commit 95dc84024b
24 changed files with 49 additions and 56 deletions
+6
View File
@@ -0,0 +1,6 @@
wifi_device=wlan1
echo "Interface $wifi_device"
echo "Disconnecting"
sudo nmcli d disconnect $wifi_device > /dev/null
echo "Deleting Wifi Profiles"
sudo nmcli connection show | sudo awk '{system("nmcli connection delete " $1)}' > /dev/null