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

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.

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`