An open API service indexing awesome lists of open source software.

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

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.