Sha256: 79caa3b296fb12badd4b489bbf1428acf7f98ebdd45bca61b725872536f9c6ac
Contents?: true
Size: 453 Bytes
Versions: 21
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module WPScan module Finders module Users # The YOAST SEO plugin has an author-sitemap.xml which can leak usernames # See https://github.com/wpscanteam/wpscan/issues/1228 class YoastSeoAuthorSitemap < AuthorSitemap # @return [ String ] The URL of the author-sitemap def sitemap_url @sitemap_url ||= target.url('author-sitemap.xml') end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems