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

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

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 *