예제 #1
0
def Banner():
	
	# Clear the console
	os.system("clear")	
	print(Style.BRIGHT)
	msg = """


██╗  ██╗ █████╗ ██╗  ██╗██╗  ██╗██╗   ██╗
██║  ██║██╔══██╗██║ ██╔╝██║ ██╔╝██║   ██║
███████║███████║█████╔╝ █████╔╝ ██║   ██║
██╔══██║██╔══██║██╔═██╗ ██╔═██╗ ██║   ██║
██║  ██║██║  ██║██║  ██╗██║  ██╗╚██████╔╝
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ 
                                         
"""
	print(Style.BRIGHT)
	print fg.red(msg)
	print(Style.BRIGHT)
	print(Fore.WHITE + "💀💀" + " ANDROID PENETRATION TESTING " + "💀💀")
	print(Style.BRIGHT)
	print(Fore.YELLOW + "\t By: " + Fore.YELLOW + "Krypt0Mux 👺\n\n")
예제 #2
0
def Banner ():

        msg = """


███████╗██████╗ ██╗  ██╗██╗██╗     ██╗     ███████╗██████╗ 
██╔════╝██╔══██╗██║ ██╔╝██║██║     ██║     ██╔════╝██╔══██╗
█████╗  ██████╔╝█████╔╝ ██║██║     ██║     █████╗  ██████╔╝
██╔══╝  ██╔══██╗██╔═██╗ ██║██║     ██║     ██╔══╝  ██╔══██╗
██║     ██████╔╝██║  ██╗██║███████╗███████╗███████╗██║  ██║
╚═╝     ╚═════╝ ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝
                                                           
"""
        print (fg.red(msg))
예제 #3
0
def banner():
    os.system('clear')
    msg = """


▀████    ▐████▀    ▄████████    ▄████████    ▄███████▄  ▄█     █▄  ███▄▄▄▄   
  ███▌   ████▀    ███    ███   ███    ███   ███    ███ ███     ███ ███▀▀▀██▄ 
   ███  ▐███      ███    █▀    ███    █▀    ███    ███ ███     ███ ███   ███ 
   ▀███▄███▀      ███          ███          ███    ███ ███     ███ ███   ███ 
   ████▀██▄     ▀███████████ ▀███████████ ▀█████████▀  ███     ███ ███   ███ 
  ▐███  ▀███             ███          ███   ███        ███     ███ ███   ███ 
 ▄███     ███▄     ▄█    ███    ▄█    ███   ███        ███ ▄█▄ ███ ███   ███ 
████       ███▄  ▄████████▀   ▄████████▀   ▄████▀       ▀███▀███▀   ▀█   █▀  
                                                                             
		     XSS EXPLOIT SCANNER
			CODEBY:Krypt0Mux                                                      
"""
    print(fg.red(msg))
예제 #4
0
def welcome():
    print(fg.red(fg.bold('Welcome to the Brain Games!')))
예제 #5
0
def congratulate_user(name):
    print(fg.red(fg.bold(f'Congratulations, {(name)}!')))
예제 #6
0
def error(s):
    return (fg.red(s))