diff options
author | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-09 21:08:44 -0700 |
---|---|---|
committer | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-09 21:08:44 -0700 |
commit | ebe7f0981a0a8c4cd485ae5b3455e0b27af070aa (patch) | |
tree | a3f301d95e99b094081649d3b4053596b8e00c75 /Recon/Recon.psd1 | |
parent | 94751bc156a28a941335e1321699b314c6466f38 (diff) | |
download | PowerSploit-ebe7f0981a0a8c4cd485ae5b3455e0b27af070aa.tar.gz PowerSploit-ebe7f0981a0a8c4cd485ae5b3455e0b27af070aa.zip |
added invoke-portscan module
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 59c6377..89c9d4f 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a # List of all files packaged with this module
FileList = 'Recon.psm1', 'Recon.psd1', 'Get-GPPPassword.ps1', 'Get-HttpStatus.ps1',
- 'Invoke-ReverseDnsLookup.ps1', 'Usage.md'
+ 'Invoke-ReverseDnsLookup.ps1', 'Invoke-Portscan.ps1', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|