🌐
GitHub
github.com › Paradoxis › Flask-Unsign › blob › master › setup.py
Flask-Unsign/setup.py at master · Paradoxis/Flask-Unsign
# $ pip install twine · · import re · import io · import os · import sys · from shutil import rmtree · · from setuptools import find_packages, setup, Command · · NAME = 'flask-unsign' ·
Author   Paradoxis
🌐
GitHub
github.com › Paradoxis › Flask-Unsign-Wordlist
GitHub - Paradoxis/Flask-Unsign-Wordlist: The following package is the standalone wordlist-only component to flask-unsign. · GitHub
The following package is the standalone wordlist-only component to flask-unsign. The two parts are separated to prevent you from having to also download the rather bulky wordlists if you only want to use the code. ... To use the wordlists, either download them directly from GitHub or install them with pip and either run the command line tool:
Starred by 44 users
Forked by 13 users
Languages   Python
🌐
GitHub
github.com › paradoxis › flask-unsign
GitHub - Paradoxis/Flask-Unsign: Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys. · GitHub
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME' eyJsb2dnZWRfaW4iOnRydWV9.XDuW-g.cPCkFmmeB7qNIcN-ReiN72r0hvU ... You might be using the wrong pip binary, try using the following command: python3.6 -m pip install flask-unsign
Starred by 658 users
Forked by 49 users
Languages   Python
🌐
PyPI
pypi.org › project › flask-unsign
flask-unsign · PyPI
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME' eyJsb2dnZWRfaW4iOnRydWV9.XDuW-g.cPCkFmmeB7qNIcN-ReiN72r0hvU ... You might be using the wrong pip binary, try using the following command: python3.6 -m pip install flask-unsign
      » pip install flask-unsign
    
