Skip to content

DanteOnline/hack-the-python

Repository files navigation

Hack the python

Test bench for testing python applications for penetration

QuickStart

Installation and Run

You need 8000-8005 open ports

from github

Install

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.txt

Run

In your virtual environment run

$ python runall.py

Go to main menu on http://127.0.0.1:8000

from Docker image

docker run -ti -p 8000-8005:8000-8005 danteonline/hack-the-python

from Dockerfile

Install

$ git clone https://github.com/DanteOnline/hack-the-python.git
$ cd hack-the-python
$ docker compose up --build

Go to main menu on http://127.0.0.1:8000

List of vulnerabilities

Settings

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)

About

Test bench for testing python applications for penetration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published