Skip to content

jondoescoding/Vulnerability-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages