Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Flask w/ Postgres and xml Sample app

It runs multi-threaded

Getting started

Run :

make run # Runs app with zen
make runZenDisabled # Runs app with zen disabled.
  • You'll be able to access the Flask Server at : localhost:8092

  • To upload xml use http://localhost:8092/xml/

  • To test a sql injection enter the following xml snippet:

<dogs><dog dog_name="Malicious dog', TRUE); -- " /></dogs>