File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class color:
3737def menu ():
3838 title ()
3939 cls ()
40- print color .green + """
40+ print ( color .green + """
4141 ______ ______ _______ _______ _______ _______ _______ _______ _______ ___ _
4242| | | | | || | | _ || || || _ || || | | |
4343| _ || _ || _ || _____| ____ | |_| ||_ _||_ _|| |_| || || |_| |
@@ -46,7 +46,7 @@ def menu():
4646| || || | _____| | | _ | | | | | | _ || |_ | _ |
4747|______| |______| |_______||_______| |__| |__| |___| |___| |__| |__||_______||___| |_|\n """ + color .blue + """
4848 ----[ This code write by (Mr.nope) ]---
49- -------[ github :""" + color .blue + """ https://github.com/mrprogrammer2938/ ]-----------""" + color .End
49+ -------[ github :""" + color .blue + """ https://github.com/mrprogrammer2938/ ]-----------""" + color .End )
5050 web = input ("\n Enter Target ip: " )
5151 time .sleep (1 )
5252 port = input ("\n Enter Target port: " )
@@ -59,7 +59,7 @@ def menu():
5959 print ("Target IP:" , victim_ip )
6060 time .sleep (1 )
6161 print ("\n Target port:" , UDP_PORT )
62- color .red + "=============================================================================\n " + color .End )
62+ print ( color .red + "=============================================================================\n " + color .End )
6363 time .sleep (3 )
6464 def run (k ):
6565 while True :
You can’t perform that action at this time.
0 commit comments