russhaun / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
0 stars 0 forks source link

disable checks depending on host info #38

Closed russhaun closed 2 years ago

russhaun commented 2 years ago

certain checks don't need to be performed depending on host returned. make routine to determine and pass if needed

russhaun commented 2 years ago

on server 2016 standard llmnr key is not present. when service checks is enabled at runtime this causes artillery to fail to start disabled in config for now. fixed in next release

russhaun commented 2 years ago

added try except block to catch the FileNotFound exception and return if key not found