OG-Sadpanda / SharpZippo

List/Read contents of Zip files (in memory and without extraction) using CobaltStrike's Execute-Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharpZippo

List/Read contents of Zip files (in memory and without extraction) using CobaltStrike's Execute-Assembly

Arguments Description:

Check: Checks encryption status of embedded files

List: Lists contents of Zip file

Read: Read the contents within the Zip file (with or without a password)

Usage:

SharpZippo.exe check C:\Some\Path\To\file.zip

SharpZippo.exe list C:\Some\Path\To\file.zip

SharpZippo.exe read C:\Some\Path\To\file.zip Full/EmbeddedPath/To/File.ext

SharpZippo.exe read P@ssW0rd C:\Some\Path\To\file.zip Full/EmbeddedPath/To/File.ext

Screen Shot 2022-05-23 at 3 30 07 PM

Screen Shot 2022-05-23 at 3 31 03 PM

Screen Shot 2022-05-23 at 3 51 58 PM

Screen Shot 2022-05-23 at 3 37 25 PM

About

List/Read contents of Zip files (in memory and without extraction) using CobaltStrike's Execute-Assembly

License:GNU General Public License v3.0


Languages

Language:C# 100.0%