Vulnerability-Scanner is a command-line tool designed to identify vulnerabilities in specified target URLs.
This tool is primarily used by security professionals and developers to assess the security posture of web applications by scanning for known vulnerabilities. It can be particularly useful during the development phase or before deployment to ensure that applications are secure.
Ensure that Python 3 and pip are installed as dependencies before running the tool.
git clone https://github.com/ilolm/vulnerability-scanner.git
cd vulnerability-scanner
pip3 install -r requirements.txt
chmod +x vulnerability_scanner.py
./vulnerability_scanner.py [options]
Runs the vulnerability scanner with specified options.
-u TARGET_URL, --url=TARGET_URL
Specifies the target URL to scan for vulnerabilities.