https://github.com/xl7dev/subdomain
https://github.com/xl7dev/subdomain
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xl7dev/subdomain
- Owner: xl7dev
- Created: 2015-02-21T15:07:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T11:03:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T16:36:46.025Z (about 1 year ago)
- Language: Shell
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Script to enumerate subdomains, leveraging recon-ng:
Usage:
./enumall.sh google.com
Recon-ng is awesome. Recon-ng supports the use of resource scripts to automate the console. While having a resource script template for recon-ng is nice, it's cumbersome to have to change the template and domain constantly, or do it from the CLI.
This is my version of a script that dynamically creates a resource file for a domain and runs specified recon-ng modules on it. In this case it's for subdomain discovery but, it can be extended to any set of modules.
TLDR; I just want to do my subdomain discovery via ONE command and be done with it.
Some fast BASH-fu will do nicely here!