Skip to content
Zipper, a CobaltStrike file and folder compression utility.
C C++
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Src/Outflank-Zipper First Commit Jan 18, 2020
Zipper First Commit Jan 18, 2020
.gitattributes Initial commit Jan 18, 2020
README.md First Commit Jan 18, 2020

README.md

Zipper, a CobaltStrike file and folder compression utility.

This CobaltStrike tool allows Red teams to compress files and folders from local and UNC paths. This could be useful in situations where large files or folders need to be exfiltrated. After compressing a file or folder a random named zipfile is created within the user temp folder.

Usage:

Download the Zipper folder and load the Zipper.cna script within the Cobalt Strike Script Manager.
Syntax within beacon context: zipper [Full/UNC path]
This project is written in C using Visual Studio 2015.
You can use Visual Studio to compile the reflective dll from source.

Note to Blue Teams/Hunters/Defenders:

Lookout for random named zipfiles being created within user temp folders by non file-compression related processes.

Acknowledgments

zlib Compression Library: written by Mark Adler and Jean-loup Gailly.

Gilles Vollant: developer of Minizip, which this tool is based on.

Credits

Author: Cornelis de Plaa (@Cneelis) / Outflank

You can’t perform that action at this time.