diff --git a/vulnerabilities/other/weiphp-path-traversal.yaml b/vulnerabilities/other/weiphp-path-traversal.yaml index 1c2308c117..564ccba59b 100644 --- a/vulnerabilities/other/weiphp-path-traversal.yaml +++ b/vulnerabilities/other/weiphp-path-traversal.yaml @@ -24,15 +24,15 @@ requests: Accept-Encoding: gzip - | - GET {{end}} HTTP/1.1 + GET {{endpoint}} HTTP/1.1 Host: {{Hostname}} User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 extractors: - type: regex - name: end + name: endpoint part: body - internal: false + internal: true regex: - '/public/uploads/picture/(.*.jpg)'