-
Notifications
You must be signed in to change notification settings - Fork 3
Miscellaneous
Liodeus edited this page May 17, 2022
·
4 revisions
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
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.