jondoescoding / Vulnerability-Scanner

Python script which scans open ports and detects vulnerabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python script which scans open ports and detects vulnerabilities.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%