diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-07-06 13:34:12 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-07-06 13:34:12 -0400 |
commit | 49b9523c1006a2d97667d46dc4d4d10dbdad88ac (patch) | |
tree | 514382df522e8b058b1513795c2bf122e71d5551 /Recon/Recon.psd1 | |
parent | 298561f26b920f04af7a95a85a31242c575af73e (diff) | |
parent | 98510d80973cc46462cdfe6bd18fe3ec5f64d4bc (diff) | |
download | PowerSploit-49b9523c1006a2d97667d46dc4d4d10dbdad88ac.tar.gz PowerSploit-49b9523c1006a2d97667d46dc4d4d10dbdad88ac.zip |
Merge branch 'Portscan' of https://github.com/webstersprodigy/PowerSploit into webstersprodigy-Portscan
Conflicts:
Recon/Recon.psd1
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index afcb7fb..43ba3a1 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -72,9 +72,9 @@ AliasesToExport = '' # List of all modules packaged with this module.
ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775ad6-cd3d-4a93-b788-da067274c877'})
-# List of all files packaged with this module
+# List of all files packaged with this module FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
- 'Usage.md'
+ 'Invoke-Portscan.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|