Results 1 to 1 of 1

Thread: Discover (formally BackTrack scripts)

  1. #1
    Join Date
    2013-Oct
    Posts
    1

    Discover (formally BackTrack scripts)

    Formally BackTrack scripts. For use with Kali Linux - custom bash scripts used to automate various pentesting tasks.

    RECON
    1. Domain
    2. Person
    3. Parse salesforce

    SCANNING
    4. Generate target list
    5. CIDR
    6. List
    7. Single IP or domain

    WEB
    8. Open multiple tabs in Iceweasel
    9. Nikto
    10. SSL

    MISC
    11. Crack WiFi
    12. Start a Metasploit listener
    13. Update
    14. Exit



    Download
    • git clone git://github.com/leebaird/backtrack-scripts.git /opt/scripts/
    • All scripts must be ran from this location.


    Install
    • cd /opt/scripts/
    • ./setup.sh


    Usage
    • ./discover.sh




    Overview

    RECON
    Active domain recon - combines Nmap, dnsrecon, Fierce, lbd, WAF00W, traceroute and Whatweb.
    Passive domain recon - combines goofile, goog-mail, goohost, theHarvester, Metasploit, dnsrecon, URLCrazy, Whois and multiple webistes.
    Individual recon - combines multiple websites.

    SCANNING
    Use different methods to create a target list including Angry IP Scanner, arp-scan, netdiscover and nmap pingsweep.
    Scanning - host discovery, port scanning, service enumeration and OS identification using Nmap. Additional enumeration performed with matching Nmap scripts and Metasploit auxiliary modules.

    WEB
    Open multiple tabs in Iceweasel with a list containing IPs and/or URLs or with directories from a domain's robot.txt file.
    Run multiple instances of Nikto in parallel.
    Check for SSL/TLS certificate issues.

    MISC
    Crack wireless networks.
    Parse the results of a query on salesfore.
    Start a Metasploit listener.
    Update the distro, scripts and various tools.
    Last edited by LeeRock; 2014-04-01 at 13:45.

Similar Threads

  1. Replies: 0
    Last Post: 2021-09-15, 14:23
  2. Discover unable to load
    By darkmojo21 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-03-23, 18:08
  3. Invalid command: net discover
    By jackal77 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-09-05, 06:39
  4. Discover not working good.
    By FXVictis in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-07-14, 14:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •