Update error-based-sql-injection.yaml
parent
988d0c75c9
commit
0c602a56e7
|
@ -11,6 +11,7 @@ requests:
|
|||
- method: GET
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue