Giter VIP home page Giter VIP logo

pythonflaskvulnerableapp's Introduction

PythonFlaskVulnerableApp

This is going to be a simple Python web server with some simple vulnerabilities.

This is going to be running on your computer so tread carefully when running exploits that you don't understand. This is an exploitable application so be sure to take proper precautions when running it on your computer.

The goal of this project is to make a python web server that could be easily downloaded and ran for practice/testing/tool trials that does not require the user to spin up a whole web server or anything special such as that it is going to be its own little module.

Current Vulnerabilities in the system and planned:

  • Reflected XSS
  • Stored XSS
  • Simple SQL Injection
  • Blind SQL Injection
  • File Path Traversal
  • File Upload/Download
  • Shell execution

Always open to suggestions on any that you would like to see.

Technologies used

Folder Structure

-dbs (Just a folder for holding the databases that get created by the scripts)

-setup (hold files that will run on first startup of site or on reset to setup/reset the db's
|--db (Holds the database setup scripts)

-static (all the static such as css, images, js, etc)
|--css
|--js
|--fonts
|--images

-templates (All the templates for the pages including the basetemplate that all other templates extend.  Templates are broke out into sections)
|--sqli (sql injection section templates)
|--xss (xss section templates)

run.py (start place for the server, and the routes code)

pythonflaskvulnerableapp's People

Contributors

midpipps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.