mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adding new MySQLinfo NSE script for printing MySQL server information
This commit is contained in:
parent
87027a0193
commit
a988d26982
3 changed files with 224 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ Entry{ category = "intrusive", filename = "HTTPpasswd.nse" }
|
|||
Entry{ category = "discovery", filename = "HTTPtrace.nse" }
|
||||
Entry{ category = "discovery", filename = "MSSQLm.nse" }
|
||||
Entry{ category = "intrusive", filename = "MSSQLm.nse" }
|
||||
Entry{ category = "discovery", filename = "MySQLinfo.nse" }
|
||||
Entry{ category = "safe", filename = "MySQLinfo.nse" }
|
||||
Entry{ category = "version", filename = "PPTPversion.nse" }
|
||||
Entry{ category = "backdoor", filename = "RealVNC_auth_bypass.nse" }
|
||||
Entry{ category = "demo", filename = "SMTP_openrelay_test.nse" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue