nickhakkz / Win_ZIP_password

Python script to hook ZIP files passwords in Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win_ZIP_password

Description:

With Windows 10, Microsoft added a new feature for encrypted ZIP files to increase user-friendliness. When you open an encrypted ZIP file, Windows 10 saves the password to memory. When you try to open the same ZIP file again, Windows takes the file path, searches the memory and will use the stored password.

I saw that if you hook SHUnicodeToAnsi from ShLwApi.dll while opening a ZIP, you can see the password of the encrypted ZIP file.

(https://raw.githubusercontent.com/vah13/Win_ZIP_password/master/hook2.gif)

Windows 10 version

OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.17134 N/A Build 17134
explorer.exe               10.0.17134.1

TODO

Need to

  1. Get all ZIP files paths from explorer.exe and extract passwords
  2. Analyze password storage (because if you kill explorer.exe process and run it, the method works)

Useful for

CTF/Forensic

Thank you

https://twitter.com/NewFranny https://www.reddit.com/user/TheMooligan101

About

Python script to hook ZIP files passwords in Windows 10


Languages

Language:JavaScript 53.7%Language:Python 46.3%