Update error-based-sql-injection.yaml
parent
be020357e8
commit
019a193aec
|
@ -12,7 +12,7 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/') OR 1 = 1 -- ];"
|
||||
# Nuclei's use of net/http here will automatically encode the payload, thus sending {{BaseURL}}/%27%29%20OR%201%20=%201%20--%20%5D; as the request
|
||||
# In order to send an unencoded payload, you'll have to make use of the rawhttp library by crafting a raw HTTP request
|
||||
# In order to send an unencoded payload, you'll have to make use of the rawhttp library by crafting a raw HTTP request
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue