ronin-support
ronin-support copied to clipboard
Add a basic `connect()` port scanner method/class to `Ronin::Network::TCP`.
Add a really basic connect() port scanner to Ronin::Network::TCP. Should probably be a PortScanner class and define a tcp_port_scan method.
- Use Threads or async-io?
- Use a default list of common ports (may be overridden).
This might be more suited for the future ronin-recon library.
This seems out-of-scope for ronin-support.