Skip to content

Commit

Permalink
Update wordpress-user-enum.yaml
Browse files Browse the repository at this point in the history
id tag in response usually respond with false positive, avatar_urls end point might be good to check in the response, cause less false positives.
  • Loading branch information
afaq1337 committed Mar 29, 2021
1 parent 978698d commit c6b77ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/wordpress-user-enum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ requests:
- User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
detections:
- >-
StatusCode() == 200 && StringSearch("response", "id")
StatusCode() == 200 && StringSearch("response", "avatar_urls")

0 comments on commit c6b77ba

Please sign in to comment.