new: dhcp6 spoofer step 1: get solicit packets and send spoofed advertisements.

This commit is contained in:
evilsocket 2018-01-12 19:54:36 +01:00
commit da57450315
8 changed files with 317 additions and 3 deletions

View file

@ -11,8 +11,10 @@ import (
type OnHostResolvedCallback func(e *Endpoint)
type Endpoint struct {
IP net.IP `json:"-"`
IPv6 net.IP `json:"."`
HW net.HardwareAddr `json:"-"`
IpAddress string `json:"address"`
IpAddress string `json:"ipv4"`
Ip6Address string `json:"ipv6"`
SubnetBits uint32 `json:"-"`
IpAddressUint32 uint32 `json:"-"`
HwAddress string `json:"mac"`