Changes after rebasing

This commit is contained in:
Shreya 2021-02-09 20:28:03 +05:30
parent 435f10fb20
commit e357b3fbe6
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,7 @@ BASIC = {
"HadoopExploiter",
"VSFTPDExploiter",
"MSSQLExploiter",
"DrupalExploiter",
"ZerologonExploiter"
"DrupalExploiter"
]
}
}

View File

@ -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, "