Identify hidden or obfuscated paths and functionality through the analysis of metadata files.
Extract and map other information that could lead to better understanding of the systems at hand.
curl $WEBSITE/robots.txt
curl $WEBSITE/xmlrpc.php
curl $WEBSITE/sitemap.xml
curl $WEBSITE/security.txt
curl $WEBSITE/humans.txt
curl $WEBSITE/wp-json/wp/v2/users/
curl $WEBSITE | grep 'meta'
Last updated 1 month ago
Was this helpful?