Help for this page

Select Code to Download


  1. or download this
    "".eval('"'.$r."'").""
    
  2. or download this
    $r = $cgi->param('r');  # If he provides <<".system("rm -rf /").">>,
    $r = "You said $r";     #    the user deletes the server's hard drive.
    
  3. or download this
    $r = $cgi->param('r');  # If he provides <<$r>>,
    $r = "You said $r";     #    the user causes an infinite loop.
                            #    He could bring down the server in a sec.