Skip to content

SECFORCE/SharpZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SharpZip

SharpZip is a Cobalt Strike compatible .Net assembly that facilitates data extraction.

It compresses a specified folder to a zip file.

If errors occurs while trying to read a file, for example: if the file is locked, SharpZip will retry 5 times (by default) and will ignore the file if all retries fail.

SharpZip.exe <dir> <zip_file> [retryCount: default=5]

Example:
SharpZip.exe C:\temp\ c:\archive.zip 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages