You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -645,26 +645,34 @@ Performs automated subdomain discovery and service enumeration by ingesting a CS
645
645
646
646
Add local Windows NRPT-based RMM domain block script generated from the LOLRMM domain list.
647
647
NRPTUsage: run PowerShell as Administrator, then execute
648
+
648
649
`.\rmm_nrpt_block.ps1`
650
+
649
651
to create local RMMBlockTest NRPT rules.NRPT (Name Resolution Policy Table) lets Windows apply DNS resolution rules for domain namespaces/suffixes before normal DNS lookup, making it better suited than a hosts file for wildcard-style domains like *.teamviewer.com or *.anydesk.com.
650
652
Removal: run
653
+
651
654
`.\rmm_nrpt_block.ps1 -Remove`
655
+
652
656
to delete only the NRPT rules created by this script.
653
657
654
658
Chosen over hosts file because hosts only supports exact hostnames, while NRPT supports broader namespace/suffix blocking for local testing.
0 commit comments