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
3.Flask
Please install all of the above for smooth functioning of the frameowrk.
Setup
Install all the dependencies, then run python3 index.py
Contributing Guidelnines
- Fork this Repository.
- Select an issue or create an issue on which you want to work. Discuss with the maintainers.
- Before submitting a pull request, pleasecreate a seperate branch using
git checkout -b <name-of-the-new-branch>
- To commit changes:
git commit -m "<a verbose message explaining which issue is being fixed by this commit>
- To push the changes:
git push origin <your-branch-name>
- Create a pull request on the repository wait for it to get reviewed.