MythicAgents / poseidon

Poseidon is a Golang agent targeting Linux and macOS
Other
118 stars 32 forks source link

fixed ipv6 addresses scan error #63

Open irabva opened 1 week ago

irabva commented 1 week ago

Fixed IPv6 addresses scan error. IPv6 address should be in [] in target string for net.DialTimeout() Fixed port range parsing error: if one port range was given it was parsed as "all ports"