mirror of
https://github.com/fenix-soft/unlock-archiver.git
synced 2024-12-27 16:22:30 +01:00
45 lines
875 B
Markdown
45 lines
875 B
Markdown
|
# 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
|