Penetration testing tool to decode and brute-force Flask session cookies by testing against a wordlist of common secret keys. Current version: 1.2.1. Release cadence is irregular, with the last release in 2022.
pip install flask-unsignNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decode a Flask session cookie or brute-force its secret key using a wordlist.
Read the wordlist file into a list before passing: wordlist = [line.strip() for line in open('wordlist.txt')]Use requests or another library to fetch cookies, then pass the cookie value to flask-unsign.
Use the Python API with UnsignSession class.