fromflask_unsign.helpersimportLegacyTimestampSigner defverify(value:str,secret:str,legacy:bool=False,salt:str=DEFAULT_SALT)->bool: """ Verifies if a given value matches the signed signature :param value: Session cookie string to verify
Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys. - Paradoxis/Flask-Unsign
import flask_unsign_wordlist print(flask_unsign_wordlist.get('all'))LicenseMIT LicenseCopyright (c) 2024 Luke Paris (Paradoxis)Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the ...