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

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

14 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

14 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

14 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

14 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

14 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

17 hours ago