Skip to content

Intentionally vulnerable Python web apps for hacking POCs

License

Notifications You must be signed in to change notification settings

shift-f10/Vulnerable_Python_Apps

 
 

Repository files navigation

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.

About

Intentionally vulnerable Python web apps for hacking POCs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.8%
  • HTML 16.5%
  • CSS 5.7%