Skip to content

Files

Latest commit

f92a6a7 · Oct 5, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Port_Scanner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 24, 2020
Oct 5, 2021

README.md

Open Port Scanner in Python

It scans all the ports from 0 to 1024 which are reserved and also it is implemented with the help of multi threading which improves the scanning speed and reduces the time to scan the particular host or server.

Setup

  1. Create a Virtual Environment.
  2. Hurray.! You're ready to use the script to check open ports in the a particular website/domain.

Running a file

python3 port_scanner.py <url>

Example

python3 port_scanner.py www.google.com