diff --git a/vulnerabilities/generic/error-based-sql-injection.yaml b/vulnerabilities/generic/error-based-sql-injection.yaml index 964965fdf2..ae3ab0b24c 100644 --- a/vulnerabilities/generic/error-based-sql-injection.yaml +++ b/vulnerabilities/generic/error-based-sql-injection.yaml @@ -8,16 +8,9 @@ info: tags: sqli requests: - - - raw: - - |+ - GET /') OR 1 = 1 -- ]; - Host: {{Hostname}} - User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 - Accept: */* - Connection: close - - unsafe: true + - method: GET + path: + - "{{BaseURL}}/') OR 1 = 1 -- ];" matchers-condition: and matchers: