Add files via upload

This commit is contained in:
fenix-soft 2016-10-31 15:49:55 +01:00 committed by GitHub
parent bebfc5b747
commit 9fa9732045
1 changed files with 45 additions and 0 deletions

45
README.md Normal file
View File

@ -0,0 +1,45 @@
# Unlock archiver linux verision
## Italian version
sblocca archivi rar e zip criptati senza la password, lo script usa un attacco a dizionario (usa il file dic-pass.txt) per scovare la password, lo script ricerca i file zip o rar nella directory in cui è eseguito e li prova tutti, se trova la pass li estrae.
### dipendenze:
unrar
cat
7za (unix 7-zip file compression tools)
### uso:
per archivi zip eseguire:
unlock-zip.sh
per archivi rar eseguire
unlock-rar.sh
## English version
unlock archive rar and zip without password, the script use the dictionary attack (use file dic-pass.txt), the script find all rar/zip file in the directory to run and check it all, and if possible extract the archive file.
### dependencies:
unrar
cat
7za (unix 7-zip file compression tools)
### use:
for zip archive run
unlock-zip.sh
for rar archive run
unlock-rar.sh