https://github.com/vishalshenoy2002/port-scanner
Keep your ports safe with port scanner
https://github.com/vishalshenoy2002/port-scanner
cyber-security cybersecurity scanner security
Last synced: 1 day ago
JSON representation
Keep your ports safe with port scanner
- Host: GitHub
- URL: https://github.com/vishalshenoy2002/port-scanner
- Owner: VishalShenoy2002
- License: mit
- Created: 2021-07-22T07:51:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T04:51:16.000Z (over 4 years ago)
- Last Synced: 2025-09-10T14:45:40.994Z (10 months ago)
- Topics: cyber-security, cybersecurity, scanner, security
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Port-Scanner
Port Scanners are primarily used for Penetration Testing and Information Gathering. Essentially, we are looking for open ports in a host for one of two reasons. To ensure our servers are secure or to exploit those of someone else. An unnecessarily opened port means vulnerability and comes with a lack of security.
## Language and Modules Used
The language used to make this port scanner is Python 3.7 and the modules used are as follows:
1. socket
2. sys
3. time
## About The Program
This program has 3 types of scans they are as follows:
1. Scan all Ports
2. Scan Common Ports
3. Scan Custom Ports
In all the scans there is a option of multiscan i.e it will scan multiple times.
## * This is For Educational Purpose Only *