From 4e58117e85cbcff3964aefba7a039aea525e959b Mon Sep 17 00:00:00 2001 From: mrbesen Date: Sun, 15 Jan 2023 19:30:51 +0100 Subject: [PATCH] blink --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index ef4a470..e82a577 100644 --- a/main.cpp +++ b/main.cpp @@ -180,7 +180,7 @@ void clientShell( int client ) { std::this_thread::sleep_for(std::chrono::microseconds( 900 )); sendTyped( "Tracking admin password ..... ", client ); - sendStatus( "In Progress", client ); + sendStatus( "\033[5mIn Progress\033[25m", client ); sendTyped( "\n", client ); @@ -194,7 +194,7 @@ void clientShell( int client ) { sendTyped( "\nUsing Password to crack Firewalls.....", client ); sendStatus( "Firewall penetrated", client); - sendTyped( "\n \033[92mAccess Granted\n\n You are in!\033[0m\n\n", client); + sendTyped( "\n \033[92m\033[6mAccess Granted\033[25m\n\n You are in!\033[0m\n\n", client); sendTyped( target + "> ", client);