Hmmnm
All articles published by

Hmmnm

Hands-on cybersecurity tutorials, CVE breakdowns, and guided learning paths. Every technique is explained, tested, and paired with its mitigation — so you learn the attack and the defense together.

Learning Paths · About Hmmnm · Editorial policy

Read more about the article The Exposed .git Mistake We Keep Finding After 10 Years
Exposed git directory terminal session

The Exposed .git Mistake We Keep Finding After 10 Years

One curl request to /.git/HEAD hands attackers your full source, every commit ever made, deleted files, and usually a working credential. A decade of research says this mistake is not aging out. Here is the exploit chain — and the three-layer fix.

Continue ReadingThe Exposed .git Mistake We Keep Finding After 10 Years
Read more about the article HTTP Request Smuggling: One Request, Two Interpretations
HTTP request smuggling elegant envelope desync

HTTP Request Smuggling: One Request, Two Interpretations

Your front end and your back end disagree about where one request ends and the next begins. The smuggled prefix slides under the WAF, defeats the rate limiter, and poisons the cache under someone else else URL. How CL-TE and TE-CL desyncs work, and the configuration discipline that closes them.

Continue ReadingHTTP Request Smuggling: One Request, Two Interpretations

How to Read Research Papers With AI: The Nine-Pass Protocol

Most people read papers wrong: linear, once, and credulously. The nine-pass protocol gives every pass one job - intake, attention residual, contradictions, citation chain, gaps, methodology, assumptions, synthesis, and the so-what test - producing verifiable artifacts at each step.

Continue ReadingHow to Read Research Papers With AI: The Nine-Pass Protocol
Read more about the article AI Agents Explained: Every Core Concept From Autonomy to Quantization
AI agent concept map: the loop and its eight layers

AI Agents Explained: Every Core Concept From Autonomy to Quantization

The complete AI agent concept map – autonomy, perception, action space, ReAct, chain of thought, memory types, the harness, A2A/A2U/MCP protocols, multi-agent patterns, metrics, KV cache and quantization – each with how it works and a real example.

Continue ReadingAI Agents Explained: Every Core Concept From Autonomy to Quantization