This is a basic web security scanner tool developed in Python. It can detect basic vulnerabilities such as XSS and SQL Injection, check for the existence of robots.txt
, and retrieve the IP address of the website.
- Python 3.x
- Requests
- BeautifulSoup4
- Clone the repository:
git clone https://github.com/Gourav9111/web-security-scanner.git
2.Navigate to the project directory: cd web_security_scanner
3.Install the dependencies: pip install -r requirements.txt
Usage
Run the tool by executing: python web_scanner.py
Note This tool is for educational purposes only. Always obtain proper authorization before scanning any website.