/WebSec-Toolkit-By-no1se

A collection of security tools for pentersion testing

Primary LanguagePython

WebSec-Toolkit-By-no1se

This is a Python script that performs a number of security testing functions including finding IDOR vulnerabilities, XSS vulnerabilities, SQL injection vulnerabilities, file inclusion vulnerabilities, and scanning for open ports.

Here are a few examples of the script's functionality options.

Main Menu:

image

XSS:

ezgif-4-b652391e4a

SQL INJECTION:

ezgif-2-ce3d077ed1

and so on

How to Use:

python3 setup.py

Or, you can install it manually as well.

pip3 install -r requirements.txt
python3 nvuln.py

Have a good day!