Performs soft pentests on web apps
To run this app locally complete the following:
- Clone this repository
- create a virtual environment with the following commands
virtualenv venv
source venv/bin/activate
# OR
python3 -m venv venv
. venv/bin/activate- Then install requirements with the following command
pip install -r requirements.txtif the port is being used run
kill -9 $(lsof -t -i:5000)