Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

Update script bash NETOOL.sh V-4.0

$
0
0

[ Changelog : netool.sh V4.0 2014]
“general Display of information in the screen re-designed”
* netool.sh => start and exit Display banner re-designed
* priv8.sh => module as improved to display a more clean output
* metasploit-auxiliary => Main menu re-designed “option:8″

* fixed path to metasploit in some internal commands “core bugs”
* priv8.sh => post-exploitation > persistence backdoor “added”
* priv8.sh => generate a VBScript shellcode “Microsoft Word.doc – macro”
* priv8.sh => Generating shellcode using Metasploit:
“C,[J]avascript,[P]erl,rub[Y],[R]aw,[D]ll,[V]ba,e[X]e,[W]ar”

* priv8.sh => Session hijacking [cookie hijacking]
“1 – Steal cookies under [MITM] networking”
“2 – Steal cookies Under [WAN] networking”
“3 – Steal cookies Use our own webhosting”
“4 – open cookie Logfile access the logfile”

“now the framework does not ask for the input of username”
echo -n “[+] {whoami}(your user name):”
Netool.sh its a script in bash to automate frameworks like Metasploit, Nmap, Driftnet, SSLstrip, Ettercap, macchanger, webcrawler. This script makes it easy tasks such as SNIFFING, MITM, SSLsniff, Dns-spoofing, retrieve metadata, and DoS attacks inside the external/local network can also perform TCP/UDP packets manipulation using ettercap filters, search for target geolocation, the ‘webcrawler.py’ can search for admin login page, website directorys, webshells.php planted on website, common file upload vulns scanner (LFI), search forXSS vuln websites, and a colection of (metasploit) automated exploits …

netool.sh is a script in bash to automate frameworks like Nmap,Driftnet,SSLstrip and ettercap MITM attacks
this 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…

sslstrip

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

d. delete lock folders
q. quit

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.sh

INSTALL 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 frameworks
are 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.sh

Download : opensource.tar.gz (95.6MB)
Find Other Version |

Read more in here :  http://sourceforge.net/p/netoolsh/wiki/netool.sh%20script%20project/
Our post before : http://seclist.us/2013/05/update-script-bash-netool-sh-v-2-5.html


Viewing all articles
Browse latest Browse all 1152

Trending Articles