Merge pull request #352 from VakarisZ/small_bugfix
_EXPLOITED_SERVICE prop added to win_ms08_067 exploiter
This commit is contained in:
commit
c117e59672
|
@ -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