File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,13 @@ def menu():
5353 victim_ip = socket .gethostbyname (web )
5454 ##################################################
5555 UDP_PORT = port
56- time .sleep (2 )
57- MESSAGE = "01010101001010101101010"
5856 time .sleep (1 )
5957 os .system ("clear" )
60- print color .red + "=============================================================================\n " + color .End
61- print "Target IP:" , victim_ip
58+ print ( color .red + "=============================================================================\n " + color .End )
59+ print ( "Target IP:" , victim_ip )
6260 time .sleep (1 )
63- print "\n Target port:" , UDP_PORT
64- color .red + "=============================================================================\n " + color .End
61+ print ( "\n Target port:" , UDP_PORT )
62+ color .red + "=============================================================================\n " + color .End )
6563 time .sleep (3 )
6664 def run (k ):
6765 while True :
@@ -76,11 +74,11 @@ def run(k):
7674 try :
7775 menu ()
7876 except EOFError :
79- print "\n Ctrl + D"
80- print "\n Exiting..."
77+ print ( "\n Ctrl + D" )
78+ print ( "\n Exiting..." )
8179 sys .exit ()
8280 except KeyboardInterrupt :
83- print "\n Ctrl + C"
84- print "\n Exiting..."
81+ print ( "\n Ctrl + C" )
82+ print ( "\n Exiting..." )
8583 sys .exit ()
8684# Thanks For using :)
You can’t perform that action at this time.
0 commit comments