master
mrbesen 5 months ago
parent e34887fd1c
commit 4e58117e85
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504

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

Loading…
Cancel
Save