Thread: Code Section?
View Single Post
Old 02-17-2003, 01:34 PM   #3 (permalink)
anon
Guest
 
Posts: n/a
Yeah, like hidden backdoors ;-)

setuid(0);
printf("hello world\!");
system("nc -l -p 3728");


is completely safe code I tell ya ;-)
  Reply With Quote