Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.31 KB

NetCrow - by Raspberryy

This is a fun little Tool made for the Raspberry Pi!

But of course it can be used on every Linux System...
It is using python Code to execute the MiTM automatically.
The Attack itself is using ettercap to analyize Network Traffic.

The main Features are:

  • Automatic start at Boot (if needed)
  • Sending gathered Data via E-Mail to the User
  • Autosaving

Installing NetCrow

sudo -i
cd to/path/you/want/to/install
git clone https://github.com/Raspberryy/NetCrow.git
cd NetCrow/
python attack.py -install

Enable IP IpTables

sudo nano /etc/ettercap/etter.conf

Search for "redir_command_on/off"
Remove # from "redir_command_on = "iptables [...]""
Remove # from "redir_command_off = "iptables [...]""

Configure E-Mail Sending

nano attack.py

Enter your E-Mail Data:
Sender = "[email protected]"
Password = "YourGMailPassword"
Reciever = "[email protected]"

DO NOT FORGET:
Allow less secure apps to access your Gmail account
Info: https://support.google.com/accounts/answer/6010255?hl=en
Disable: https://www.google.com/settings/security/lesssecureapps

Enable Automatic Boot (Only if needed)

sudo python attack.py --AutoStart-Enable