Changes after rebasing
This commit is contained in:
parent
435f10fb20
commit
e357b3fbe6
|
@ -27,8 +27,7 @@ BASIC = {
|
|||
"HadoopExploiter",
|
||||
"VSFTPDExploiter",
|
||||
"MSSQLExploiter",
|
||||
"DrupalExploiter",
|
||||
"ZerologonExploiter"
|
||||
"DrupalExploiter"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -154,7 +154,8 @@ EXPLOITER_CLASSES = {
|
|||
"enum": [
|
||||
"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 "
|
||||
"might break communication with other domain controllers.) "
|
||||
"Exploits a privilege escalation vulnerability in a Windows server domain controller, "
|
||||
|
|
Loading…
Reference in New Issue