PortScanner

A basic Port Scanner using Python v3

  • Python

    • Install Python from here.
  • Pip

    • Install pip from here.

How to run? ?

Install PortScanner

In Windows

In PowerShell

git clone https://github.com/I3L4CK-H4CK3l2/PortScanner.git

In Linux

In Terminal

git clone https://github.com/I3L4CK-H4CK3l2/PortScanner.git

Requirements

Install socket

pip install socket

Usage

In Windows

python port_scanner.py [ip] [port range]

In Linux

python3 port_scanner.py [ip] [port range]

Example

python3 port_scanner.py 127.0.0.1 80-100

GitHub

View Github