black electronics

Zip Folder and Contents

Common zip commands for archiving a folder and its contents on Linux.

Quick reference for zipping up a folder and everything inside it, useful when packaging loot or backing up engagement artifacts.

Terminal window
zip -r archive.zip /path/to/folder # Recursively zip a folder into archive.zip
Useful LinksPentest PayloadsCheat Sheets