Updates Discover v-12.03.13 – Custom bash scripts To automate various pentesting tasks.
Latest update: March 12 ;:
1. Added the following to the ‘update’ alias.
- apt-get autoremove and autoclean
- BeEF
- HexorBase
- Nessus
- Sqlninja
- WPScan
2. Scrape > Active
- Fixed bug with email addresses not showing up.
- Added sub-domains to dnsrecon.
3. Open multiple tabs in Firefox
- You can now specify a port.
- Port 21 will use ftp://IP
- Port 80 will use http://IP
- Port 443 will use https://IP
- Misc port will use http://IP:port
______ ___ ______ ______ _____ _ _ ______ _____ | \ | |____ | | | \ / |_____ |____/ |_____/ _|_ _____| |_____ |_____| \/ |_____ | \_
RECON
1. OSIG – open source intelligence gathering
2. Scrape – names, emails, whois, DNS and traceroute
DISCOVER- Host discovery, port scanning, service enumeration and OS identification using Nmap, Nmap scripts and Metasploit scanners.
- Ping Sweep
- Single Host or URL
- Local Area Network
- List of Hosts
- CIDR Notation
- Open multiple tabs in Firefox
- Niktos
- SSL Check
- Check for new Nmap scripts and Metasploit scanners
- Start a Metasploit listener
1. Download scripts to the proper location.
svn co https://backtrack-scripts.googlecode.com/svn/ /opt/scripts
2. Set permissions.
chmod 755 /opt/scripts/ -R
3. Run the setup script.
./setup.sh
4. Run the new alias to update the distro and commonly used applications.
update
5. Run the main application.
./discover.sh
Put code Scripting in here : https://backtrack-scripts.googlecode.com/svn/
Our post Before : http://seclist.us/2013/02/updates-discover-v-1913-custom-bash-scripts-to-automate-various-pentesting-tasks.html

