/Vulnerability-Scanner

Python script which scans open ports and detects vulnerabilities.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python Vulnerability Scanner

This is a simple python script which:

  • Scans ports on a computer
  • Determines whether or not the scanned port is open or closed
  • If after connecting to a socket and a port is open, the script will accept data from the socket and put it into a readable format
  • prints out if any vulnerability banner is found and compares it against a predefined list in a text file

How to run

Method #1

  • Run from VSCode (or IDE of choice)

Method #2

  • Open the command prompt of your choice
  • Navigate to the folder where the script is being held
  • Run the script by using: python scanner.py in your prompt and the code should run autonomously on its own after