UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  my client has been owned       \
| severely  this guy got root,    |
| ran packet sniffers, installed .rhosts  |
| and                                     |
|                                         |
| backdoors, put a whole new dir in       |
| called /lib/" ", which has a            |
|                                         |
| full suite of smurfing and killing      |
| tools  the only mistake was not |
| deleting the logfiles  question |
| is how was root hacked, and that i      |
| couldnt tell u  it is, of       |
| course, not a debian box * netgod notes |
| the debian box is the only one left     |
| untouched by the hacker                 |
|                                         |
\ -- wonder why                           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


Here is the PHP code:
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;