- Find subdomain names
- Perform zone transfer
- Gather emails from Google.com and Bing.com
The e-mail gathering feature of this tool can also be used in a lot of ways – to learn about possible targets for account brute force, social engineering, etc.
The best part about this script is that it is cross compatible with multiple operating systems. It has been successfully tested on Windows XP and BackTrack 4 R2 with a Python 2.x installation.
Sample usage:
Obtaining subdomain names (built-in dictionary):(quickrecon-0.2.zip) here.
python quickrecon.py -m s -d example.com -o out.log
or (an external dictionary):
python quickrecon.py -m s -d example.com -i your_subdomains.txt
Zone Transfer:
python quickrecon.py -m z -d example.com
Gathering emails from Google.com and Bing.com:
python quickrecon.py -m e -d example.com -o out.log
python quickrecon.py -m e -d example.com -l 500
No comments:
Post a Comment