This commit is contained in:
mrbesen 2023-01-15 19:30:51 +01:00
parent e34887fd1c
commit 4e58117e85
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 2 additions and 2 deletions

View File

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