X Tutup
Skip to content

Latest commit

 

History

History
 
 

README.md

Vulnerable Lambda with python and PyMongo

Testing :

Start the Mongo database with docker-compose up

Install packages (including aikido_zen):

make install

Run safe :

make run_safe

Run unsafe:

make run_unsafe
X Tutup