digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

Adding the --exclude parameter. #47

Closed digininja closed 5 years ago

digininja commented 5 years ago

The parameter takes a file containing full paths and excludes them from the spider. The file should look like this:

/abc/login.php /logout.py

Probably needs some more error handling added but it mostly works. Any bugs, blame Tim :)