当前位置:

工具开发-SharpZipAES 用于压缩和加密文件,以缩短传输时间

访客 2024-02-20 533 0

免责声明:本工具仅供安全研究和教学目的使用,用户须自行承担因使用该工具而引起的一切法律及相关责任。作者概不对任何法律责任承担责任,且保留随时中止、修改或终止本工具的权利。使用者应当遵循当地法律法规,并理解并同意本声明的所有内容。

SharpZipAES

下载地址:https://github.com/yutianqaq/SharpZipAES

使用 csharp (.net 4.5)开发的工具,用于压缩和加密文件,以缩短传输时间。支持多文件压缩和加密、单文件压缩、目录压缩。

 .\SharpZipAES.exeAuthor: YutianGithub: https://github.com/yutianqaq/SharpZipAES[-] Usage:SharpZipAES.exe encrypt <encryption key> <path to compress>SharpZipAES.exe decrypt <encryption key> <path to encrypted ZIP>

多个文件压缩并加密

PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe encrypt Password1 .\SharpZipAES.exe .\SharpZipAES.exe.config .\SharpZipAES.pdbAuthor: Yutian[+] Wrote encrypted archive[+] Packed compressed file[+] Packed compressed file to swvHxCvZ.zip succeeded[+] Wrote encrypted archive swvHxCvZ.aes.zip to disk![+] Removed encryption key from memory[+] Deleted unecrypted archive[+] Ready for exfil[+] Program run time is: 00:00:00.3377748PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe decrypt Password1 .\swvHxCvZ.aes.zipAuthor: Yutian[+] Wrote encrypted archive[+] Decrypting .\swvHxCvZ.aes.zip[+] Decrypted swvHxCvZ.zip successfully![+] Program run time is: 00:00:00.3165076

单个文件压缩并加密

PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe encrypt Password1 .\SharpZipAES.exeAuthor: Yutian[+] Wrote encrypted archive[+] Packed compressed file[+] Packed compressed file to MGvmLoY2.zip succeeded[+] Wrote encrypted archive MGvmLoY2.aes.zip to disk![+] Removed encryption key from memory[+] Deleted unecrypted archive[+] Ready for exfil[+] Program run time is: 00:00:00.3319586PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe decrypt Password1 .\MGvmLoY2.aes.zipAuthor: Yutian[+] Wrote encrypted archive[+] Decrypting .\MGvmLoY2.aes.zip[+] Decrypted MGvmLoY2.zip successfully![+] Program run time is: 00:00:00.3204786

目录压缩并加密

PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe encrypt Password1 .\Test\Author: Yutian[+] Wrote encrypted archive[+] Packed compressed directory to tvdOAOZP.zip succeeded[+] Wrote encrypted archive tvdOAOZP.aes.zip to disk![+] Removed encryption key from memory[+] Deleted unecrypted archive[+] Ready for exfil[+] Program run time is: 00:00:31.9781834PS C:\Users\havoc\Desktop\SharpZipAES\SharpZipAES\bin\Release> .\SharpZipAES.exe decrypt Password1 .\tvdOAOZP.aes.zipAuthor: Yutian[+] Wrote encrypted archive[+] Decrypting .\tvdOAOZP.aes.zip[+] Decrypted tvdOAOZP.zip successfully![+] Program run time is: 00:00:11.5933884

参考

https://github.com/uknowsec/SharpZip

https://github.com/matterpreter/OffensiveCSharp

发表评论

  • 评论列表
还没有人评论,快来抢沙发吧~