forked from p34709852/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,
|
"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"],
|
||||||
|
|
|
@ -166,7 +166,6 @@ INTERNAL = {
|
||||||
"SMBFinger",
|
"SMBFinger",
|
||||||
"SSHFinger",
|
"SSHFinger",
|
||||||
"HTTPFinger",
|
"HTTPFinger",
|
||||||
"MySQLFinger",
|
|
||||||
"MSSQLFinger",
|
"MSSQLFinger",
|
||||||
"ElasticFinger",
|
"ElasticFinger",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue