digininja / CeWL

CeWL is a Custom Word List Generator
1.86k stars 252 forks source link

[Feature Request] Add Domain/Subdomain/Path to wordlist #6

Open g0tmi1k opened 8 years ago

g0tmi1k commented 8 years ago

Using a new command line flag, could we include the URL structure into the wordlist. Make sure to include:

digininja commented 7 years ago

Missed this coming in, should be easy to add, will have a look

g0tmi1k commented 4 years ago

If the input is IPv(4|6) then skip adding it in :)

digininja commented 4 years ago

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.