GitHunt

burte_missile

Python Markdown

By wh1t3h47 (Antônio M4rtos H4rres) - github.com/wh1t3h47

Tool to bruteforce a User-Password-Company login using libcurl, it tries to parametrize as much as possible in order to be useful for a lot of sites and quickly adaptable for your needs

Example Usage

python3 ./main.py -h

Limitations

Memory leaks occur, they may be due to weakref callbacks in Python or rather pycurl (it drives a curl instance and curl has to free the memory it allocated)

TODO

  • Diagnose memory leaks;
  • Fix em?

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created February 25, 2021
Updated October 25, 2021
wh1t3h47/burte_missile | GitHunt