![]() |
|
How to see the content of a directory? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: How to see the content of a directory? (/Thread-How-to-see-the-content-of-a-directory) |
How to see the content of a directory? - Hack3rcon - 11-30-2020 Hello, I know that a website has an "ssl" directory, but when I browse "https://website.com/ssl/" then it redirects me to the main page. How can I see the content of that directory? Thank you. RE: How to see the content of a directory? - ff1ddaf43112 - 02-04-2021 maybe the dir is empty. Or, that is more likely, the httpd-daemon has no right to read this files and due to the non existing rights the webserver does not know anything about the content of the directory. Maybe you should try to dig deeper (path-traversal, ...) RE: How to see the content of a directory? - Hack3rcon - 02-04-2021 (02-04-2021, 10:45 AM)ff1ddaf43112 Wrote: maybe the dir is empty. Or, that is more likely, the httpd-daemon has no right to read this files and due to the non existing rights the webserver does not know anything about the content of the directory.Thanks. Any program that do it? RE: How to see the content of a directory? - fire - 02-25-2021 (02-04-2021, 03:02 PM)Hack3rcon Wrote:many FTP programs could help but a simple dir search would work too(02-04-2021, 10:45 AM)ff1ddaf43112 Wrote: maybe the dir is empty. Or, that is more likely, the httpd-daemon has no right to read this files and due to the non existing rights the webserver does not know anything about the content of the directory.Thanks. |