Home › Reference

Reference

Free, practical cybersecurity cheat sheets — the commands, flags and checklists worth coming back to, each with a visible last-verified date and none of it behind an email form or a PDF wall.
New here? The Cyber Kill Chain maps every sheet below onto a stage of a real attack — a good place to start.
The offensive chain runs end to end: map a target with the OSINT & recon sheet, scan it with Nmap, make sense of what's open via common ports, catch a shell with the reverse shell sheet, then climb with Linux privilege escalation.
The AI-security set covers what everyone's asking about: the OWASP LLM Top 10, prompt injection, jailbreak techniques, AI agent security and RAG security — with a hands-on LLM security lab to practise on.
On the blue-team side, malware analysis sandboxes covers triaging a suspicious file safely. Everything is written to be scanned in seconds and trusted — spot something out of date? Tell me.

Reference

RAG Security Cheat Sheet: Threats to Retrieval & Embeddings

ReferenceLast verified Sep 2026OWASP LLM09No sign-up, no PDF wall RAG — retrieval-augmented generation — makes a model useful by feeding it your documents at query time.…

Reference

AI Agent Security Cheat Sheet: Excessive Agency & How to Contain It

ReferenceLast verified Sep 2026OWASP LLM03No sign-up, no PDF wall A chatbot that gets jailbroken is a content problem. An agent — a model wired to tools…

Reference

LLM Jailbreak Techniques Cheat Sheet: Families & Defenses

ReferenceLast verified Sep 2026OWASP LLM01No sign-up, no PDF wall A jailbreak is any input that gets a model to do what its safety training says it…

Reference

Prompt Injection Cheat Sheet: Attacks, Vectors & Defenses

ReferenceLast verified Sep 2026OWASP LLM01No sign-up, no PDF wall Prompt injection is the number-one risk in the OWASP LLM Top 10 and the root of most…

Reference

OWASP LLM Top 10 Cheat Sheet: AI Security Risks (2026)

ReferenceEdition OWASP 2026Last verified Sep 2026No sign-up, no PDF wall The OWASP Top 10 for LLM Applications is the industry’s map of how AI systems get…

Reference

Malware Analysis Sandboxes Cheat Sheet: Free Tools for Triage

ReferenceLast verified Sep 2026Scope Static & dynamicNo sign-up, no PDF wall A suspicious file, a weird link, a hash from an alert — these are the…

Reference

OSINT & Recon Tools Cheat Sheet: Passive Footprinting

ReferenceLast verified Sep 2026Scope Passive OSINTNo sign-up, no PDF wall Reconnaissance is step one of every engagement and every kill chain: map what a target exposes…

Reference

Common Ports Cheat Sheet: TCP & UDP Reference

ReferenceLast verified Sep 2026Scope TCP & UDPNo sign-up, no PDF wall The ports you keep meeting, in one place. Not the full IANA list of 65,535…

Reference

Linux Privilege Escalation Cheat Sheet

ReferenceLast verified 18 Sep 2026LinuxNo sign-up, no PDF wall You have a shell as a normal user and you want root. Linux privilege escalation is the…

Reference

Reverse Shell Cheat Sheet

ReferenceLast verified 18 Sep 2026Linux & WindowsNo sign-up, no PDF wall A reverse shell is a shell that connects back from a target to a listener…