mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 07:43:27 +08:00
FIx Extra request CVE-2024-6753.yaml
This commit is contained in:
@@ -28,7 +28,7 @@ info:
|
||||
fofa-query: body="social-auto-poster"
|
||||
tags: cve,cve2024,wordpress,wp,wp-plugin,social-auto-poster,xss,vkev
|
||||
|
||||
flow: http(1) && http(2) && http(3) && http(4)
|
||||
flow: http(1) && http(2) && http(3)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
@@ -48,19 +48,6 @@ http:
|
||||
condition: and
|
||||
internal: true
|
||||
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(header, "wordpress_test_cookie")'
|
||||
condition: and
|
||||
internal: true
|
||||
|
||||
- raw:
|
||||
- |
|
||||
POST /wp-login.php HTTP/1.1
|
||||
@@ -89,4 +76,4 @@ http:
|
||||
- 'contains(content_type, "text/html")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
# digest: 4b0a00483046022100b96334bd64ab7f01199447987b9cf2bc74fa1c1d471e453ab4e547d007cba60f022100e36b640b7370fa85ef20c45cf10af1144e2bc7880d2d720a94076fba24abdb51:922c64590222798bb761d5b6d8e72950
|
||||
# digest: 4b0a00483046022100b96334bd64ab7f01199447987b9cf2bc74fa1c1d471e453ab4e547d007cba60f022100e36b640b7370fa85ef20c45cf10af1144e2bc7880d2d720a94076fba24abdb51:922c64590222798bb761d5b6d8e72950
|
||||
|
||||
Reference in New Issue
Block a user