# ========================================================== # VALHALLA LABS - ROBOTS EXCLUSION PROTOCOL # ========================================================== # ⚠ NOTICE: Malicious bots ignoring these rules will be # logged and reported to Valhalla Security Labs. # ========================================================== User-agent: * # --- [ PUBLIC AREAS ] --- Allow: /assets/ Allow: /index.php # --- [ THE TREASURE MAP (SENSITIVE AREAS) ] --- # FENRIS TARGET: Information Disclosure # By disallowing these, we are practically pointing the Scout to them. Disallow: /includes/ Disallow: /backups/ Disallow: /logs/ Disallow: /dev/ # --- [ SPECIFIC HIGH-VALUE TARGETS ] --- # FENRIS TARGET: Hidden Parameter/Page Discovery Disallow: /admin_portal_beta.php Disallow: /config_dump.sql Disallow: /debug.log Disallow: /phpinfo.php # --- [ SITEMAP UPLINK ] --- # FENRIS TARGET: Endpoint Harvesting Sitemap: https://test.valhallasecuritylabs.com/sitemap.xml # ========================================================== # HUMAN INTERFACE: If you are reading this, Fenris has # already mapped your architecture. 🐺 # ==========================================================