diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-07-06 13:38:35 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-07-06 13:38:35 -0400 |
commit | b507290d78e495efe54fb90d71a4b41a502a7fb5 (patch) | |
tree | 5b051b7c58dbc57da0f7dd0cf034f10418b13781 | |
parent | 49b9523c1006a2d97667d46dc4d4d10dbdad88ac (diff) | |
download | PowerSploit-b507290d78e495efe54fb90d71a4b41a502a7fb5.tar.gz PowerSploit-b507290d78e495efe54fb90d71a4b41a502a7fb5.zip |
Added Invoke-Portscan to README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |