Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 832 Bytes

DomainRecon

Find all the information for specific domain

Based on URL and Organization Name, collect the IP Ranges, subdomains using various tools like Amass, subfinder, etc.. And check for uphost and Run Masscan to grap CNAME entries, take the screenshot of all the found subdomains using WebScreeShot and more...

Review below screenshot for details description.. Overall diagram

Installation

Following command used to run installscript (Take sometime to configure)

chmod +x installscript
./installscript

Configuration

  • To Configure Censys
    • Repalce Key and ID in installscript and GlobalVariables.py files
  • To Configure aws key and secret (for S3Scanner)
    aws configure
    
WARNING: This was tested in stand alone Ubuntu 18.04 Virtual Machine.