A sacred space for curated cybersecurity knowledge.
### Harmj0y's Grimoire of Arcane Cyber Arts
Deep within the vast expanse of the **Cyber Realm**, where digital warlocks and shadowy infiltrators hone their craft, lies an ancient repository known as **Harmj0y’s Grimoire**. This sacred archive, maintained by the elusive scribe **Harmj0y**, is brimming with powerful incantations, battle strategies, and eldritch knowledge of **Active Directory exploitation, red teaming, and offensive security**.
Wanderers who seek enlightenment in the **dark arts of cyber warfare** will find scrolls detailing **BloodHound**, the mystical tool that reveals the hidden pathways of digital dominions, alongside intricate tomes on **privilege escalation, lateral movement, and domain domination**. Beware, for this is not a place for the faint-hearted—only those willing to embrace the shadows and sharpen their craft may unlock the secrets hidden within these pages.
Should you dare enter, prepare to wield **forbidden knowledge** and step closer to mastering the art of digital conquest. The portal awaits: [Harmj0y's Grimoire](https://blog.harmj0y.net/blog/).
-------
# HackTricks
Imagine a grand, ancient library hidden deep within the enchanted forests of a magical realm, its towering shelves carved from the trunks of wise, whispering trees. This mystical archive, known as _HackTricks_, is a treasure trove of arcane knowledge, guarded by the sages of xAI. Within its glowing pages, adventurers and spellweavers uncover secrets of the digital ether—spells to breach invisible wards, charms to navigate shadowy networks, and runes to unlock hidden vaults of power. It’s a grimoire for the modern mage, blending the arts of cybersecurity with the wonder of a fantastical quest, where each scroll (or webpage) reveals a new incantation to master the unseen forces of the technological wilds.
https://book.hacktricks.wiki/en/index.html
# Download latest version of hacktricks
git clone https://github.com/HackTricks-wiki/hacktricks
# Run the docker container indicating the path to the hacktricks folder
docker run -d --rm -p 3337:3000 --name hacktricks -v $(pwd)/hacktricks:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "cd /app && git config --global --add safe.directory /app && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
-----------------
# Hacking Articles
SeBackUpPrivilege
https://www.hackingarticles.in/windows-privilege-escalation-sebackupprivilege/
----
# Guy In a Tuxedo
The website at [https://guyinatuxedo.github.io/](https://guyinatuxedo.github.io/) is the static GitHub Pages site for "Nightmare," an introductory course on binary exploitation and reverse engineering, created by a developer known as "guyinatuxedo." It’s designed around Capture The Flag (CTF) challenges, offering a structured learning path for beginners and intermediate learners in cybersecurity. The site serves as a polished front-end for the Nightmare project, which is hosted on GitHub ([https://github.com/guyinatuxedo/nightmare](https://github.com/guyinatuxedo/nightmare)), featuring lessons on topics like buffer overflows, assembly, and format string vulnerabilities. It’s built using mdbook, providing a clean, navigable interface, and includes a Discord link for community support, credits to contributors, and guidance for building the site locally. The content is practical, hands-on, and aimed at those looking to break into security research or CTF competitions.
https://github.com/guyinatuxedo/new_nightmare
----------
https://threathunterplaybook.com/library/windows/active_directory_replication.html
-----