Merge branch 'Portscan' of https://github.com/webstersprodigy/PowerSploit into webstersprodigy-Portscan

Conflicts:
	Recon/Recon.psd1
This commit is contained in:
Matt Graeber 2013-07-06 13:34:12 -04:00
commit 49b9523c10
2 changed files with 1090 additions and 2 deletions

1088
Recon/Invoke-Portscan.ps1 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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 = ''