Cyber security

Awesome Cybersecurity Handbooks – A Comprehensive Guide And Resource Repository

A huge chunk of my personal notes since I started playing CTFs and working as a red teamer. These are living documents and I updated or add to them relatively often.

DISCLAIMER: Please note that these documents are only provided for legal purposes. Please do not use the content for illigal actions.

HOW TO USE: I designed the structure of the handbooks based to the Kali Linux menu structure. All content is written in Markdown which means you can open them with any tool who redenders the syntax correctly.

I highly recomment to work with them on a command line or shell, by using grep to get it’s content from every file. Neither if you are doing reconnaissance or post exploitation.

EXAMPLE:grep -R ‘crackmapexec’ * -n -A 3 -B 3

END NOTE: As always, it is pretty hard to point out every source for different tools or payloads. If I used your payload anywhere in my notes and you wanted to be mentioned, feel free to reach out to me on Twitter and I will add you asap.

If you like the project, give it a or share it on various platforms. My goal is to create and to gather resources for people to help them on their career.

Thank you for reading.

Table of Contents

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

4 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

4 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

4 weeks ago