



description of the script
netool.sh is a script in bash to automate frameworks like Nmap,Driftnet,SSLstrip and ettercap MITM attacksthis script makes it easy tasks such as SNIFFING, MITM, SSLsniff, retrieve metadata, and DoS attacks inside the local network can also perform TCP/UDP packets manipulation using etter.filters also as the hability of capture pictures of web-browser surfing on the target machine uneder MITM attack and preforms a vuln scan to target web-site using websecurify addon...
Features
- ping target
- Show Local Connections
- Show my Ip address
- Scan Local network
- Scan remote host
- execute Nmap command
- Open router config
- Ip tracer whois
- WebCrawler
- DDoS java Script
-
Retrieve metadata
-
Config ettercap
- Launch MITM
- show URLs visited
- Sniff remote pics
- Sniff SSL passwords
- Dns-Spoofing
- DoS attack {local}
- Compile etter.filters
- execute ettercap filter
q. quit
Video Tutorials
- tuto level1:http://youtu.be/AqVCdMglYMk
- tuto level2:http://youtu.be/sVW0HYKyKgU
- tuto level3:http://youtu.be/PMiKhyG-_Oo
- tuto level4:http://youtu.be/V6CiIh8sK8k
- tuto level5:http://youtu.be/9iqQpIx9jVw
- tuto level6:http://youtu.be/yrRsxGfd7WM
- tuto level7:http://youtu.be/06fgWrupkaY
INSTALL ON LINUX

1.extract "opensource.tar.gz" to home folder
2.execute privs:
sudo chmod +x opensource/netool.sh
sudo chmod +x opensource/sslstrip-0.9/sslstrip.py
sudo chmod +x opensource/sslstrip-0.9/setup.py
3.you need to install the follow dependencies:
sudo apt-get install nmap
sudo apt-get install zenmap
sudo apt-get install ettercap
sudo apt-get install ettercap-gtk
sudo apt-get install driftnet
{or execute the script with sudo to auto-install of dependencies}
example: sudo opensource/netool.sh
run netool.sh
sudo opensource/netool.shINSTALL ON BACKTRACK

1.extract "opensource.tar.gz" to home folder
2.execute privs:
chmod +x opensource/netool.sh
chmod +x opensource/sslstrip-0.9/sslstrip.py
chmod +x opensource/sslstrip-0.9/setup.py
config netool.sh
edit netool.sh script and look for the rigth path were frameworksare installed then replace the paths for the rigth ones...
(open terminal and write "locate zenmap" copy path and replace in script)
Path to instalations
(you are going to replace the paths for the rigth ones)find="/usr/share/zenmap"
find2="/usr/share/ettercap"
confE="/etc/etter.conf"
confD="/usr/share/ettercap/etter.dns"
confP="/usr/share/ettercap/etter.services"
confW="/usr/share/doc/driftnet"
run netool.sh
opensource/netool.shINSTALL ON MAC OSX

this script was made to work on UNIX systems like Linux, BSD
but if rigth configured can work in a mac osx enviroment ...
(Special thanks to:ApOfis KAizer for helping me make the debug on a mac system)
1.extract "opensource.tar.gz" to home folder
2.execute privs:
sudo chmod +x opensource/netool.sh
sudo chmod +x opensource/sslstrip-0.9/sslstrip.py
sudo chmod +x opensource/sslstrip-0.9/setup.py
Install Dependencies:
{you are going to search and install this 3 frameworks}nmap :http://labs.hoffmanlabs.com/node/52
ettercap :http://controllingtheinter.net/EttercapOSX.php
driftnet :http://freecode.com/projects/driftnet
sslstrip
config netool.sh
edit netool.sh script and look for the rigth path were frameworksare installed then replace the paths for the rigth ones...
(open terminal and write "locate zenmap" copy path and replace in script)
Path to instalations
(you are going to replace the paths for the rigth ones)find="/usr/share/zenmap"
find2="/usr/share/ettercap"
confE="/etc/etter.conf"
confD="/usr/share/ettercap/etter.dns"
confP="/usr/share/ettercap/etter.services"
confW="/usr/share/doc/driftnet"
xdg-open error {open web-browser}
we have to replace this cod in the script too,{remenber to search for all "xdg-open" in the script}
xdg-open "http://example.com/zenmap.deb"
replace by this
"open http://example.com/zenmap.deb"
run netool.sh
sudo opensource/netool.shFonte: http://sourceforge.net/p/netoolsh/wiki/netool.sh%20script%20project/
0 comentários:
Postar um comentário