mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Fixed Pester/PassThru
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user