Help for this page

Select Code to Download


  1. or download this
    cd public_html
    ln -s cgi-bin stealmysourcecode
    
    http://example.com/cgi-bin/foo.cgi
    UHOH!! http://example.com/stealmysourcecode/foo.cgi
    
  2. or download this
    seek DATA,0,0;
    print "Content-type:text/plain\n\n",
      "here is my sourcecode, steal secrets\n",
      <DATA>;