aboutsummaryrefslogtreecommitdiff
path: root/Recon/Invoke-Portscan.ps1
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17Merge pull request #243 from cfalta/masterWill1-0/+61
Host parsing extension for IP ranges
2017-05-04Host parsing extension for IP rangesChristoph Falta1-0/+61
Small extension of the host parsing function so you can also pass ranges (e.g 172.16.0.1-172.16.2.254) as target
2016-12-14For ./Recon/ :HarmJ0y1-15/+19
-(More) PSScriptAnalyzering -Tweaking of synopsis blocks in order to support platyPS -Code standardization -Generated docs
2015-12-16Removed all version numbers from scriptsMatt Graeber1-4/+0
Scripts in a module should not be individually versioned. Only the module should be versioned.
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-1/+1
2013-10-22Fix for hostfiles option in powershell 2webstersprodigy1-2/+2
2013-06-25IPv6 support in hosts paramRich Lundeen1-11/+14
2013-06-18fixing EOL spaces (again, sorry)Rich Lundeen1-3/+0
2013-06-18fixing EOL spacesRich Lundeen1-24/+13
2013-06-18Addressed mattifestation feedbackRich Lundeen1-235/+275
See https://github.com/mattifestation/PowerSploit/pull/6#issuecomment-19289063 1) I like this feedback a lot and took it. 2) I tried going thread only but it got messed up with very large scans. Eventually, I didn't think it was worth the amount of effort to make it reliable with only threads 3) Tried to do this 4) Did this 5) I like the idea in general and I took this one place (top-ports), but not for the two examples you gave. The reasoning is, I want people to be able to specify various options and arrays aren't that flexible. For example, I want people to specify a port list like "80,90,8080-8090". Similar with CIDR, since that's one option, but they could also be specifying hostnames e.g. "google.com,192.168.1.1/24,10.0.0.1"
2013-06-11small style updateRich Lundeen1-3/+3
2013-06-11Powershell 2.0 fixes - should work nowRich Lundeen1-124/+165
2013-06-10fixing powershell 2.0 compatRich Lundeen1-6/+18
2013-06-09removed a few commentsRich Lundeen1-6/+0
2013-06-09added invoke-portscan moduleRich Lundeen1-0/+1012