![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Any programs out there that allow you to see a directory even if index.htm exists?
Example: I would like to see the image dir of this VB forum but I believe a blank index file is there. http://gw.gamona.de/forum/images/ : |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
Quote:
Have you asked some moderators or webmaster of the forum to help you? I am not sure this belongs in the lounge.
__________________
"Unless someone like you cares a whole awful lot, nothing is going to get better. It's not" - The Lorax, Dr. Suess |
|
#3
|
||||
|
||||
|
Some older web-servers will give you a directory listing if you add ../../ at the end of the url, for example:
http://www.something.com/../../.././../ That might work. That's a bit of an exploit (of sorts). Not being able to view the directory contents is a security feature built into most modern webservers.
__________________
(¯`·._.·[ Gø|ÐFï§h ]·._.·´¯) Folding@Geeks, TEAM 12072 http://www.majorgeeks.com/page.php?id=9 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|