aboutsummaryrefslogtreecommitdiff
path: root/Recon
diff options
context:
space:
mode:
authorclymb3r <bialek.joseph@gmail.com>2014-04-28 20:45:20 -0700
committerclymb3r <bialek.joseph@gmail.com>2014-04-28 20:45:20 -0700
commit364dde11e1d1c4c300d350ff8c4f6f0b7f5bc357 (patch)
tree39d87b602d8565b342bc33bf5c4faf9ad8d8d907 /Recon
parentd085c5b1d72178fc347b6572992ff1b45d0205f1 (diff)
downloadPowerSploit-364dde11e1d1c4c300d350ff8c4f6f0b7f5bc357.tar.gz
PowerSploit-364dde11e1d1c4c300d350ff8c4f6f0b7f5bc357.zip
Fixing error in script
Diffstat (limited to 'Recon')
-rw-r--r--Recon/Get-ComputerDetails.ps12
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
)