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);