This is a demo application to explain the importance of server side input validation. The demo is cartering to those interested in application security or general application developer.
For details check my blog post here
-
Python 2.7.x
-
Python Flask framework for server side hosting
-
Make sure dependencies are installed.
-
Download this application from github
-
Open your terminal, go to the application folder and type python app.py.
-
Open your browser and type localhost:50000 to gain access to application
- Locate app.py file and remove comment from line 12-16
- Comment off line 19-30
- Restart server
- Locate app.py file and remove comment from line 19-30
- Comment off line 12-16
- Restart server