Published   Dec 03, 2024
Version   1.2.1
🌐
GitHub
github.com › Paradoxis › Flask-Unsign-Wordlist › blob › master › setup.py
Flask-Unsign-Wordlist/setup.py at master · Paradoxis/Flask-Unsign-Wordlist
# $ pip install twine · · import re · import io · import os · import sys · from shutil import rmtree · · from setuptools import setup, Command · · NAME = 'flask-unsign-wordlist' · DESCRIPTION = ( 'The following package is the standalone ' 'wordlist-only component to flask-unsign.
Author   Paradoxis
🌐
GitHub
github.com › Paradoxis › Flask-Unsign › blob › master › README.md
Flask-Unsign/README.md at master · Paradoxis/Flask-Unsign
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME' eyJsb2dnZWRfaW4iOnRydWV9.XDuW-g.cPCkFmmeB7qNIcN-ReiN72r0hvU ... You might be using the wrong pip binary, try using the following command: python3.6 -m pip install flask-unsign
Author   Paradoxis
🌐
GitHub
github.com › sleepyeinstein › Flask-Unsign
GitHub - sleepyeinstein/Flask-Unsign: Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys. · GitHub
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME' eyJsb2dnZWRfaW4iOnRydWV9.XDuW-g.cPCkFmmeB7qNIcN-ReiN72r0hvU ... You might be using the wrong pip binary, try using the following command: python3.6 -m pip install flask-unsign
Author   sleepyeinstein
🌐
GitHub
github.com › 851579181 › Flask-Unsign
GitHub - 851579181/Flask-Unsign: Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys. · GitHub
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME' eyJsb2dnZWRfaW4iOnRydWV9.XDuW-g.cPCkFmmeB7qNIcN-ReiN72r0hvU ... You might be using the wrong pip binary, try using the following command: python3.6 -m pip install flask-unsign
Author   851579181
🌐
piwheels
piwheels.org › project › flask-unsign
piwheels - flask-unsign
Flask Unsign is a penetration testing ... secre… · In a virtualenv (see these instructions if you need to create one): pip3 install flask-unsign ·...
🌐
GitHub
github.com › pr0m0ly › Fuzzing-Flask-Unsign
GitHub - pr0m0ly/Fuzzing-Flask-Unsign
Command line tool to fuzz flask-unsign session for finding users.
Author   pr0m0ly
Find elsewhere
🌐
GitHub
github.com › mekrina › flask-unsign-gui › blob › main › readme.md
flask-unsign-gui/readme.md at main · mekrina/flask-unsign-gui
pip3 install flask-unsign; git clone https://github.com/mekrina/flask-unsign-gui.git; cd flask-unsign-gui; python3 app.py; 访问http://localhost:5000即可 · flask框架中的session由三部分组成,用.间隔 · # session示例 ...
Author   mekrina
🌐
GitHub
github.com › Paradoxis › Flask-Unsign › issues › 1
I can't install it. · Issue #1 · Paradoxis/Flask-Unsign
April 19, 2019 - pip install flask-unsign[wordlist] zsh: no matches found: flask-unsign[wordlist] pip install flask-unsign Collecting flask-unsign Could not find a version that satisfies the requirement flask-unsign (from versions: ) No matching distribution ...
Author   Paradoxis
🌐
Snyk
snyk.io › advisor › python packages › flask-unsign-wordlist
flask-unsign-wordlist - Python Package Health Analysis | Snyk
The following package is the standalone wordlist-only component to flask-unsign. The two parts are separated to prevent you from having to also download the rather bulky wordlists if you only want to use the code. ... To use the wordlists, either download them directly from GitHub or install them with pip and either run the command line tool:
🌐
GitHub
github.com › Paradoxis › Flask-Unsign-Wordlist › activity
Activity · Paradoxis/Flask-Unsign-Wordlist
The following package is the standalone wordlist-only component to flask-unsign. - Activity · Paradoxis/Flask-Unsign-Wordlist
Author   Paradoxis
🌐
PyPI
pypi.org › project › flask-unsign-wordlist
flask-unsign-wordlist
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
GitHub
github.com › Paradoxis › Flask-Unsign-Wordlist › blob › master › .gitignore
Flask-Unsign-Wordlist/.gitignore at master · Paradoxis/Flask-Unsign-Wordlist
The following package is the standalone wordlist-only component to flask-unsign. - Paradoxis/Flask-Unsign-Wordlist
Author   Paradoxis
🌐
HackTricks
hacktricks.boitatech.com.br › pentesting › pentesting-web › flask
Flask | HackTricks - Boitatech
flask-unsignPyPI · Copy · pip3 install flask-unsign · Copy · flask-unsign --decode --cookie 'eyJsb2dnZWRfaW4iOmZhbHNlfQ.XDuWxQ.E2Pyb6x3w-NODuflHoGnZOEpbH8' Copy · flask-unsign --unsign --cookie < cookie.txt · Copy · flask-unsign --sign ...
🌐
piwheels
piwheels.org › project › flask-unsign-wordlist
piwheels - flask-unsign-wordlist
The piwheels project page for flask-unsign-wordlist: The following package is the standalone wordlist-only component to flask-unsign. For more information, see: https://github.com/Paradoxis/Flask-Unsign
🌐
Pentest-book
pentest-book.com › enumeration › webservices › flask
Flask | Pentest Book
September 9, 2020 - # SSTImap # https://github.com/AhmedMohamedDev/SSTImap python3 sstimap.py -u "https://target.com/?name=*" # Tplmap # https://github.com/AhmedMohamedDev/tplmap python tplmap.py -u "https://target.com/?name=*" # Flask-Unsign pip3 install flask-unsign
🌐
Githubhelp
githubhelp.com › Paradoxis › Flask-Unsign
The flask-unsign from Paradoxis - GithubHelp
I run the command "pip3 install flask-unsign[rockyou.txt]" and everything appears to install with no error messages in the same directory, immediately after the install finishes I run "flask-unsign -h" just to see some of the options and I get the error message "flask-unsign: comand not found".