Script portscan
OK i will share Script Portscan :D this script i get From Browsing IN google
IF u search Script For scanport u can Use This Script ,, but U have an application Python :D
im sry My english Very bad :/
Cekidot script portscan
THis Is Script
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#+--------------------+
#|Creators : |
#|-Drarqua GHS Storm |
#|-Rebel Yell |
#+--------------------+
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
import time
import socket
import os
import sys
import string
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
def restart_program():
python = sys.executable
os.execl(python, python, * sys.argv)
curdir = os.getcwd()
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
address = raw_input( "Choose your target:" )
start = input( "From port:" )
stop = input( "To port:" )
openportsL = []
def portscan(address, port):
ps = socket.socket()
print ("Searching for open ports")
try:
ps.connect((address, port))
print ("[Port %s is OPEN.]") %(port)
openportsL[1:1] = [port]
return True
except socket.error, msg:
return False
s.close()
print ("Port Scan Started ... It may take time")
for port in range(start, stop):
portscan(address, port)
print ("Port Scann completed")
print ("The open ports are :")
print ( openportsL )
if __name__ == "__main__":
answer = raw_input("Do you want to Portscan again?")
if answer.strip() in "y Y yes Yes YES".split():
restart_program()
else:
os.system(curdir+"\Deq\main.py")
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
Tq FOr Read Articel Script Portscan and Visit IN [+] Blog-GIla [+]
Terimakasih telah membaca artikel Script portscan ,semoga bermanfaat!
Nice brother I want testing your script :D
Ijin cendol om
Hehehe
Cara gunaiinnya bgmana nih instal python dlu yah
Posting Komentar