https://github.com/crypt0rr/subdomain-visualizer
Little set of tools combined together to make some visualization of assets automated
https://github.com/crypt0rr/subdomain-visualizer
aquatone nmap subdomain subdomain-enumeration subdomain-finder subdomainlist
Last synced: 3 months ago
JSON representation
Little set of tools combined together to make some visualization of assets automated
- Host: GitHub
- URL: https://github.com/crypt0rr/subdomain-visualizer
- Owner: crypt0rr
- License: mit
- Created: 2020-10-21T07:00:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T15:19:01.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:29:55.580Z (5 months ago)
- Topics: aquatone, nmap, subdomain, subdomain-enumeration, subdomain-finder, subdomainlist
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subdomain-visualizer
Script that visualizes subdomains for the domain you want.
Requirements:
* [Aquatone](https://github.com/michenriksen/aquatone)
* [nmap](https://github.com/nmap/nmap)
* [SonarSearch Crobat](https://github.com/cgboal/sonarsearch/) or [SecurityTrails API key](https://securitytrails.com/)
* Active internet connection :)## Steps the script will perform
1. Check if requirements are met
2. Get the domain the user want to parse
3. Run SonarSearch Crobat or SecurityTrails API to find subdomains or just input your own file
4. Run nmap against subdomains with the following flags '-Pn -T4'
5. Run Aquatone against results of nmap for screenshotting found ports (optionally a proxy can be used)
6. Check for compatible browsers to open the report created by Aquatone and let the user choose which browser is used
## License
MIT