c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Check if LLMNR is enabled #77

Closed c-bless closed 7 months ago

c-bless commented 7 months ago

Description: Add functionality to sysinfo-collector to check if LLMNR is enabled.

Requested solution: Should be added as ConfigCheck.

Additional context Feature is disabled when Registry value HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient\EnableMulticast is "0".