//print the welcome and intro message to tripleX game
std::cout << "____________ __________ _______ __________ ___ __________ (|) (|) \n";
std::cout << "|__=====___/ [=========) [=] [========] [=] [========] ( ) ( ) \n";
std::cout << " [===] [==[__]===) [=] [==[__]==] [=] [========] ( ) ( ) \n";
std::cout << " [===] [=====____) [=] [========] [=] [==] ) (__) ( \n";
std::cout << " [===] [=]^ ( [=] [=]______] [=] [========] | == | \n";
std::cout << " [===] [=] ^ ^ [=] [=] [=] [========] | __ | \n";
std::cout << " [===] [=] ^ ^ [=] [=] [=] [==] | ( ) | \n";
std::cout << " )===(_ )=( ^ ^__ [=] )=( [=(__________ [========] / | | |__ \n";
std::cout << " /______| /___| ^__/ __[=]__ /___| (============) [========] /____| |____| \n\n";
std::cout << " \n";
std::cout << " __________________________________________________________________________________________________ \n";
std::cout << " (010010101 ________________________________0100 ) \n";
std::cout << " | 010010010 0 0 010010 | \n";
std::cout << " | 01001011 0 0 010010 | \n";
std::cout << " | 01001010 0 0 010010 | \n";
std::cout << " | 01001010 0 0 01001110 | \n";
std::cout << " | 0100101001010 0 0 0100101010101010011 | \n";
std::cout << " |__________________________0 0______________________________| \n";
std::cout << "HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN::HACKERMAN:: \n\n";
std::cout << "you are a professional hacker breaking into sever \n";
std::cout << "enter the correct pin to destroy the server \n";
std::cout << "if you sucessfully destroy server you win \n";
std::cout << "you receice reward of $1000 on every level......\n\n";
2 Likes
Looking good! I am in love with the ascii art!
1 Like
thanks
This was funny, you can’t enter a pin to destroy a server. Ideally we would need some kind of shell via RCE and if it has a lower privilege then we escalate it, and depending upon the OS hardening or type of OS one can enter certain commands to delete everything from the server, for example, if it’s a Linux server then, rm -rf ./*
I know it’s a game but I couldn’t help myself from commenting as I am a Security Engineer and this is my forte.