Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wh1t3h47/burte_missile
- Owner: wh1t3h47
- License: gpl-3.0
- Created: 2021-02-25T03:36:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T19:00:28.000Z (over 3 years ago)
- Last Synced: 2024-10-31T20:07:12.179Z (about 2 months ago)
- Topics: audit, bruteforce, curl, cybersecurity, hacking, libcurl, login, mass-requests, pentest, proof-of-concept, pycurl, python, python3, vulnerability
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burte_missile
> 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?