Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 576 Bytes

WEB VULNERABILITY AUTOMATION

Application SS

ABOUT

Web vulnerability automation is a web application framework built over flask which allows infose researchers to scan their targets using a single click.

REQUIREMENTS

  1. Python3
  2. pip3
  3. Linux bases OS e.g Ubuntu

SETUP

  1. Clone the repository.

  2. cd to WEB-VULNERABILITY-AUTOMATION

    cd ./WEB-VULNERABILITY-AUTOMATION

  3. Run the installer

    ./install.sh

  4. Start the server

    python3 index.py

  5. Access the application http://localhost:5000