Beethoven.Ipv4 (Beethoven v0.1.1)

Module to handle scanning IPV4 addresses within a network.

Summary

Functions

Retrieves the hosts IP address.

generates a list of hosts with network and mask provided

Gets the number of IPs within a netmask.

Increments IP by one host.

Functions

get_host_network_addresses()

Retrieves the hosts IP address.

get_hosts(address, mask)

generates a list of hosts with network and mask provided

get_netmask_hosts(mask)

@spec get_netmask_hosts(charlist()) :: integer()
@spec get_netmask_hosts(integer()) :: integer()

Gets the number of IPs within a netmask.

increment_ip(arg)

Increments IP by one host.