Skip to content

Miscellaneous

Liodeus edited this page May 17, 2022 · 4 revisions

Table of contents


Combine logs

You can combine multiple log sources, to create one mindmap.

python3 crawlmap.py -u "http://127.0.0.1:8084/" --burp dvwa.burp --gospider dvwa.gospider --zaproxy dvwa.zaproxy

Out flag

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.

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.

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.

Clone this wiki locally