Skip to content

Miscellaneous

Liodeus edited this page May 16, 2022 · 4 revisions

Table of contents


Out flag

TODO

Nofiles flag

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

Exclude flag

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

Clone this wiki locally