Skip to content
Permalink
Browse files
libary ports need more than 400
  • Loading branch information
coningtong committed Oct 3, 2020
1 parent fd635f2 commit 4f0749f441069f288541501670029fcc5d461f76
Showing 1 changed file with 2 additions and 2 deletions.
@@ -5,9 +5,9 @@ from h_sockets import testPort
import colored

if __name__=="__main__":
target="172.17.0.2"
target="172.17.0.1"

for p in range(1,100):
for p in range(1,500):

message=colored.fg("red")+"Closed"

0 comments on commit 4f0749f

Please sign in to comment.