Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewjkerr/security-cheatsheets

πŸ”’ A collection of cheatsheets for various infosec tools and topics.
https://github.com/andrewjkerr/security-cheatsheets

bash cheatsheets security

Last synced: about 2 months ago
JSON representation

πŸ”’ A collection of cheatsheets for various infosec tools and topics.

Awesome Lists containing this project

README

        

# security-cheatsheets

A collection of useful cheatsheets for [cheat](https://github.com/chrisallenlane/cheat) that focuses on aiding security-type people with either security tools or popular UNIX programs.

## Requirements

- [cheat](https://github.com/chrisallenlane/cheat)

## Installation

- Somehow get this repository into your `~/.cheat` directory.

## Usage

Use this like you'd normally use `cheat`. For example, use `cheat ncat` to display the `ncat` cheatsheet.

## History

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](http://www.kali.org).

### Original Contributors

This repository was originally a group project which had the following group members:

- [Andrew Kerr](http://andrewjkerr.com)
- [Angela Evans](https://github.com/angelaevans)
- [Alex Bujduveanu](https://github.com/alexbujduveanu)
- [Michael Christakos](https://github.com/truckiewow)

## License

This repository is licensed under the [MIT license](https://github.com/andrewjkerr/security-cheatsheets/blob/master/LICENSE.md).

## Contributing

Want to contribute? Great! Here's what you do:

1. Fork this repository
2. Push some code to your fork
3. Come back to this repository and open a PR
4. After some review, get that PR merged to `master`
5. Give yourself a pat on the back; you're awesome!

Feel free to also open an issue with any requests!