mirror of
https://github.com/pruzko/hakuin
synced 2024-11-08 13:59:15 +01:00
638 B
638 B
A more proper instructions will be provided in the future.
Testing hakuin requires setting up a vulnerable web app:
- install sqlite, mssql, mysqp, and psql on a VM
- create user named "hakuin" with password "hakuin" and a create a DB named "hakuindb" for every DBMS
- clone the hakuin repo to the VM
- create the DBs with:
python tests/www/create_databases.py
- install drivers and python packages necessary for
tests/www/main.py
- start the server:
python tests/www/main.py
Once the app is running, you can run the regression tests (preferably from the host machine):
- run
python tests/run_tests.py <VM_IP> <APP_PORT>