Update error-based-sql-injection.yaml
parent
8fe5f4e1ff
commit
99bb91c255
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue