An open API service indexing awesome lists of open source software.

https://github.com/xprnvd/makdi

Website crawler created for pentest exercises like HTB.
https://github.com/xprnvd/makdi

crawler htb htb-scripts pentest python

Last synced: 8 months ago
JSON representation

Website crawler created for pentest exercises like HTB.

Awesome Lists containing this project

README

          

## makdi

Website crawler created for pentest exercises like HTB.

The 2.x community versions of Burp Proxy don't include an active spider tool. This tools is designed to crawl only the internal resources found through html < a > tags. After the links have been crawled, it will send the unique values through the proxy. The execution will end, if over a certain duration ,the internal link set has not increased or it hits the defined hard stop value.

As the links are only printed to stdout, if proxy is inaccessible, here a recording where the proxy connection has failed. Export funtion can be uncommented, if you'd like the links to be printed regardless of the proxy connection state.

[![asciicast](https://asciinema.org/a/RNgdvIlycQdPQzqIiTzJ7XQK7.svg)](https://asciinema.org/a/RNgdvIlycQdPQzqIiTzJ7XQK7)