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