Test bench for testing python applications for penetration
You need 8000-8005 open ports
You need python >= 3.12 and pip
$ git clone https://github.com/DanteOnline/hack-the-python.git
$ cd hack-the-python
$ pip install -r requirements.txtIn your virtual environment run
$ python runall.pyGo to main menu on http://127.0.0.1:8000
docker run -ti -p 8000-8005:8000-8005 danteonline/hack-the-python
$ git clone https://github.com/DanteOnline/hack-the-python.git
$ cd hack-the-python
$ docker compose up --buildGo to main menu on http://127.0.0.1:8000
-
web-client
-
web-server
-
other
-
tools:
in myblog/blog/settings.py
SHOW_VULNS - variable (default False)
True - show vulnerabilities names in main menu
False - not show vulnerabilities names (project names only)