diff options
author | clymb3r <bialek.joseph@gmail.com> | 2014-04-16 21:16:02 -0700 |
---|---|---|
committer | clymb3r <bialek.joseph@gmail.com> | 2014-04-16 21:16:02 -0700 |
commit | d085c5b1d72178fc347b6572992ff1b45d0205f1 (patch) | |
tree | 81c9118a87f476a9e54122ceba8bfcc6c1d6acdd /Recon | |
parent | f03ab1444ddb7e35c320011c1834ebfbaa13b77e (diff) | |
download | PowerSploit-d085c5b1d72178fc347b6572992ff1b45d0205f1.tar.gz PowerSploit-d085c5b1d72178fc347b6572992ff1b45d0205f1.zip |
Fixing formatting
Diffstat (limited to 'Recon')
-rw-r--r-- | Recon/Get-ComputerDetails.ps1 | 1 | ||||
-rw-r--r-- | Recon/Recon.psd1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Recon/Get-ComputerDetails.ps1 b/Recon/Get-ComputerDetails.ps1 index 349f4a3..edc6f0c 100644 --- a/Recon/Get-ComputerDetails.ps1 +++ b/Recon/Get-ComputerDetails.ps1 @@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell return $ReturnInfo } - function Find-4624Logons { <# diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index d22c8d5..f30ff2e 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -74,6 +74,8 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a # List of all files packaged with this module
FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
+ 'Invoke-Portscan.ps1', 'Get-ComputerDetails.ps1', 'Usage.md'
+
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|