Documentation
¶
Overview ¶
Package mysql provides MySQL service enumeration functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibraryEnumerateMySQL ¶
type LibraryEnumerateMySQL struct{}
LibraryEnumerateMySQL implements NetworkApplicationLibrary for MySQL enumeration. It probes MySQL targets via raw TCP handshake (protocol v10) and anonymous login attempts.
func (*LibraryEnumerateMySQL) EnumerateTarget ¶
func (m *LibraryEnumerateMySQL) EnumerateTarget(ctx context.Context, target string) (*enumeratefern.EnumerateServiceDetails, []string)
EnumerateTarget connects to a MySQL instance, reads the server greeting to extract version and TLS capability, and attempts an anonymous login to enumerate databases.
Click to show internal directories.
Click to hide internal directories.