Ports scanner v0.1.0 PortsScanner View Source

Documentation for PortsScanner.

Link to this section Summary

Functions

Function that test a range of ports in a specific host.

Link to this section Functions

Link to this function

start(host \\ "localhost", start_port \\ 1, end_port \\ 100)

View Source

Function that test a range of ports in a specific host.

Examples

iex(1)> PortsScanner.start("www.google.com", 70, 85) [80]

iex(1)> PortsScanner.start("www.google.com", 10, 20) []