Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 766 Bytes

File metadata and controls

31 lines (17 loc) · 766 Bytes

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