Skip to content

Instantly share code, notes, and snippets.

View gibbyb's full-sized avatar

Gabriel Brown gibbyb

View GitHub Profile
@gibbyb
gibbyb / wifijam.sh
Last active September 25, 2022 20:14
Wifi Jammer using aircrack-ng and nmap
#!/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