Пример #1
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201207001 Missing (KB2019107)"
cve_id = "N/A"
description = r"""http://kb.vmware.com/kb/2019107<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.<br>
For information about the issues fixed with the ESXi-5.0.0-20120704001-standard image profile, see KB 2019113.<br>
For information about the issues fixed with the ESXi-5.0.0-20120704001-no-tools image profile, see KB 2019114.<br>
For information about the issues fixed with the ESXi-5.0.0-20120701001s-standard image profile, see KB 2020574.<br>
For information about the issues fixed with the ESXi-5.0.0-20120701001s-no-tools image profile, see KB 2020575.<br>
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-346-20120706-638484/ESXi500-201207001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 768111):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #2
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201111001 Missing (KB2008017)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2008017<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB article of the individual bulletin.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-318-20111025-965713/ESXi500-201111001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 504890):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #3
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201107001 Missing (KB2000613)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2000613<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-286-20110719-395139/ESXi410-201107001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 433742):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #4
0
# -*- coding:utf-8 -*-
import sys

sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201204001 Missing (KB2013058)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2013058<br>
This bulletin includes all software updates required to install VMware ESXi 4.1 Patch 05 on a host. A host is not considered running ESXi 4.1 Patch 05 until it is compliant with this bulletin. For more information, see the KBs for the individual bulletins.  
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-333-20120419-954937/ESXi410-201204001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 659051):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #5
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201112001 Missing (KB2007680)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2007680<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.<br>
For information about the issues fixed with the ESXi-5.0.0-20111204001-standard image profile, see KB 2009330.<br>
For information about the issues fixed with the ESXi-5.0.0-20111204001-no-tools image profile, see KB 2009334.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-325-20111212-924952/ESXi500-201112001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 515841):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #6
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201206001 Missing (KB2021031)"
cve_id = "N/A"
description = r"""This patch release contains security fixes for ESXi. For more information, see the KB article for the individual bulletin.<br>
For information about the issues fixed with the ESXi-5.0.0-20120604001-standard image profile, see KB 2021035.<br>
For information about the issues fixed with the ESXi-5.0.0-20120604001-no-tools image profile, see KB 2021036.<br>
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-341-20120605-165537/ESXi500-201206001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 721882):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #7
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201109001 Missing (KB2001075)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2001075<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-318-20111025-965713/ESXi500-201111001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 474610):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #8
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201104001 Missing (KB1035111)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/1035111<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-276-20110420-682352/ESXi410-201104001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 381591):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #9
0
# -*- coding:utf-8 -*-
import sys

sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201011001 Missing (KB1029401)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/1029401<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-254-20101122-192599/ESXi410-201011001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 320137):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release update-from-esxi4.1-4.1_update02 Missing (KB2002338)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2002338<br>
This bulletin includes all software updates required to install VMware ESXi 4.1 Update 2 on a host. A host is not considered running ESXi 4.1 Update 2 until it is compliant with this bulletin. For more information, see the KBs for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-317-20111024-147750/update-from-esxi4.1-4.1_update02.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 502767):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #11
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201010001 Missing (KB1027753)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/1027753<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-251-20101108-239087/ESXi410-201010001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 320092):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #12
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201205001 Missing (KB2019857)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2019857<br>
This patch release contains security fixes for ESXi. For more information, see the KB articles for the individual bulletins.<br>
For information about the issues fixed with the ESXi-5.0.0-20120504001-standard image profile, see KB 2019863.<br>
For information about the issues fixed with the ESXi-5.0.0-20120504001-no-tools image profile, see KB 2019864.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-338-20120501-009635/ESXi500-201205001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 702118):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #13
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release update-from-esxi4.1-4.1_update01 Missing (KB1029354)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/1029354<br>
This bulletin includes all software updates required to install VMware ESXi 4.1 Update 1 on a host. A host will not be considered running ESXi 4.1 Update 1 until it is compliant with this bulletin. For more information, see the KBs for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-260-20110127-912579/update-from-esxi4.1-4.1_update01.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 348481):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #14
0
# -*- coding:utf-8 -*-
import sys

sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201205001 Missing (KB2019860)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2019860<br>
This patch contains security fixes for ESXi 4.1. For more information, see the KBs for the individual bulletins.  
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-337-20120501-451487/ESXi410-201205001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 702113):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
# -*- coding:utf-8 -*-
import sys

sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release update-from-esxi4.1-4.1_update03 Missing (KB2020373)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2020373<br>
This bulletin includes all software updates required to install VMware ESXi 4.1 Update 3 on a host. A host is not considered running ESXi 4.1 Update 3 until it is compliant with this bulletin. For more information, see the KBs for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-350-20120830-168071/update-from-esxi4.1-4.1_update03.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 800380):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #16
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release ESXi500-201204001 Missing (KB2015460)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2015460<br>
This patch release contains security fixes for ESXi. For more information, see the KB articles for the individual bulletins.<br>
For information about the issues fixed with the ESXi-5.0.0-20120404001-standard image profile, see KB 2015650.<br>
For information about the issues fixed with the ESXi-5.0.0-20120404001-no-tools image profile, see KB 2015655.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-331-20120408-206167/ESXi500-201204001.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 653509):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #17
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 5.0.0 Patch Release update-from-esxi5.0-5.0_update01 Missing (KB2010823)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2010823<br>
This patch release contains the bug fixes for ESXi. For more information, see the KB articles for the individual bulletins.<br>
For information about the issues fixed with the ESXi-5.0.0-20120301001s-standard image profile, see KB 2012673.<br>
For information about the issues fixed with the ESXi-5.0.0-20120301001s-no-tools image profile, see KB 2012674.<br>
For information about the issues fixed with the ESXi-5.0.0-20120302001-standard image profile, see KB 2012671.<br>
For information about the issues fixed with the ESXi-5.0.0-20120302001-no-tools image profile, see KB 2012672.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-328-20120312-212851/update-from-esxi5.0-5.0_update01.zip"

flag = 0
if ESXi_check('ESXi 5.0.0', 623860):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #18
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201201001 Missing (KB2009137)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2009137<br>
This bulletin includes all software updates required to install VMware ESXi 4.1 Patch 04 on a host. A host is not considered running ESXi 4.1 Patch 04 until it is compliant with this bulletin. For more information, see the KBs for the individual bulletins.
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-327-20120123-039410/ESXi410-201201001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 582267):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)
Пример #19
0
# -*- coding:utf-8 -*-
import sys
sys.path.append('.')

from scanFunction.vuln_check import ESXi_check
from scanFunction.vuln_check import write_result
import re

name = "VMWare ESXi 4.1.0 Patch Release ESXi410-201206001 Missing (KB2019243)"
cve_id = "N/A"
description = """http://kb.vmware.com/kb/2019243<br>
This patch contains security fixes for ESXi 4.1. For more information, see the KB for the individual bulletin. 
"""
repair = "https://hostupdate.vmware.com/software/VUM/OFFLINE/release-343-20120605-042482/ESXi410-201206001.zip"

flag = 0
if ESXi_check('ESXi 4.1.0', 721871):
    flag += 1

if flag:
    write_result(name, cve_id, description, repair)