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")
def Banner (): msg = """ ███████╗██████╗ ██╗ ██╗██╗██╗ ██╗ ███████╗██████╗ ██╔════╝██╔══██╗██║ ██╔╝██║██║ ██║ ██╔════╝██╔══██╗ █████╗ ██████╔╝█████╔╝ ██║██║ ██║ █████╗ ██████╔╝ ██╔══╝ ██╔══██╗██╔═██╗ ██║██║ ██║ ██╔══╝ ██╔══██╗ ██║ ██████╔╝██║ ██╗██║███████╗███████╗███████╗██║ ██║ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ """ print (fg.red(msg))
def banner(): os.system('clear') msg = """ ▀████ ▐████▀ ▄████████ ▄████████ ▄███████▄ ▄█ █▄ ███▄▄▄▄ ███▌ ████▀ ███ ███ ███ ███ ███ ███ ███ ███ ███▀▀▀██▄ ███ ▐███ ███ █▀ ███ █▀ ███ ███ ███ ███ ███ ███ ▀███▄███▀ ███ ███ ███ ███ ███ ███ ███ ███ ████▀██▄ ▀███████████ ▀███████████ ▀█████████▀ ███ ███ ███ ███ ▐███ ▀███ ███ ███ ███ ███ ███ ███ ███ ▄███ ███▄ ▄█ ███ ▄█ ███ ███ ███ ▄█▄ ███ ███ ███ ████ ███▄ ▄████████▀ ▄████████▀ ▄████▀ ▀███▀███▀ ▀█ █▀ XSS EXPLOIT SCANNER CODEBY:Krypt0Mux """ print(fg.red(msg))
def welcome(): print(fg.red(fg.bold('Welcome to the Brain Games!')))
def congratulate_user(name): print(fg.red(fg.bold(f'Congratulations, {(name)}!')))
def error(s): return (fg.red(s))