Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

codepure-707/shiftleft-python-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-webgoat is a deliberately-vulnerable application written with the Flaskweb framework.

                                                (_(                                                /_/'_____/)                                                "  |      |                                                   |""""""|███████╗██╗      █████╗ ███████╗██╗  ██╗    ██╗    ██╗███████╗██████╗  ██████╗  ██████╗  █████╗ ████████╗██╔════╝██║     ██╔══██╗██╔════╝██║ ██╔╝    ██║    ██║██╔════╝██╔══██╗██╔════╝ ██╔═══██╗██╔══██╗╚══██╔══╝█████╗  ██║     ███████║███████╗█████╔╝     ██║ █╗ ██║█████╗  ██████╔╝██║  ███╗██║   ██║███████║   ██║██╔══╝  ██║     ██╔══██║╚════██║██╔═██╗     ██║███╗██║██╔══╝  ██╔══██╗██║   ██║██║   ██║██╔══██║   ██║██║     ███████╗██║  ██║███████║██║  ██╗    ╚███╔███╔╝███████╗██████╔╝╚██████╔╝╚██████╔╝██║  ██║   ██║╚═╝     ╚══════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝     ╚══╝╚══╝ ╚══════╝╚═════╝  ╚═════╝  ╚═════╝ ╚═╝  ╚═╝   ╚═╝

Run

python -m venv .venv. .venv/bin/activatepip install -r requirements.txtFLASK_APP=run.py flask run

Vulnerabilities

This project contains the following vulnerabilities:

  • Remote Code Execution
  • SQL injection
  • Insecure Deserialization
  • Directory Traversal
  • Open Redirect
  • Sensitive Data Exposure
  • Broken Access Control
  • Security Misconfiguration

You can find each one in the codebase by grepping for the stringvulnerability:

$ grep vulnerability . -R -n | grep -v README./flask_webgoat/actions.py:43:    # vulnerability: Remote Code Execution./flask_webgoat/users.py:37:    # vulnerability: SQL Injection./flask_webgoat/auth.py:17:    # vulnerability: SQL Injection./flask_webgoat/actions.py:60:    # vulnerability: Insecure Deserialization./flask_webgoat/actions.py:35:        # vulnerability: Directory Traversal./flask_webgoat/auth.py:45:        # vulnerability: Open Redirect./flask_webgoat/__init__.py:12:        # vulnerability: Sensitive Data Exposure./run.py:7:    # vulnerability: Broken Access Control./run.py:9:    # vulnerability: Security Misconfiguration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python92.0%
  • HTML8.0%

[8]ページ先頭

©2009-2025 Movatter.jp