forked from p15670423/monkey
Changes after rebasing
This commit is contained in:
parent
435f10fb20
commit
e357b3fbe6
|
@ -27,8 +27,7 @@ BASIC = {
|
||||||
"HadoopExploiter",
|
"HadoopExploiter",
|
||||||
"VSFTPDExploiter",
|
"VSFTPDExploiter",
|
||||||
"MSSQLExploiter",
|
"MSSQLExploiter",
|
||||||
"DrupalExploiter",
|
"DrupalExploiter"
|
||||||
"ZerologonExploiter"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -154,7 +154,8 @@ EXPLOITER_CLASSES = {
|
||||||
"enum": [
|
"enum": [
|
||||||
"ZerologonExploiter"
|
"ZerologonExploiter"
|
||||||
],
|
],
|
||||||
"title": "Zerologon Exploiter (UNSAFE)",
|
"title": "Zerologon Exploiter",
|
||||||
|
"safe": False,
|
||||||
"info": "CVE-2020-1472. Unsafe exploiter (changes the password of a Windows server domain controller account and "
|
"info": "CVE-2020-1472. Unsafe exploiter (changes the password of a Windows server domain controller account and "
|
||||||
"might break communication with other domain controllers.) "
|
"might break communication with other domain controllers.) "
|
||||||
"Exploits a privilege escalation vulnerability in a Windows server domain controller, "
|
"Exploits a privilege escalation vulnerability in a Windows server domain controller, "
|
||||||
|
|
Loading…
Reference in New Issue