-
Notifications
You must be signed in to change notification settings - Fork 3
Miscellaneous
Liodeus edited this page May 17, 2022
·
4 revisions
This flag let you choose the name of the output file.
python3 crawlmap.py --burp dvwa.burp --out test
This will create a file named test with the ouput of crawlmap.
This flag is to output only folders.
python3 crawlmap.py --burp dvwa.burp --nofiles
This command remove all the files from the output.
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.