An open API service indexing awesome lists of open source software.

https://github.com/jondoescoding/vulnerability-scanner

Python script which scans open ports and detects vulnerabilities.
https://github.com/jondoescoding/vulnerability-scanner

Last synced: over 1 year ago
JSON representation

Python script which scans open ports and detects vulnerabilities.

Awesome Lists containing this project

README

          

# 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