# Guides

## Guides

- [Introduction](https://alomancy.gitbook.io/guides/master.md): Walk on the narrow road, never steering off into Rabbit Holes! Don't listen to the Rabbit trying to lure you into his dark path!
- [Getting Started](https://alomancy.gitbook.io/guides/beginners/getting-started.md): "The night is dark and filled with terrors"
- [SQLi Walkthrough](https://alomancy.gitbook.io/guides/guides/sqli-walkthrough.md): A walkthrough of one of the Burp Academy Labs
- [My First BoF](https://alomancy.gitbook.io/guides/guides/my-first-bof.md): A very old guide I found one of my HDD's
- [OSCP  Buffer Overflow Guide (Windows)](https://alomancy.gitbook.io/guides/guides/bof.md): A walkthrough of the process to create a buffer overflow in windows in preperation for OSCP. This guide should be used with the walkthrough youtube video: https://www.youtube.com/watch?v=tUWCmpxWYdo
- [Parrot OS customisation](https://alomancy.gitbook.io/guides/guides/parrot-os-customisation.md)
- [Terminal Customisation](https://alomancy.gitbook.io/guides/guides/terminal-customisation.md)
- [Video Guides](https://alomancy.gitbook.io/guides/guides/video-guides.md)
- [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)
- [VOIP Checklist](https://alomancy.gitbook.io/guides/methodologies/voip-checklist.md)
- [OWASP v4 Checklist](https://alomancy.gitbook.io/guides/methodologies/owasp-identifiers.md)
- [External Inf](https://alomancy.gitbook.io/guides/methodologies/external-inf.md): Needs updated!
- [Internal Infrastructure](https://alomancy.gitbook.io/guides/methodologies/internal-infrastructure.md): Outline of a internal Infrastructure. In no way complete!
- [Checklist - Linux Priv Esc](https://alomancy.gitbook.io/guides/linux/checklist-linux-priv-esc.md): https://book.hacktricks.xyz/linux-unix/linux-privilege-escalation-checklist
- [Checklist - Windows Priv Esc](https://alomancy.gitbook.io/guides/windows/checklist-windows-priv-esc.md): https://book.hacktricks.xyz/windows/checklist-windows-privilege-escalation
- [Things to do/look at](https://alomancy.gitbook.io/guides/things-to-do-look-at.md)
