Skip to content

Instantly share code, notes, and snippets.

@zer0u1tra
Forked from joswr1ght/stopresponderattacks.cmd
Created December 10, 2021 06:10
Show Gist options
  • Select an option

  • Save zer0u1tra/6c27cc64204a44ed6264e823f9f27b4b to your computer and use it in GitHub Desktop.

Select an option

Save zer0u1tra/6c27cc64204a44ed6264e823f9f27b4b to your computer and use it in GitHub Desktop.
Disable WPAD and LLMNR on Windows
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad"
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" /v "WpadOverride" /t REG_DWORD /d "1" /f
REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient"
REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment