Update CVE-2023-39143.yaml - fix query
parent
d16b065243
commit
cabc89d81c
|
@ -28,7 +28,7 @@ info:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
vendor: papercut
|
vendor: papercut
|
||||||
product: papercut_mf
|
product: papercut_mf
|
||||||
shodan-query: html:"content="PaperCut""
|
shodan-query: html:"content=\"PaperCut\""
|
||||||
tags: cve2023,cve,lfi,papercut
|
tags: cve2023,cve,lfi,papercut
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -44,4 +44,4 @@ http:
|
||||||
- contains(to_lower(content_type), "image/png")
|
- contains(to_lower(content_type), "image/png")
|
||||||
- contains(hex_encode(body), "89504e470d0a1a0a") # PNG file signature in hex
|
- contains(hex_encode(body), "89504e470d0a1a0a") # PNG file signature in hex
|
||||||
condition: and
|
condition: and
|
||||||
# digest: 4a0a0047304502203e4d4a1e68563a0ade9ad94f1623d780a44134066c6c9cec0763cd4c3cd63f0f022100b34545c47beaf43bd77fd5894b890c154740d5b91d8aa85439c0f9c1d80f5ff2:922c64590222798bb761d5b6d8e72950
|
# digest: 4a0a0047304502203e4d4a1e68563a0ade9ad94f1623d780a44134066c6c9cec0763cd4c3cd63f0f022100b34545c47beaf43bd77fd5894b890c154740d5b91d8aa85439c0f9c1d80f5ff2:922c64590222798bb761d5b6d8e72950
|
||||||
|
|
Loading…
Reference in New Issue