Skip to content

jseric/raspberry-jammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi WiFi Attacker

Turn your Raspberry Pi into a WiFi attacking device.

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.

What you will need (Hardware):

  • 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)

What you will need (Additional Software on Raspberry Pi):

How to download and run Raspberry Pi WiFi Attacker

  • 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