eliokh Share Posted May 20, 2013 Hi friends, i dont know if am posting in the right place, but is there a tool ( preferably online) that i can give it a website URL and it will go and return to me the list of directories inside the domain ?? As example: www.aaaa.com Return /images/ /images/1.jpg /js/ /js/jquery.js thank you in advance. Link to post Share on other sites
0 n_K Share Posted May 20, 2013 No, why would such a tool exist? If you own the site, enable directory listings. Link to post Share on other sites
0 +stereopixels Subscriber¹ Share Posted May 20, 2013 As n_K says, if the site isn't already listing directories, this cannot be done. Link to post Share on other sites
0 +BudMan MVC Share Posted May 20, 2013 If the server is not serving up directories, ie it serves up a default page - index.html, default.html, index.php, etc. Then no its unlikely you would be able to find the sub directories off that site. Now what would be possible is to view the source, or run something like firebug or something on the site and will list off all the urls that images and or .js, .css etc. .etc. are being loaded from. So in that case then sure you would be able to see that maybe images off the site are being served from /images/ or js from /script/ etc.. Link to post Share on other sites
0 Sandor Share Posted May 20, 2013 If the site has a robots.txt or sitemap.xml file they can often give some information about directory structure but they likely won't list *everything* 1 Share Link to post Share on other sites
Question
Hi friends,
i dont know if am posting in the right place, but is there a tool ( preferably online) that i can give it a website URL and it will go and return to me the list of directories inside the domain ??
As example: www.aaaa.com
Return
/images/
/images/1.jpg
/js/
/js/jquery.js
thank you in advance.
Link to post
Share on other sites
5 answers to this question
Recommended Posts