Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Fixed issue#34 OS name parsing for Server 2016 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evets007
Copy link

@evets007 evets007 commented Jul 23, 2020

The osnamearray defined in getname() needs an update for server 2016

def getname(ostext):

if ostext == False:
return False

osname=False

osnamearray=[["xp","XP"],
["2000","2000"],
["2003","2003"],
["vista","Vista"],
["2008","2008"],
[" 7","7"],
[" 8","8"],
["2012","2012"],
["2016","2016"], <== Added
["8.1","8.1"],
[" 10","10"]]

@h3r0cybersec
Copy link

@evets007 I belive this repo is abbandoned. If you want to contribute please feel free to submit your code here https://github.com/luigi-cavallo/Windows-Exploit-Suggester

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants