mirror of
https://github.com/mr-r3b00t/GoDark
synced 2026-08-07 12:33:02 +00:00
Create godark.ps1
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#BYE BYE CHARLIE FREN
|
||||
#DNS Client Sinkhole
|
||||
|
||||
Get-DnsClientNrptRule | Remove-DnsClientNrptRule -Force
|
||||
|
||||
$domainlist = Get-Content .\domains.txt
|
||||
|
||||
foreach($namespace in $domainlist){
|
||||
|
||||
Add-DnsClientNrptRule -Namespace $namespace -NameServers "127.0.0.2"
|
||||
|
||||
}
|
||||
|
||||
Get-DnsClientNrptRule
|
||||
Reference in New Issue
Block a user