Skip to content

wh1t3h47/burte_missile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?