A little script witten in bash to fire up Ettercap and SSLstrip during a Network Penetration testing
How to run
- chmod +x sniffer.sh
- ./sniffer.sh
- Enter network interface when prompted
- When the other tab is opened just click the enter key
Requirements:
-
Ettercap - https://ettercap.github.io/ettercap/
-
SSLstrip - https://moxie.org/software/sslstrip/
Installed on Kali by Default
Kali OS – https://www.kali.org/downloads/
This little script help us utilize Ettercap and SSLstrip by first enabling ip forwarding and the setting our ip table to listen at port 10000.
Thanks to Ettercap and SSlstrip