robots.txt Pentesting
Was ist robots.txt?
robots.txt?Warum relevant im Pentesting?
Beispiel einer robots.txt-Datei:
robots.txt-Datei:plaintextCopy codeUser-agent: *
Disallow: /admin
Disallow: /privatePentesting-Schritte:
bashCopy code$ curl http://example.com/robots.txt
Sicherheitshinweis:
Last updated