Island: Remove MySQL fingerprinter from config schema

This commit is contained in:
Ilija Lazoroski 2021-12-14 14:49:45 +01:00
parent cb2ca5be46
commit 2c4420ccff
2 changed files with 0 additions and 9 deletions

View File

@ -27,14 +27,6 @@ FINGER_CLASSES = {
"safe": True, "safe": True,
"info": "Checks if host has HTTP/HTTPS ports open.", "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", "type": "string",
"enum": ["MSSQLFinger"], "enum": ["MSSQLFinger"],

View File

@ -166,7 +166,6 @@ INTERNAL = {
"SMBFinger", "SMBFinger",
"SSHFinger", "SSHFinger",
"HTTPFinger", "HTTPFinger",
"MySQLFinger",
"MSSQLFinger", "MSSQLFinger",
"ElasticFinger", "ElasticFinger",
], ],