https://github.com/lovasoa/pyformat-challenge
Python format string vulnerability exploitation challenge
https://github.com/lovasoa/pyformat-challenge
challenge format format-string-attack python security
Last synced: 11 months ago
JSON representation
Python format string vulnerability exploitation challenge
- Host: GitHub
- URL: https://github.com/lovasoa/pyformat-challenge
- Owner: lovasoa
- License: bsd-2-clause
- Created: 2020-01-19T00:29:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T14:59:17.000Z (over 4 years ago)
- Last Synced: 2025-03-19T02:11:21.899Z (11 months ago)
- Topics: challenge, format, format-string-attack, python, security
- Language: Python
- Size: 13.7 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyformat-challenge
Python format string vulnerability exploitation challenge.
[`challenge.py`](./challenge.py) contains a security vulnerability.
Your goal is to find a way to exploit it.
To do so, update [`crack.py`](./crack.py).
You can make a pull request to test your solution.
If the tests pass on your pull request, then you win.