Updates Discover – Custom bash scripts To automate various pentesting tasks.
Chang log Nov 11 :
- Added a new menu option – Reinstall nmap.
- Tweaked the alias ‘update’ for nmap.
- Tweaked the alias ‘update’ to update the locate database.
- Tweaked setup.sh for installing nmap
______ ___ ______ ______ _____ _ _ ______ _____ | \ | |____ | | | \ / |_____ |____/ |_____/ _|_ _____| |_____ |_____| \/ |_____ | \_
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://www.seclist.us/2012/06/discover-custom-bash-scripts-to.html

