forked from p34709852/monkey
_EXPLOITED_SERVICE var added to win_ms08_067 exploiter
This commit is contained in:
parent
c320111499
commit
74042b4f29
|
@ -153,6 +153,7 @@ class SRVSVC_Exploit(object):
|
|||
|
||||
class Ms08_067_Exploiter(HostExploiter):
|
||||
_TARGET_OS_TYPE = ['windows']
|
||||
_EXPLOITED_SERVICE = 'Microsoft Server Service'
|
||||
_windows_versions = {'Windows Server 2003 3790 Service Pack 2': WindowsVersion.Windows2003_SP2,
|
||||
'Windows Server 2003 R2 3790 Service Pack 2': WindowsVersion.Windows2003_SP2}
|
||||
|
||||
|
|
Loading…
Reference in New Issue