Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsecboy/DomainRecon
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...
https://github.com/devsecboy/DomainRecon
Last synced: 3 months ago
JSON representation
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...
- Host: GitHub
- URL: https://github.com/devsecboy/DomainRecon
- Owner: devsecboy
- License: mit
- Created: 2018-03-24T15:02:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T10:40:09.000Z (6 months ago)
- Last Synced: 2024-07-30T14:19:06.102Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.99 MB
- Stars: 154
- Watchers: 13
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - devsecboy/DomainRecon - 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 o (Python)
- project-awesome - devsecboy/DomainRecon - 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 o (Python)
README
# DomainRecon
Find all the information for specific domainBased 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](image/DomainRecon.png)
# 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. |
| --- |