Skip to content

Unzip password protected files what use fixed password with the last 4 characters from file name as the full password.

Notifications You must be signed in to change notification settings

ilovewingchun/UnZipPasswordProtected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

UnZip Password Protected File(s)

Unzip password protected files that use fixed password with the last 4 characters from file name as the full password.

For example, if you have a zipped file name "12345678.zip" is passowrd protected with "infected5678", you can use this script to unzip the file without manually supplying password. This script will be able to automatically use the last 4 characters plus a fixed password "infected", combined as the full password "infected5678" and use that to extract the file.

Usage:

python unzip.py 

Example:

$bash> python unzip.py *.zip
[+] Extracting malware sample
[+] Malware sample c8ff0d60cf15eb398b9cff7433b12365 extracted, moving on to next one...

[+] Extracting malware sample
[+] Malware sample ec421a271b5dc4a4d68762d4d402d549 extracted, moving on to next one...

[+] All files extracted, good bye!
$bash>

About

Unzip password protected files what use fixed password with the last 4 characters from file name as the full password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages