hi guys,
I have been learning some basic web-application exploitation these days,
today i have been trying the basic exploitation
i.e exploiting arbitrary file uploads
i have been practicing this on my friends
jsp web-site running with Apache-Coyote/1.1...,
i had successfully uploaded the shell with a file name like this
commander.jsp.%%.jpeg
but while i tried to retrieve the shell after uploading i am getting error like this
The image "http://target.com/state/userregistrationimages/previewtemp/photo-1314340617178.jpg" can not be displayed,because it contains errors
Also the web-server supports the following http methods "GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS"
when i check with some tools ...
I would like to retrieve my uploaded shell,
is it possible to do that ?
Any suggestions/advice please?