Skip to content

BMustafa97/pentest-tool

Repository files navigation

pentest-tool

Performs soft pentests on web apps

Running this App locally

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.txt

if the port is being used run

kill -9 $(lsof -t -i:5000)

About

Performs soft pentests on web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published