Update obsolete.py

Added Server 2012 to the vuln list

Signed-off-by: Shad0wC0ntr0ller <90877534+Shad0wC0ntr0ller@users.noreply.github.com>
main
Shad0wC0ntr0ller 2023-09-29 06:13:00 -04:00 committed by Marshall Hallenbeck
parent 2c637eead7
commit d99ddaaaec
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class CMEModule:
"(operatingSystem=*Windows XP*)(operatingSystem=*Windows Vista*)"
"(operatingSystem=*Windows 7*)(operatingSystem=*Windows 8*)"
"(operatingSystem=*Windows 8.1*)(operatingSystem=*Windows Server 2003*)"
"(operatingSystem=*Windows Server 2008*)))")
"(operatingSystem=*Windows Server 2008*)(operatingSystem=*Windows Server 2012*)))")
attributes = ['name', 'operatingSystem', 'dNSHostName']
try: