diff --git a/main.cpp b/main.cpp index 70e8f37..ef4a470 100644 --- a/main.cpp +++ b/main.cpp @@ -137,6 +137,7 @@ void clientShell( int client ) { ::setsockopt( client, SOL_TCP, TCP_NODELAY, &sockVal, 4); sendInstant( + "\033[H\033[J" // clear screen "\033[90m╔═════════════╗\n" "\033[90m║ \033[94mHacker 9000 \033[90m║\n" "\033[90m╚═════════════╝\033[0m\n", client); @@ -167,7 +168,7 @@ void clientShell( int client ) { sendStatus( "Done", client); - sendTyped( "Connecting to target", client); + sendTyped( "Connecting to mainframe", client); sendTyped( "....... ", client, 75, 50 ); sendStatus( "Done", client ); @@ -191,7 +192,7 @@ void clientShell( int client ) { sendStatus(" Password Saved", client); sendTyped( "\nUsing Password to crack Firewalls.....", client ); - sendStatus( "Cracked", client); + sendStatus( "Firewall penetrated", client); sendTyped( "\n \033[92mAccess Granted\n\n You are in!\033[0m\n\n", client);