Deadpool2000 / rpimon

Enable Monitor mode & Packet Injection in Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpimon

Enable Monitor mode & Packet Injection in Raspberry Pi

1589557277389~2

Requirements

Python 3.x

Installation

  1. git clone https://github.com/Deadpool2000/rpimon.git
  2. cd rpimon
  3. sudo su
  4. python3 mon.py

Info

  1. This script install Re4son Kernel which enables monitor mode & packet injection in Raspberry Pi.
  2. This script works on Raspberry Pi 3B/B+,Raspberry Pi Zero W (Tested on Raspbian OS)

Re4son kernel - Click Here

To check Monitor mode is working

  1. After successfull installation,Reboot Pi
  2. After rebooting,run 'sudo mon0 up' command.
  3. then run 'sudo airodump-ng mon0'

To check Packet Injection is working

  1. Run 'sudo aireplay-ng --test mon0'
  2. If you get output 'Injection is working!' then packet injection is working properly.

Note - If you are connected to any wifi,monitor mode will not affect on connected wifi. i.e. you can use internet & attack AP at same time!

Donate

Don't buy me a coffee. I HATE COFFEE!

Just show your support here -

Bitcoin - 38yipao4dR7E13v344oDB6ERtgVBNXP4Fn

Ethereum - 0x17d107aE35636D7544933aaA46B37ec47c10e271

Litecoin - 3PzqD13UK582iNKKURkobopawYcZYo9M2T

Ripple(XRP) - rUaoaWVWJRt177bYKodew6fqTFo32urh8Y?dt=1350931

About

Enable Monitor mode & Packet Injection in Raspberry Pi

License:GNU General Public License v3.0


Languages

Language:Python 100.0%