Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wh1t3h47/burte_missile

Tool to bruteforce a User-Password-Company login using libcurl
https://github.com/wh1t3h47/burte_missile

audit bruteforce curl cybersecurity hacking libcurl login mass-requests pentest proof-of-concept pycurl python python3 vulnerability

Last synced: 7 days ago
JSON representation

Tool to bruteforce a User-Password-Company login using libcurl

Awesome Lists containing this project

README

        

# 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
```shell
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
- [x] Diagnose memory leaks;
- [ ] Fix em?