Showing entries 1 to 1
Displaying posts with tag: Perl script for checking user security in MySQL (reset)
Perl script for checking user security in MySQL

This script is used to check the user security in MySQL server. Prerequisites: Perl modules : DBI, Getopt::Long and Text::Table Script will check following details from mysql grant tables. # Looks for anonymous user accounts # Looks for accounts accessible from any host # Looks for accounts with empty password # Looks for accounts with [...]

Showing entries 1 to 1