From 742b927fe53d6469bff13de31c9b26cf5cf0c740 Mon Sep 17 00:00:00 2001 From: "$./Netrunner_&" <114373528+00xNetrunner@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:55:07 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4914daf..d1051ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# Cheatsheets -Various cheetsheets i have made while studying +# Cheatsheet Repository + +This repository contains various cybersecurity related cheat sheets for reference. + +## Contents + +- [Aircrack-ng](aircrack.md) - Cheatsheet for using Aircrack-ng to audit wireless networks. + +- [GPG](gpg.md) - Commands for GPG encryption, decryption, key management, and more. + +- [Hashcat](hashcat.md) - Useful Hashcat commands and examples for password cracking. + +- [Nmap](nmap.md) - Cheatsheet for Nmap scanning and scripting. + +- [Reformat USB](reformat-usb.md) - Steps for reformatting a USB drive on Linux and Windows. + +- [WiFi Handshake](wifi-handshake.md) - Capturing and cracking WiFi handshakes. + +These cheat sheets contain commonly used commands and syntax for pentesting tools. They can be used as a quick reference when conducting security assessments and wireless network audits. + +The goal is to have a centralized repository to refer to during engagements. Feel free to contribute any additional cheat sheets!