3306 - MySQL

nmap -sV -p 3306 --script=mysql-audit,mysql-databases,mysql-dump-hashes,mysql-empty-password,mysql-enum,mysql-info,mysql-query,mysql-users,mysql-variables,mysql-vuln-cve2012-2122 IP

Probar

Buscar ficheros del sistema

FIcheros de configuración

  • windows

    • config.ini

    • my.ini

      • windows\my.ini

      • winnt\my.ini

      • <InstDir>/mysql/data/

  • unix

    • my.cnf

    • /etc/my.cnf

    • /etc/mysql/my.cnf

    • /var/lib/mysql/my.cnf

    • ~/.my.cnf

    • /etc/my.cnf

Historial de comandos

  • ~/.mysql.history

Logs

  • connections.log

  • update.log

  • common.log

Last updated