> For the complete documentation index, see [llms.txt](https://alomancy.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alomancy.gitbook.io/guides/cheat-sheets.md).

# Cheat Sheets

- [Reverse Shells](https://alomancy.gitbook.io/guides/cheat-sheets/reverse-shells.md)
- [Tunnelling, Pivoting and Proxies](https://alomancy.gitbook.io/guides/cheat-sheets/tunnelling-pivoting-and-proxies.md): A cheat sheet for the tools used to tunnel, pivot and proxy. Shout out to tryhackme.com as these notes are largely taken from: https://tryhackme.com/room/wreath
- [SQL Injection](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection.md): A SQL injection attack consists of insertion or "injection" of a SQL query via the input data from the client to the application.
- [WAF Bypass](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/waf-bypass.md)
- [SQLMap](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/sqlmap.md): sqlmap.py
- [DBMS Cheatsheets](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets.md)
- [MSSQL](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets/mssql.md)
- [MySQL](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets/mysql.md)
- [Oracle](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets/oracle.md)
- [SQLite](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets/sqlite.md)
- [PostgreSQL](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/dbms-cheatsheets/postgresql.md)
- [References](https://alomancy.gitbook.io/guides/cheat-sheets/sql-injection/references.md)
- [Bash Cheat Sheets](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets.md): Some handy bash
- [Terminal](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/terminal.md)
- [Find](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/find.md)
- [Grep](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/grep.md)
- [Sed](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/sed.md)
- [Awk](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/awk.md)
- [Xargs](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/xargs.md)
- [System](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/system.md)
- [Download](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/download.md)
- [Networking](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/networking.md)
- [Hardware](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/hardware.md)
- [Variable](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/variable.md)
- [Math](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/math.md)
- [Data Manipulation](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/data-manipulation.md)
- [Random](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/random.md)
- [Time](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/time.md)
- [Condition and Loop](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/condition-and-loop.md)
- [Other](https://alomancy.gitbook.io/guides/cheat-sheets/bash-cheat-sheets/other.md)
- [OSINT](https://alomancy.gitbook.io/guides/cheat-sheets/osint.md)
- [Ping Sweeps](https://alomancy.gitbook.io/guides/cheat-sheets/ping-sweeps.md)
