Skip to content

MDBRK/cookiehunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CookieHunter

CookieHunter is a fast Python script that:

  • Extracts and analyzes cookies from a target URL
  • Decodes Base64, JWT, JSON, and detects hashes
  • Suggests manual actions (e.g., flipping booleans, session testing)
  • Optionally brute-forces common paths using curl and cookies

Features

  • Cookie analysis with URL, Base64, JSON, JWT decoding
  • Detects possible session/auth tokens or flags
  • Optional brute-force of paths using a wordlist + curl + cookies
  • Easy to extend and fast to use

How to use

python3 cookiehunter.py



About

Cookies Extraction + what can do with them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages