Pistas
- This tells search engines what to and what not to avoid.
- What website is running on the target, and what is its version?
- Directory browsing might reveal where files are stored.
- An overlooked backup file in the webroot can be problematic if it reveals sensitive configuration details.
- Certain files may reveal something interesting when mirrored.
La primera pista es clara, debemos ir a robots.txt

FLAG1{fd846432423144d184ef2aa9ee6f2e8f}
Para la segunda usaremos nmap
nmap -sV -sC -p80 target.ine.local

FL@G2{debf93fd55034886833912b9fe9579bf}
La tercera nos habla de listar directorios, a si que usaremos dirb
dirb <http://target.ine.local>