diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2014-04-19 07:46:51 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2014-04-19 07:46:51 -0400 |
commit | 22f984c3f1b0e71f242ca8d7c80f3dd47e49dcd6 (patch) | |
tree | 81c9118a87f476a9e54122ceba8bfcc6c1d6acdd /Recon/Get-ComputerDetails.ps1 | |
parent | 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c (diff) | |
parent | d085c5b1d72178fc347b6572992ff1b45d0205f1 (diff) | |
download | PowerSploit-22f984c3f1b0e71f242ca8d7c80f3dd47e49dcd6.tar.gz PowerSploit-22f984c3f1b0e71f242ca8d7c80f3dd47e49dcd6.zip |
Merge pull request #41 from clymb3r/master
Updating Invoke-Mimikatz to Mimikatz 2.0 alpha
Diffstat (limited to 'Recon/Get-ComputerDetails.ps1')
-rw-r--r-- | Recon/Get-ComputerDetails.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Recon/Get-ComputerDetails.ps1 b/Recon/Get-ComputerDetails.ps1 index d40e88f..edc6f0c 100644 --- a/Recon/Get-ComputerDetails.ps1 +++ b/Recon/Get-ComputerDetails.ps1 @@ -1,4 +1,4 @@ -function Get-ComputerDetails +function Get-ComputerDetails { <# .SYNOPSIS @@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell return $ReturnInfo } - function Find-4624Logons { <# @@ -250,7 +249,8 @@ Find unique 4624 logon events. Blog: http://clymb3r.wordpress.com/ Github repo: https://github.com/clymb3r/PowerShell #> - +function Find-4624Logons +{ Param ( $SecurityLog ) |