From 0d155ca847b2cba34e1972fc49f625b5be900f64 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:23:48 +0200 Subject: [PATCH] MySQL: password column no longer exists --- attackQueries/informationGathering/mysql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attackQueries/informationGathering/mysql.html b/attackQueries/informationGathering/mysql.html index 1ad593a..95712fa 100644 --- a/attackQueries/informationGathering/mysql.html +++ b/attackQueries/informationGathering/mysql.html @@ -54,7 +54,7 @@

Information Gathering

Password Hashes - SELECT host, user, password FROM mysql.user + SELECT host, user, password FROM mysql.user -- (until MySQL 5.6)
SELECT host, user, authentication_string FROM mysql.user -- (since MySQL 5.7) Schema