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

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

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.