Sunday, 23 August 2020
WiFiJammer: Amazing Wi-Fi Tool
Posted on 01:21 by Mordiadi
The name sounds exciting but really does it jam WiFi networks? Yes, it is able to do the thing which it's name suggests. So today I'm going to show you how to annoy your friend by cutting him/her short of the WiFi service.
Requirements:
- A computer/laptop with WiFi capable of monitoring (monitor mode).
- A Linux OS (I'm using Arch Linux with BlackArch Repos)
- And the most obvious thing wifijammer (If you're having BlackArch then you already have it).
How does it work? You maybe thinking!, it's quite simple it sends the deauth packets from the client to the AP (Access Point) after spoofing its (client's) mac-address which makes AP think that it's the connected client who wants to disconnect and Voila!
Well to jam all WiFi networks in your range its quite easy just type:
sudo wifijammer
but wait a minute this may not be a good idea. You may jam all the networks around you, is it really what you want to do? I don't think so and I guess it's illegal.
We just want to play a prank on our friend isn't it? So we want to attack just his/her AP. To do that just type:
sudo wifijammer -a <<AP-MAC-ADDRESS>>
here -a flag specifies that we want to jam a particular AP and after it we must provide the MAC-ADDRESS of that particular AP that we want to jam.
Now how in the world am I going to know what is the MAC-ADDRESS of my friend's AP without disturbing the other people around me?
It's easy just use the Hackers all time favorite tool airodump-ng. Type in the following commands:
sudo airmon-ng
sudo airodump-ng
airmon-ng will put your device in monitor mode and airodump-ng will list all the wifi networks around you with their BSSID, MAC-ADDRESS, and CHANNELS. Now look for your friend's BSSID and grab his/her MAC-ADDRESS and plug that in the above mentioned command. Wooohooo! now you are jamming just your friend's wifi network.
Maybe that's not what you want, maybe you want to jam all the people on a particular channel well wifijammer can help you even with that just type:
sudo wifijammer -c <<CHANNEL-NUMBER>>
with -c we specify to wifijammer that we only want to deauth clients on a specified channel. Again you can see with airodump-ng who is on which channel.
wifijammer has got many other flags you can check out all flags using this command that you always knew:
sudo wifijammer -h
Hope you enjoyed it, good bye and have fun :)
Related posts
- Pentest Tools Open Source
- Pentest Automation Tools
- Pentest Box Tools Download
- Hacking Tools
- Hacker Tools Online
- Hacking Tools Software
- Black Hat Hacker Tools
- Pentest Tools Tcp Port Scanner
- Pentest Tools For Mac
- Hack App
- Hacking Tools 2020
- Install Pentest Tools Ubuntu
- Hacker Tools Free Download
- Black Hat Hacker Tools
- Pentest Tools For Ubuntu
- Best Hacking Tools 2020
- Pentest Tools Alternative
- Hacker Tools Windows
- Hak5 Tools
- Pentest Tools Kali Linux
- Blackhat Hacker Tools
- Kik Hack Tools
- Hak5 Tools
- Hacker Tools Windows
- Hacking Tools Free Download
- Hacking Tools For Kali Linux
- Pentest Tools Online
- Pentest Tools Android
- Hacker Tools Github
- Pentest Tools Bluekeep
- What Is Hacking Tools
- Hacker Tools Free Download
- Hacking Tools Free Download
- Pentest Recon Tools
- Hacking Tools For Windows
- Hacker Tools Github
- Pentest Recon Tools
- Hack Rom Tools
- Hackrf Tools
- Hack Tool Apk
- Hacking Tools For Pc
- Hacker Hardware Tools
- Hack App
- Hacking Tools Pc
- Nsa Hacker Tools
- Hack App
- Hack App
- Hack Tools Mac
- Hacking Tools Pc
- Pentest Tools Open Source
- Hackers Toolbox
- Hacker Tools Online
- Pentest Tools Github
- Black Hat Hacker Tools
- Hacking Tools Online
- Nsa Hacker Tools
- Hacker Search Tools
- Install Pentest Tools Ubuntu
- Hack Tools Download
- Hacker Tools 2020
- Tools For Hacker
- Pentest Tools For Mac
- Pentest Tools For Android
- Black Hat Hacker Tools
- Pentest Tools Online
- Hacking Tools For Games
- Wifi Hacker Tools For Windows
- Hack Tools Download
- Hacker Tools Apk
- Pentest Tools For Windows
- Top Pentest Tools
- Hacking Tools Pc
- Best Hacking Tools 2020
- Hacker Tool Kit
- Pentest Tools Android
- Pentest Tools Github
- Hacking Tools Kit
- Kik Hack Tools
- Hacking Tools Hardware
- Pentest Tools Framework
- What Are Hacking Tools
- Hacker Tools Software
- Hacker Tools Apk
- Pentest Tools Apk
- Termux Hacking Tools 2019
- Pentest Tools Github
- Pentest Tools Nmap
- Hack Tools Pc
- Pentest Tools List
- Hacker Tools
- Tools Used For Hacking
- Hacker Tools Linux
- Hackers Toolbox
- Tools Used For Hacking
Subscribe to:
Post Comments (Atom)
No Response to "WiFiJammer: Amazing Wi-Fi Tool"
Leave A Reply