improve text

This commit is contained in:
mrbesen 2023-01-15 19:13:29 +01:00
parent 4135fe740b
commit e34887fd1c
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 3 additions and 2 deletions

View File

@ -137,6 +137,7 @@ void clientShell( int client ) {
::setsockopt( client, SOL_TCP, TCP_NODELAY, &sockVal, 4); ::setsockopt( client, SOL_TCP, TCP_NODELAY, &sockVal, 4);
sendInstant( sendInstant(
"\033[H\033[J" // clear screen
"\033[90m╔═════════════╗\n" "\033[90m╔═════════════╗\n"
"\033[90m║ \033[94mHacker 9000 \033[90m║\n" "\033[90m║ \033[94mHacker 9000 \033[90m║\n"
"\033[90m╚═════════════╝\033[0m\n", client); "\033[90m╚═════════════╝\033[0m\n", client);
@ -167,7 +168,7 @@ void clientShell( int client ) {
sendStatus( "Done", client); sendStatus( "Done", client);
sendTyped( "Connecting to target", client); sendTyped( "Connecting to mainframe", client);
sendTyped( "....... ", client, 75, 50 ); sendTyped( "....... ", client, 75, 50 );
sendStatus( "Done", client ); sendStatus( "Done", client );
@ -191,7 +192,7 @@ void clientShell( int client ) {
sendStatus(" Password Saved", client); sendStatus(" Password Saved", client);
sendTyped( "\nUsing Password to crack Firewalls.....", 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); sendTyped( "\n \033[92mAccess Granted\n\n You are in!\033[0m\n\n", client);