Skip to content
/ Wammer Public
forked from RonnyDo/Wammer

Jamming your WiFi network

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

panosx2/Wammer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wammer

Wammer lets you kick out all clients in your WiFi network, so you can enjoy its full bandwidth. Best part of the story: everything works fully automatically!

Wammer uses the aircrack-ng suite and requires a compatible WiFi device to work. See below for more information.

Wammer Screenshot

Disclaimer

This software is for educational purposes only. Jamming WiFi networks might violate certain laws or regulations in your country. Make sure you have the network owner's permission to run this program. You are using this software on your own risk.

Installation & Requirements

To run Wammer you'll need to...

  • install the Wammer app
  • install aircrack-ng
  • get a WiFi device which supports monitor mode

install Wammer

On elementaryOS simply install Wammer from AppCenter:

Get it on AppCenter

Otherwise you can download and install the latest .deb file.

Install aircrack-ng

The aircrack-ng suite is a bunch of WiFi (hacking) tools. You can simply install it from the Ubuntu Software repository: sudo apt install aircrack-ng

WiFi device

Furthermore you‘ll need a WiFi card which aircrack-ng is able to put into monitor-mode. See the aircrack-ng page for supported devices or simply try it out. This software was tested with a TP-Link TL-WN722N adapter.

Technical background

WiFi jamming isn‘t magic! It basically relies on a fault in the WPA/WPA2 handshake design.

Thereby it's possible to send „de-auth“ packages to the multicast address of a WiFi network. In result all connected clients get disconnected from it. Aircrack-ng implements it in a way that all clients, except the sending one, get kicked out.

De-auth packages always get send unencrypted. That means it would be technically possible to disconnect clients of a WPA/WPA2 encrypted WiFi network even if you‘re not connected to it. However Wammer is implement in a way that makes it necessary to be connected to the attacked WiFi network.

Dependencies

You'll need the following dependencies to build:

  • granite
  • libgtk-3-dev
  • meson
  • valac
  • aircrack-ng

Build, Install and Run

Tbd.

About

Jamming your WiFi network

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 93.5%
  • Meson 4.9%
  • Other 1.6%