A web vulnerability scanner tool that detects XSS, SQL Injection, LFI, and Open Redirect.
$ pkg update -y && pkg upgrade -y
$ apt update -y && apt upgrade -y
$ pkg install git
$ pkg install python -y
$ git clone https://github.com/Whomrx666/Xsecc-scanner.git
$ cd Xsecc-scanner
$ pip install -r requirements.txt
$ python3 Xsecc-scanner.py
- first: Install tools according to the instructions above
- second: Choose whether you want a single or multi scanner
- third: Then select one by one the vulnerabilities that you want to scan.
- Fourth: If single, enter one of the URLs, if multiple, enter the path where the txt URL is placed, for example on the SD card, such as /sdcard/file.txt
- last: The tool will automatically scan and also find a vulnerability that you have entered.
- XSS (Cross-Site Scripting) Detection
- SQL Injection Detection
- Local File Inclusion (LFI) Detection
- Open Redirect Detection
- Single & Multi-Target Mode
- Interactive Colored Output
This is a tool for education only, I am not responsible for any misuse