Sunday, May 28, 2023

WiFiJammer: Amazing Wi-Fi Tool


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:


  1. A computer/laptop with WiFi capable of monitoring (monitor mode).
  2. A Linux OS (I'm using Arch Linux with BlackArch Repos)
  3. 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 articles
  1. Pentest Tools Port Scanner
  2. Pentest Recon Tools
  3. Hacker Search Tools
  4. Pentest Tools Url Fuzzer
  5. Hack Tools For Mac
  6. Hacking Tools Github
  7. Best Hacking Tools 2019
  8. Hacker Techniques Tools And Incident Handling
  9. Pentest Tools For Windows
  10. Hacker Tools Apk Download
  11. Pentest Tools Open Source
  12. Hack Tools 2019
  13. Pentest Tools Github
  14. Tools Used For Hacking
  15. Hacker Tools Github
  16. Pentest Tools Kali Linux
  17. Hacking Tools Online
  18. Usb Pentest Tools
  19. Tools For Hacker
  20. Computer Hacker
  21. Ethical Hacker Tools
  22. Hacking Tools For Windows 7
  23. Best Hacking Tools 2020
  24. Hack Tool Apk
  25. Hacker Search Tools
  26. Pentest Tools Open Source
  27. Hacking Tools For Beginners
  28. Hack Tools Github
  29. Hacking Tools Windows
  30. Hack App
  31. Hacker Tools Online
  32. Pentest Tools For Ubuntu
  33. Tools Used For Hacking
  34. Best Hacking Tools 2019
  35. Hack Tools For Ubuntu
  36. Black Hat Hacker Tools
  37. Usb Pentest Tools
  38. Pentest Tools Port Scanner
  39. How To Make Hacking Tools
  40. Pentest Tools For Windows
  41. New Hack Tools
  42. Hacking Tools And Software
  43. Hacker Tools Apk
  44. Hacker Tools For Ios
  45. Hacker Tools Github
  46. Pentest Tools Online
  47. Underground Hacker Sites
  48. World No 1 Hacker Software
  49. Hacker Tool Kit
  50. Hacker Tools For Mac
  51. Hack Tools For Pc
  52. Hackers Toolbox
  53. Nsa Hacker Tools
  54. Hacker Tools For Pc
  55. Hack Tools Download
  56. Pentest Tools Url Fuzzer
  57. Hack Tools
  58. Tools For Hacker
  59. Hack Tools Mac
  60. Hack Tools For Pc
  61. Hacking Tools
  62. Pentest Tools Apk
  63. Top Pentest Tools
  64. Hack Tools
  65. Hacking Tools 2019
  66. How To Make Hacking Tools
  67. Hacker Tools For Ios
  68. Android Hack Tools Github
  69. Hacking Tools Windows 10
  70. Tools Used For Hacking
  71. Hacker Tools Hardware
  72. Hack Tools
  73. Install Pentest Tools Ubuntu
  74. How To Install Pentest Tools In Ubuntu
  75. Hacks And Tools
  76. Pentest Tools For Mac
  77. Pentest Tools Kali Linux
  78. Hack App
  79. Hak5 Tools
  80. Pentest Automation Tools
  81. Best Pentesting Tools 2018
  82. Pentest Tools Open Source
  83. Pentest Tools Android
  84. Hackrf Tools
  85. Hacker Tools For Pc
  86. Hacker Tools For Mac
  87. Hackers Toolbox
  88. Pentest Tools Review
  89. Tools Used For Hacking
  90. Tools For Hacker
  91. Hack Tools For Ubuntu
  92. Pentest Tools Bluekeep
  93. Hacking Tools Download
  94. Beginner Hacker Tools
  95. How To Install Pentest Tools In Ubuntu
  96. Hacking Tools Pc
  97. Hacker Tools For Pc
  98. Pentest Tools For Windows
  99. Hacks And Tools
  100. Pentest Tools
  101. Pentest Tools Download
  102. Pentest Tools Find Subdomains

No comments:

Post a Comment