This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#A very simple yet effective Wifi Jammer | |
#There are other jammers out there, but they did not work for me | |
#Let me know how it works for ya and feel free to give me any tips. | |
#This is the first script I have written. | |
clear | |
echo -n "Wifi Jammer ";echo "By Gibby" | |
echo "You will need aircrack-ng and nmap for this tool." | |
echo -n "If it's all good, press enter.";read |