Latest changes

This commit is contained in:
Kevin 2020-04-03 14:51:24 +02:00
parent 69a0aa9bd4
commit d9d3f7b176
5 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ def main():
if psutil.WINDOWS:
OS = "Windows"
service_list = ["MySQL", "postgresql", "pgsql", "oracle", "MSSQL", "IISADMIN",
"W3svc", "NTDS", "Netlogon", "DNS", "MSExchangeADTopology",
"apache", "nginx", "W3svc", "NTDS", "Netlogon", "DNS", "MSExchangeADTopology",
"MSExchangeServiceHost", "MSExchangeSA", "MSExchangeTransport"]
discover(OS, service_list)
elif psutil.LINUX: