diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-09-25 14:16:13 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-09-25 14:16:13 -0400 |
commit | 153ca54a744489434d5a4257189e8a20bd28ecec (patch) | |
tree | bd96f8659ae6e6703b510e6e89761651ef757f15 /Invoke-SMBClient.ps1 | |
parent | 29c7dddb7168bbcb4580e55f03dded35a3ecda8d (diff) | |
download | Invoke-TheHash-153ca54a744489434d5a4257189e8a20bd28ecec.tar.gz Invoke-TheHash-153ca54a744489434d5a4257189e8a20bd28ecec.zip |
Updates for Inveigh 1.4
Diffstat (limited to 'Invoke-SMBClient.ps1')
-rw-r--r-- | Invoke-SMBClient.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Invoke-SMBClient.ps1 b/Invoke-SMBClient.ps1 index 2463734..2b0f0aa 100644 --- a/Invoke-SMBClient.ps1 +++ b/Invoke-SMBClient.ps1 @@ -2918,7 +2918,7 @@ if($client.Connected -or (!$startup_error -and $inveigh.session_socket_table[$se { $inveigh.session_lock_table[$session] = 'open' $inveigh.session_message_ID_table[$session] = $message_ID - $inveigh.session_list[$session] | Where-Object {$_."Last Activity" = Get-Date -format s} + $inveigh.session[$session] | Where-Object {$_."Last Activity" = Get-Date -format s} } if(!$inveigh_session -or $Logoff) |