Author Topic: Testing Upload Functionality  (Read 460 times)

0 Members and 1 Guest are viewing this topic.

Offline Galloglaigh

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Testing Upload Functionality
« on: January 27, 2015, 12:15:08 pm »
HI, New to the forum.


Just wondering when testing Upload functionality on a website using an ASP Shell, will the shell automatically open if successfully uploaded or do you need to figure out the location of the file on the server and somehow opening it up?


this upload feature doesnt give any message about where the file was uploaded to.


Thanks in advance.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Testing Upload Functionality
« Reply #1 on: January 27, 2015, 05:17:20 pm »
You need to figure it out yourself. If you're mimicking an image, look at where images are stored, same for files that are for public download.

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
Re: Testing Upload Functionality
« Reply #2 on: January 27, 2015, 05:27:30 pm »
Any security aware website will be renaming uploaded files and hiding them in randomly named directories for this very reason,
But as Kulverstukas said, it is possible to figure it out by looking at other files that have been uploaded that you can locate on the main webpage, or if you are in the admin panel, you should be able to use the uploaded files on the website, for example put an image on a page, then go to the page and check the link of the image ect.
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline M1lak0

  • Peasant
  • *
  • Posts: 129
  • Cookies: 10
    • View Profile
Re: Testing Upload Functionality
« Reply #3 on: January 28, 2015, 12:28:56 pm »
Of course you have to figure out the location where the shell is been uploaded only then you can access it. Also when any upload option is given you generally get to know where it is uploaded as they show you the file. They can allow you with any extension suppose .jpeg (Excluding the bypass techniques)so when you'll upload the file it'll show you some where that here is the file uploaded or else it will show you the broken image so just get the location of the image and get access also just use temper data and get the location. :)

Hope it helped..
"Security is just an illusion"

Offline Galloglaigh

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: Testing Upload Functionality
« Reply #4 on: January 28, 2015, 03:21:55 pm »
Thanks alot of the comments and help. As you can tell, Im pretty new to this so I appreciate the answers.