cookie-analysis

Installation
SKILL.md

Cookie Analysis & Forgery Methodology

When to Use

  • You found a session cookie and want to forge it
  • BEFORE running flask-unsign or any brute-force tool
  • When you need to bypass authentication via cookie manipulation

Step 1: Extract the cookie

curl -sI http://TARGET/ | grep -i set-cookie

Step 2: Identify cookie type

Related skills

More from wgpsec/aboutsecurity

Installs
7
GitHub Stars
1.3K
First Seen
Apr 22, 2026