https://github.com/linuxuser255/vulnerable_python_apps
Intentionally vulnerable Python web apps for hacking POCs
https://github.com/linuxuser255/vulnerable_python_apps
codereview flask python3 vulnerability-detection
Last synced: 6 months ago
JSON representation
Intentionally vulnerable Python web apps for hacking POCs
- Host: GitHub
- URL: https://github.com/linuxuser255/vulnerable_python_apps
- Owner: LinuxUser255
- License: gpl-3.0
- Created: 2022-07-11T17:38:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T18:49:42.000Z (over 2 years ago)
- Last Synced: 2025-01-10T19:28:31.168Z (about 1 year ago)
- Topics: codereview, flask, python3, vulnerability-detection
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intentionaly vulnerable Python Web App Code: POCs
- SQL Injection
- Cross Site Scripting
- Server-Side Request Forgery
- Command Injection
- Supply chain attacks: Flawed Frameworks and malicious pip
- Python Security Tips
- Insecure Deserialization
## Instructions for use:
> https://www.jetbrains.com/help/pycharm/creating-flask-project.html
- source env/bin/activate
- pip install flask
- python -c "import flask; print(flask.__version__)"
- export FLASK_APP=main
- export FLASK_ENV=development
---
- Collab and recomendations, always welcome.