Pentest Tools

Published on May 26th, 2015 📆 | 6211 Views ⚑

0

Automated basic digital reconnaissance: InstaRecon


https://www.ispeech.org
Great for getting an initial footprint of your targets and discovering additional subdomains. InstaRecon will do:

  • DNS (direct, PTR, MX, NS) lookups
  • Whois (domains and IP) lookups
  • Google dorks in search of subdomains
  • Shodan lookups
  • Reverse DNS lookups on entire CIDRs

…all printed nicely on your console or csv file.

InstaRecon will never scan a target directly. Information is retrieved from DNS/Whois servers, Google, and Shodan.

 

Installing with pip

Simply install dependencies using pip. Tested on Ubuntu 14.04 and Kali Linux 1.1.0a.

pip install -r requirements.txt

or





pip install pythonwhois ipwhois ipaddress shodan

[adsense size='1']

Example

$ ./instarecon.py -s <shodan_key> -o ~/Desktop/github.com.csv github.com
# InstaRecon v0.1 - by Luis Teixeira (teix.co)
# Scanning 1/1 hosts
# Shodan key provided - <shodan_key>

 

 

Source && Download

Tagged with:



Comments are closed.