Skip to content

Raspberryy/NetCrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

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 = "YourGmailAdress@gmail.com"
Password = "YourGMailPassword"
Reciever = "YourEMailAdress@anyhost.com"

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

About

Network Analyzing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages