Skip to content

Repozo/Web-Vulnerability-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a127e70 · Jan 15, 2021

History

10 Commits
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 13, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 13, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021
Jan 12, 2021

Repository files navigation

About

This is a web vulnerability scanner framework built on flask. It helps you scan a website for trivial security issues like simple XSS, sqli (in GET requests), directory traversal. There are options for subdomain enumeration and port scanning too. The complete scan" option does all of the 5 scans and generates a pdf report for the same.

Dependencies:

1.pip3

2.Beautifulsoup

3.Flask

4.wkhtmltopdf

5.request module

6.socket module

7.threading module

Please install all of the above for smooth functioning of the frameowrk.

Setup

Install all the dependencies, then run python3 index.py

Contributing Guidelnines

  1. Fork this Repository.
  2. Select an issue or create an issue on which you want to work. Discuss with the maintainers.
  3. Before submitting a pull request, pleasecreate a seperate branch using git checkout -b <name-of-the-new-branch>
  4. To commit changes: git commit -m "<a verbose message explaining which issue is being fixed by this commit>
  5. To push the changes:git push origin <your-branch-name>
  6. Create a pull request on the repository wait for it to get reviewed.