picoCTF - Scavenger Hunt
picoCTF: Scavenger Hunt
Things I learned from this challenge:
Try to access those dot files! And other files that might be accessible other than the public ones.
robots.txt
- https://developers.google.com/search/docs/advanced/robots/introApache server manages its server permissions in
.htaccess
file.
It is always good to know what options I have to find vulnerabilities.
This post is licensed under CC BY 4.0 by the author.