diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2014-04-28 20:57:56 -0700 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2014-04-28 20:57:56 -0700 |
commit | 193b0053576fcba41a76c77ccb9d3703ad78d5c9 (patch) | |
tree | 39d87b602d8565b342bc33bf5c4faf9ad8d8d907 | |
parent | 22f984c3f1b0e71f242ca8d7c80f3dd47e49dcd6 (diff) | |
parent | 364dde11e1d1c4c300d350ff8c4f6f0b7f5bc357 (diff) | |
download | PowerSploit-193b0053576fcba41a76c77ccb9d3703ad78d5c9.tar.gz PowerSploit-193b0053576fcba41a76c77ccb9d3703ad78d5c9.zip |
Merge pull request #42 from clymb3r/master
Fixing error in script
-rw-r--r-- | Recon/Get-ComputerDetails.ps1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Recon/Get-ComputerDetails.ps1 b/Recon/Get-ComputerDetails.ps1 index edc6f0c..63ac1cb 100644 --- a/Recon/Get-ComputerDetails.ps1 +++ b/Recon/Get-ComputerDetails.ps1 @@ -249,8 +249,6 @@ Find unique 4624 logon events. Blog: http://clymb3r.wordpress.com/ Github repo: https://github.com/clymb3r/PowerShell #> -function Find-4624Logons -{ Param ( $SecurityLog ) |