Merge pull request #10 from mattifestation/webstersprodigy-Portscan

Webstersprodigy portscan
This commit is contained in:
Matt Graeber 2013-07-06 10:41:52 -07:00
commit 030fc3b43b
3 changed files with 1094 additions and 2 deletions

View File

@ -148,6 +148,10 @@ Generates a full-memory minidump of a process.
**Tools to aid in the reconnaissance phase of a penetration test.**
#### `Invoke-Portscan`
Does a simple port scan using regular sockets, based (pretty) loosely on nmap.
#### `Get-HttpStatus`
Returns the HTTP Status Codes and full URL for specified paths when provided with a dictionary file.

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