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.
- Host: GitHub
- URL: https://github.com/jondoescoding/vulnerability-scanner
- Owner: jondoescoding
- License: gpl-3.0
- Created: 2022-05-03T13:45:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T00:55:01.000Z (about 4 years ago)
- Last Synced: 2025-01-29T00:43:51.330Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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