Offensive Security Tool for Reconnaissance and Information Gathering. Raccoon is a tool made for reconnaissance and information gathering with an emphasis on simplicity. It will do everything from fetching DNS records, retrieving WHOIS information, obtaining TLS data, detecting WAF presence and up to threaded dir busting and subdomain enumeration. Every scan output to a corresponding file.
As most of Raccoon's scans are independent and do not rely on each other's results, it utilizes Python's Asuncion to run most scans asynchronously.
Demo

Installation
pip install raccoon-scanner
# To run:
raccoon [OPTIONS]
Install from Github repo.
git clone https://github.com/evyatarmeged/Raccoon.git
cd Raccoon
python setup.py install
# Or
python setup.py develop #
raccoon [OPTIONS] [TARGET]
Working:
raccoon-scanner
raccoon-scanner -d -sC
-d, --dns-records TEXT Comma separated DNS records to query.
-sc, --scripts Run Nmap scan with -sC flag
--skip-health-check Do not test for target host availability
--skip-nmap-scan Do not perform a Nmap scan