forked from p15670423/monkey
Island: Remove MySQL fingerprinter from config schema
This commit is contained in:
parent
cb2ca5be46
commit
2c4420ccff
|
@ -27,14 +27,6 @@ FINGER_CLASSES = {
|
|||
"safe": True,
|
||||
"info": "Checks if host has HTTP/HTTPS ports open.",
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["MySQLFinger"],
|
||||
"title": "MySQL Fingerprinter",
|
||||
"safe": True,
|
||||
"info": "Checks if MySQL server is running and tries to get it's version.",
|
||||
"attack_techniques": ["T1210"],
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["MSSQLFinger"],
|
||||
|
|
|
@ -166,7 +166,6 @@ INTERNAL = {
|
|||
"SMBFinger",
|
||||
"SSHFinger",
|
||||
"HTTPFinger",
|
||||
"MySQLFinger",
|
||||
"MSSQLFinger",
|
||||
"ElasticFinger",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue