Update error-based-sql-injection.yaml

patch-1
sandeep 2021-03-18 14:05:19 +05:30
parent 988d0c75c9
commit 0c602a56e7
1 changed files with 1 additions and 0 deletions

View File

@ -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