https://github.com/imagemlt/flask_session_forgery
hctf2018中用到的伪造flask客户端session的脚本
https://github.com/imagemlt/flask_session_forgery
Last synced: 5 months ago
JSON representation
hctf2018中用到的伪造flask客户端session的脚本
- Host: GitHub
- URL: https://github.com/imagemlt/flask_session_forgery
- Owner: imagemlt
- Created: 2018-11-12T12:09:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T12:10:20.000Z (over 7 years ago)
- Last Synced: 2024-12-30T02:46:43.506Z (over 1 year ago)
- Language: Python
- Homepage: https://www.anquanke.com/post/id/163975
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# flask_session_forgery
hctf中用到的用于解析客户端session、伪造客户端sesion的脚本,encode.py为伪造脚本,decode.py为phith0n师傅的解析脚本