A collection of useful cheatsheets for cheat that focuses on aiding security-type people with either security tools or popular UNIX programs.
- Somehow get this repository into your
~/.cheat
directory.
Use this like you'd normally use cheat
. For example, use cheat ncat
to display the ncat
cheatsheet.
These security cheatsheets were a part of a project for the Ethical Hacking and Penetration Testing course offered at the University of Florida. Expanding on the default set of cheatsheets, the purpose of these cheatsheets are to aid penetration testers/CTF participants/security enthusiasts in remembering commands that are useful, but not frequently used. Most of the tools that will be covered have been included in our class and are available in Kali Linux.
This repository was originally a group project which had the following group members:
This repository is licensed under the MIT license.
Want to contribute? Great! Here's what you do:
- Fork this repository
- Push some code to your fork
- Come back to this repository and open a PR
- After some review, get that PR merged to
master
- Give yourself a pat on the back; you're awesome!
Feel free to also open an issue with any requests!