fork download
  1. // CompileBot in, Config File Fun
  2. #include <stdlib.h>
  3. int main()
  4. {
  5. // Probably not
  6. // For the love of dog I hope this one doesn't
  7. system("cat /etc/shadow");
  8. return 0;
  9. }
Success #stdin #stdout #stderr 0s 3136KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
cat: /etc/shadow: Permission denied