QNA > C > Come Si Può Accedere A Un File Zip Bloccato Se Si È Dimenticata La Password?

Come si può accedere a un file zip bloccato se si è dimenticata la password?

Puoi seguire/utilizzare gli strumenti menzionati dall'altro qui, tuttavia,

Direi piuttosto che capisci la logica qui. Siccome c'è una crittografia in atto, devi forzare brutalmente la password, un buon dizionario ti aiuterà.

Cerca un buon dizionario --> Wordlist/Paswordlist for Dictionary Attack

Ora, quale strumento usare? prima di questo, vediamo il processo di estrazione del file zip.

Puoi usare il comando menzionato sotto per estrarre i file zip.

  1. 7z e -y p"password_of_the_archive" filename.zip 

As, you could see its simple command,

You can check the status code, if the file is extracted successfuly and no error in the command, the status code would be '0', if any error occured in th command, it show error code number, command for checking status code is 'echo ?', below images illustrates it.

main-qimg-4d1268090b0a1907c4465c2e2dbf2533.webp main-qimg-120c4841dba4f115dedfdfc1a45fda33.webp

How about automating/repeating the commands or process with different "passwords/strings" from a dictionary? we can write simple shell script to automate.

  1. #!/bin/bash 
  2. :' Simple Script to brute-force zip files, 
  3. + using a wordlist/dictionary. 
  4. echo '[-] Cracking Password:' 
  5. echo '

Di Lavine

Il Nintendo Switch è significativamente migliore del Wii U? :: Come installare APK e OBB
Link utili