Author Topic: [ASK] About Uploading Shell VIA JPG Tamper Data  (Read 947 times)

0 Members and 1 Guest are viewing this topic.

Offline galihlprakoso

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
[ASK] About Uploading Shell VIA JPG Tamper Data
« on: April 15, 2015, 11:09:15 am »
Hello Master, I have a problem when i tried to Upload my shell..

I've already uploaded my shell .JPG in to the Site via Tamper Data i've changed it into PHP. The Problem is i don't know the path of that image. The image is exist but can't display because i know that is my shell.

The Problem is the URL of The Image folder is hidden by URL. The URL is not like this "images/name-of-the-image.jpg" but "ImageID=1011" the image is requested by Get system. This website is running in java.

I just want you to help how to see the real path of the Hidden Image folder?
sorry for my bad english. Thanks  ;)
« Last Edit: April 15, 2015, 11:11:25 am by galihlprakoso »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [ASK] About Uploading Shell VIA JPG Tamper Data
« Reply #1 on: April 15, 2015, 11:39:22 am »
Well, normally you just check the source or copy an image link... if it's all Java, then you'll need to either sniff it somehow or guess.

Offline jefrey.sobreira

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: [ASK] About Uploading Shell VIA JPG Tamper Data
« Reply #2 on: April 16, 2015, 12:30:44 pm »
Try putting invalid chars on the ImageID parameters. Perhaps the site will throw an error from the server side saying that this file wasn't found for reading (not error 404). However, meaningful errors are more usual in PHP..

Offline ekevjn

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: [ASK] About Uploading Shell VIA JPG Tamper Data
« Reply #3 on: April 18, 2015, 04:09:45 am »
Try "ImageID=1011/whateveryouwant.php" 
       "ImageID=1011?whateveryouwant.php" 
      "ImageID=1011&whateveryouwant.php"
 Goodluck
« Last Edit: April 18, 2015, 05:21:31 am by Kulverstukas »