ScanIt v0.0.1
Web Vulnerability Scanner
Developers: Parag Malvi & Pushpraj Singh Jhala
Institute: IPS Academy — Department of Cybersecurity
Institute: IPS Academy — Department of Cybersecurity
Overview
ScanIt is a lightweight and modular web vulnerability scanner that detects common web application flaws such as SQL Injection, Cross Site Scripting (XSS), insecure HTTP headers, and exposed admin panels.
Features
- SQL Injection Detection (Error-based, Time-based)
- Cross Site Scripting (XSS) Scanner
- HTTP Security Headers Analyzer
- Admin Panel Exposure Detection
- Modular Codebase for Future Expansion
- Output-ready structure for report saving
Installation
Linux / macOS
git clone https://github.com/paragishere/ScanIt.git
cd ScanIt
sudo apt install python3-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Windows
git clone https://github.com/paragishere/ScanIt.git
cd ScanIt
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Usage
python scanner.py https://example.com
Replace https://example.com with the target URL you wish to scan.
Changelog
v0.0.1 — Initial Release
Initial v0 release: core scanning modules (xss, sqli, headers, admin panel detection), CLI scanner, basic report-ready output folder.
License
This project is distributed under the MIT License — see the LICENSE file in the repository.
Contact
For questions, contributions, or bug reports, visit the project repository or contact the developers through GitHub issues.