sitemap-sql
It will be useful to detect sql on the sitemap.xml endpoints or extensionspatch-1
parent
34f63c93de
commit
79ddc770b7
|
@ -0,0 +1,18 @@
|
|||
id: sql-injection
|
||||
info:
|
||||
name: SQL Injection
|
||||
author: Aravind
|
||||
severity: high
|
||||
tags: [web, injection, sql]
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sitemap.xml?offset=1;SELECT IF((8303>8302),SLEEP(9),2356)#"
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: regex
|
||||
part: body
|
||||
regex: "Expected response content or regex here"
|
Loading…
Reference in New Issue