- or download this
#!/usr/bin/perl -Tw
use strict;
...
end_form(),
end_html();
}
- or download this
$VAR1 = {
'Content-Type' => 'application/octet-stream',
'Content-Disposition' => 'form-data; name="f"; filename="win
+.ini"'
};
- or download this
$VAR1 = {
'Content-Type' => 'application/octet-stream',
'Content-Disposition' => 'form-data; name="f"; filename="C:\
+\WINNT\\win.ini"'
};
- or download this
#!/usr/bin/perl -Tw
use strict;
...
'</form></body></html>';
}
- or download this
-----------------------------114782935826962
Content-Disposition: form-data; name="f"; filename="win.ini"
Content-Type: application/octet-stream
# file content here
- or download this
-----------------------------7d936e1f40214
Content-Disposition: form-data; name="f"; filename="C:\WINNT\win.ini"
Content-Type: application/octet-stream
# file content here