-
Notifications
You must be signed in to change notification settings - Fork 3
Miscellaneous
Liodeus edited this page May 16, 2022
·
4 revisions
TODO
This flag is to output only folders
python3 crawlmap.py --burp dvwa.burp --nofiles
This command remove all the files from the output.
IMG TODO
This flag is to remove file extensions that you don't want.
python3 crawlmap.py --burp dvwa.burp --exclude "js"
This command remove all .js files from the output.
IMG TODO