Skip to content

Avirup-R/Port_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Port_Scanner

####### THIS IS A BASIC PYTHON PORT SCANNER #######

####### PLEASE FIRST INSTALL PYTHON3 IF NOT AVAILABLE #######

TO CHECK(IF PYTHON IS INSTALLED)

python3 --version

INSTALLATION FOR LINUX

$ sudo apt-get update $ sudo apt-get install python3.6

INSTALLATION FOR WINDOWS

Download the python.exe file on your computer from the official site.

Open CMD and change Your directory to the path where you have python.exe

Past this code in your Command prompt make sure to change the name with your file version In the below code(e.g python-3.8.5.exe)

python-3.6.0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0

TO USE THE .PY FILE

python3 scanner.py IP_ADDRESS

FOR EXAMPLE python3 scanner.py 192.168.1.49

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages