Getting Files/Directory listings of websites?
#1
Posted 01 December 2003 - 10:36 PM
#2
Posted 02 December 2003 - 05:33 AM
#3
Posted 02 December 2003 - 07:40 AM
#4
Posted 02 December 2003 - 07:23 PM
So how would I go about doing this?
#5
Posted 03 December 2003 - 04:09 AM
An example of how to view, assuming the server configuration allows it would be:
http://www.servername.com/pictures/
Now, if the url was something like:
http://www.servername.com/pictures/mypicts.html
then the mypicts.html page would be loaded instead of a directory listing.
If there was an index.htm(l) present in the /pictures/ folder, again, by default, that would be loaded and essentially prevent directory listing.
#6
Posted 03 December 2003 - 08:26 AM
#7
Posted 03 December 2003 - 04:58 PM
I seriously doubt that it is possible if the directory listing is turned off on the server. There are applications out there that if you give it a base page, it will download all linked pages recursively. I currently use one on my powerbook but I am sure there are windows programs that do the same thing. It's pretty trivial code.
#8
Posted 04 December 2003 - 12:33 AM
#9
Posted 04 December 2003 - 01:31 AM
I just tried that out and it doesnt do what I want.
I want to know what files are on a site that are NOT linked anywhere... these programs just search linked files from the main page..... not what I'm looking for.
#10
Posted 04 December 2003 - 01:33 AM
#11
Posted 05 December 2003 - 10:22 PM
Even then, if the path has a default document, you still won't get the listing.

Help










