https://github.com/mikael-r/bruteforcewinrar
Descompacta arquivos zip e rar fazendo ataque de força bruta.
https://github.com/mikael-r/bruteforcewinrar
Last synced: 4 months ago
JSON representation
Descompacta arquivos zip e rar fazendo ataque de força bruta.
- Host: GitHub
- URL: https://github.com/mikael-r/bruteforcewinrar
- Owner: Mikael-R
- Created: 2020-03-21T01:00:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T01:01:17.000Z (over 5 years ago)
- Last Synced: 2025-05-31T12:59:33.605Z (4 months ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Rar/Zip Password Cracker in python.
Descompacta arquivos zip e rar fazendo ataque de força bruta.
Funciona em Linux/Windows.```python2.7```
`python bruteforce.py --fr filetocrack.rar -c charset -n sizeofpassword`
`python bruteforce.py --fr RARFILE.rar -c abcdefghijklmnopqrst0123 -n 6`
`python bruteforce.py --fz ZIPFILE.zip -c charset -n sizeofpassword`