Skip to content

Commit

Permalink
Merge pull request #10879 from pwnhxl/patch-13
Browse files Browse the repository at this point in the history
fixfp
  • Loading branch information
ritikchaddha authored Oct 2, 2024
2 parents d24cacc + b3ac969 commit 1c42b03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions http/cves/2024/CVE-2024-34982.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ info:
product: lylme_spage
fofa-query: icon_hash="-282504889"
tags: cve,cve2024,lylme-spage,rce,intrusive
flow: http(1) && http(2)

variables:
string: "{{randstr}}"
filename: "{{to_lower(rand_text_alpha(5))}}"

flow: http(1) && http(2)

http:
- raw:
- |
Expand All @@ -44,8 +46,10 @@ http:
words:
- '"code":'
- '"msg":'
- '"url":'
- 'php"}'
condition: and
internal: true

- type: status
status:
Expand All @@ -71,4 +75,4 @@ http:
- 'contains(body, "{{string}}" )'
- 'contains(header, "text/html")'
condition: and
# digest: 4a0a00473045022100d6aa315d5179da098583ea0872b86fe414cbc4cda8301de18ddfafb2a93013ae0220177931a6619243ead54124a71f081a30a8e952360d780e51afa8290a31cff24d:922c64590222798bb761d5b6d8e72950
# digest: 4a0a00473045022100d6aa315d5179da098583ea0872b86fe414cbc4cda8301de18ddfafb2a93013ae0220177931a6619243ead54124a71f081a30a8e952360d780e51afa8290a31cff24d:922c64590222798bb761d5b6d8e72950

0 comments on commit 1c42b03

Please sign in to comment.