diff options
author | Jesse Davis <jdalton.davis@gmail.com> | 2016-01-13 22:30:38 -0600 |
---|---|---|
committer | Jesse Davis <jdalton.davis@gmail.com> | 2016-01-13 22:30:38 -0600 |
commit | 75548931ba09dc0fe759a4863a67c83f18b7b855 (patch) | |
tree | 2a5144b1289eac0b0b2fba6d6c2da1193260074e /Tests | |
parent | 4ffd3084e41461a518b3f0e5ff2d997261a08250 (diff) | |
download | PowerSploit-75548931ba09dc0fe759a4863a67c83f18b7b855.tar.gz PowerSploit-75548931ba09dc0fe759a4863a67c83f18b7b855.zip |
Fixed Pester/PassThru
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Exfiltration.tests.ps1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Exfiltration.tests.ps1 b/Tests/Exfiltration.tests.ps1 index e4f60d5..43383d1 100644 --- a/Tests/Exfiltration.tests.ps1 +++ b/Tests/Exfiltration.tests.ps1 @@ -22,8 +22,6 @@ Describe 'Get-Keystrokes' { $KeyLogger.Dispose() It 'Should output to file' { Test-Path "$($env:TEMP)\key.log" | Should Be $true } - - $KeyObjects = Get-Content -Path "$($env:TEMP)\key.log" | ConvertFrom-Csv It 'Should log keystrokes' { $FileLength = (Get-Item "$($env:TEMP)\key.log").Length |