thesilvester Posted April 7, 2007 Share Posted April 7, 2007 Are there any ways of showing a directory tree of a website :?: Quote Link to comment Share on other sites More sharing options...
Operator Posted April 7, 2007 Share Posted April 7, 2007 you can use wget to download the everything on the site. http://www.devarticles.com/c/a/Web-Service...ring-With-wget/ shows you how to do it Quote Link to comment Share on other sites More sharing options...
Deveant Posted April 8, 2007 Share Posted April 8, 2007 depends of what its for, raping the site i suggest using Operator method, if its for ur own site, then it can easly be done in PHP, if its someone elses site, then the answer is no, unless u hack them, there will be directories with authentification needed, 9/10 times u will not be able to see these unless u know there name, nor will u be able to folders inside this folder. Quote Link to comment Share on other sites More sharing options...
digip Posted April 8, 2007 Share Posted April 8, 2007 Are there any ways of showing a directory tree of a website :?: Using linux or windows? If you log into a shell, like root using telnet you can use a standard list command on unix Linux: Use ls comamnd with a switch > somefile.txt or if you have access to the box, say on a windows server Windows: Use the dir or list command > somefile.txt Then download the files. You would need to have access to the server either remotely as root or an authorized user. If your just using the web, try google with: "inurl:www.somsite.com" and any site with the url that it has indexed should come up, but this limits you only to only the publicly available files in the site that google was able to index. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.