Note: this application is made for academic purposes only!!! Some elements of this application are illegal for non-academic use!
This is an application for attacking WiFi networks using Raspberry Pi (RPI) 3. This application includes the attacker script and web application used as an UI for running the attacks.
- A raspberry Pi with a built in wireless network card (for example, Raspberry Pi 3B)
- A USB WiFi card with monitor mode
- SD card (with min. 16 GB of memory)
- Raspbian OS
- Python & Scapy (Both should come preinstalled on Raspbian OS)
- NPM & NodeJS
- Generate new SSH key and add it to your GitHub account
- RaspAP (Installation notes are on link, see Quick Installer section)
- Clone the repository
git clone https://github.com/jseric/raspberry-jammer.git
- Install dependencies for server-side and client side
cd raspberry-jammer
cd server
npm install
cd client
npm install
- Run application
sudo npm run dev # In raspberry-jammer/server directory