Merge pull request #10 from mattifestation/webstersprodigy-Portscan
Webstersprodigy portscan
This commit is contained in:
commit
030fc3b43b
|
|
@ -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.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -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-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
|
||||
'Usage.md'
|
||||
'Invoke-Portscan.ps1', 'Usage.md'
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess
|
||||
# PrivateData = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue