Nmap 6: Network Exploration and Security Auditing Cookbook by Paulino Calderon Pale

Nmap 6: Network Exploration and Security Auditing Cookbook by Paulino Calderon Pale

Author:Paulino Calderon Pale
Language: eng
Format: azw3
Tags: Security, Computers, General
ISBN: 9781849517485
Publisher: Packt Publishing, Limited
Published: 2012-11-15T00:00:00+00:00


test { id="3.1", desc="Skip symbolic links", sql="SHOW variables WHERE Variable_name = 'log_error' AND Value IS NOT NULL", check=function(rowstab)

return { status = not(isEmpty(rowstab[1])) }

end

}

MySQL servers may run on a non-standard port. Use Nmap's service detection (-sV) or set the port manually by specifying the port argument (-p):

$ nmap -sV --script mysql-brute <target>$ nmap -p1234 --script mysql-brute <target>

See also

The Listing MySQL databases recipe

The Listing MySQL users recipe



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.