[Python]Port Scanner[Code]

Prince

[ Verified Seller ]
Staff member
Trusted Seller
Joined
11 yrs. 6 mth. 26 days
Messages
5,381
Reaction score
18,380
Age
45
Wallet
11,590$
A simple port scanner is made to help all Python's newcomersUPDATED
Code:
Please, Log in or Register to view codes content!
A quick explanation of the code.(will update it soon)#!/usr/bin/python We set the intepreter enviroment
import Importing sys,os,socket module.(links above)
 
Top Bottom