Pages

Tuesday, April 14, 2020

CertCrunchy - Just A Silly Recon Tool That Uses Data From SSL Certificates To Find Potential Host Names


It just a silly python script that either retrieves SSL Certificate based data from online sources, currently https://crt.sh/, https://certdb.com/, https://sslmate.com/certspotter/, and https://censys.io or given an IP range it will attempt to extract host information from SSL Certificates. If you want to use Censys.io you need to register for an API key.

How to install
git clone https://github.com/joda32/CertCrunchy.git
cd CertCrunchy
sudo pip3 install -r requirements.txt

How to use it?
Very simply -d to get hostnames for a specific domain
-D to get hostnames for a list of domains (just stuff it in a line-delimited text file)
-I to retrieve and parse certificates from hosts in a netblock / IP range (e.g. 192.168.0.0/24)
-T the thread count makes stuff faster, but don't over do it
-o Output file name
-f Output format CSV or JSON, CSV is the default
for the rest, I'm still working on those :)

API keys and configs
All API keys are stored in the api_keys.py file below is a list of supported APIs requiring API keys.
  1. Censys.oi https://censys.io
  2. VirusTotal https://www.virustotal.com/en/documentation/public-api/

Related news


  1. New Hack Tools
  2. Top Pentest Tools
  3. Pentest Box Tools Download
  4. Easy Hack Tools
  5. Physical Pentest Tools
  6. Hack Tools For Ubuntu
  7. Kik Hack Tools
  8. Pentest Tools For Android
  9. Hacker Tools For Ios
  10. Hacking Tools For Windows
  11. Hack Tools For Games
  12. Pentest Tools List
  13. Hack Tools For Games
  14. Pentest Tools Review
  15. Hak5 Tools
  16. Hacking Tools Github
  17. Pentest Tools Open Source
  18. Computer Hacker
  19. Hacking Tools Hardware
  20. Pentest Tools Windows
  21. Free Pentest Tools For Windows
  22. Hack Apps
  23. Tools 4 Hack
  24. Hack App
  25. Hack Tools
  26. Pentest Tools Android
  27. Physical Pentest Tools
  28. Pentest Reporting Tools
  29. Hacking Tools 2019

No comments:

Post a Comment