diff --git a/http/vulnerabilities/wordpress/wordpress-yoast-seo-user-enumeration.yaml b/http/vulnerabilities/wordpress/wordpress-yoast-seo-user-enumeration.yaml
index d633c09cfa..41944c81f6 100644
--- a/http/vulnerabilities/wordpress/wordpress-yoast-seo-user-enumeration.yaml
+++ b/http/vulnerabilities/wordpress/wordpress-yoast-seo-user-enumeration.yaml
@@ -29,4 +29,4 @@ http:
part: body
group: 1
regex:
- - "https://[^/]+/author/([^/]+)/"
\ No newline at end of file
+ - "https?://.*/author/([^<]+)/"
\ No newline at end of file