Skip to content

Tags: drycode/port-scanner

Tags

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue3 (#5)

* add tests for argparser to check valid invalid input of specified ports flag
* multiple hosts support
* Consolidate specifiedports and portrange flags
* update reporting
* refactor to optimally parse hosts and ports
* implement CIDR block notation feature
* support for output to a file as txt or json
* added tests for protocol support
* add ssh tunneling package
* implemented scanning from a jump box
* update documentation