Class: WPScan::Finders::Users::YoastSeoAuthorSitemap
- Inherits:
-
AuthorSitemap
- Object
- CMSScanner::Finders::Finder
- AuthorSitemap
- WPScan::Finders::Users::YoastSeoAuthorSitemap
- Defined in:
- app/finders/users/yoast_seo_author_sitemap.rb
Overview
The YOAST SEO plugin has an author-sitemap.xml which can leak usernames See github.com/wpscanteam/wpscan/issues/1228
Instance Method Summary collapse
-
#sitemap_url ⇒ String
The URL of the author-sitemap.
Methods inherited from AuthorSitemap
Instance Method Details
#sitemap_url ⇒ String
Returns The URL of the author-sitemap.
10 11 12 |
# File 'app/finders/users/yoast_seo_author_sitemap.rb', line 10 def sitemap_url @sitemap_url ||= target.url('author-sitemap.xml') end |