CeWL
CeWL copied to clipboard
[Feature Request] Add Domain/Subdomain/Path to wordlist
Using a new command line flag, could we include the URL structure into the wordlist. Make sure to include:
- Domain (static)
- Paths (dynamic)
- Subdomains
Missed this coming in, should be easy to add, will have a look
If the input is IPv(4|6) then skip adding it in :)
I've added command line flags to do this, may actually write the code this time:
https://github.com/digininja/CeWL/blob/capture_paths/cewl.rb
I think I might just do paths to start with, trying to spot subdomains will be next.