A curated collection of cheatsheets designed to help penetration testers and security enthusiasts quickly recall commands for infosec tools and UNIX programs.
🔒 A collection of cheatsheets for various infosec tools and topics.
This tool serves as an educational resource for penetration testers, red teamers, CTF participants, and security enthusiasts who need quick access to command references for various security tools and UNIX utilities. It integrates with the cheat command-line utility to provide easy, on-demand cheatsheets that aid in remembering less frequently used but important commands during security assessments or training.
This repository requires the cheat CLI tool to function properly. Users should ensure cheat is installed and configured before using these cheatsheets. The cheatsheets are intended as quick references and do not replace comprehensive documentation or training. Contributions are encouraged to keep the content up to date and relevant.
Install the cheat command-line tool from https://github.com/chrisallenlane/cheat
Clone or download this repository
Place the repository contents into your ~/.cheat directory
cheat ncat
Displays the cheatsheet for the ncat tool, showing useful commands and options.