dns_spoof

package
v0.0.0-...-80fcecc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DnsReply

func DnsReply(
	s *session.Session,
	TTL uint32,
	pkt gopacket.Packet,
	peth *layers.Ethernet,
	pudp *layers.UDP,
	domain string,
	address net.IP,
	req *layers.DNS,
	target net.HardwareAddr) (string, string)

DnsReply

s			sessione utente attiva
TTL			TTL da assegnare al dominio
pkt			pacchetto originario
peth		layer ethernet del pacchetto originario
pudp		layer UDP del pacchetto originario
domain		dominio target
address		Indirizzo da associare al dominio
req			DNS requesto originaria
target		indirizzo vittima

Types

type DNSSpoofer

type DNSSpoofer struct {
	session.SessionModule
	Handle *pcap.Handle
	Hosts  Hosts
	TTL    uint32
	All    bool
	// contains filtered or unexported fields
}

func NewDNSSpoofer

func NewDNSSpoofer(s *session.Session) *DNSSpoofer

func (DNSSpoofer) Author

func (mod DNSSpoofer) Author() string

func (*DNSSpoofer) Configure

func (mod *DNSSpoofer) Configure() error

func (DNSSpoofer) Description

func (mod DNSSpoofer) Description() string

func (DNSSpoofer) Name

func (mod DNSSpoofer) Name() string

func (*DNSSpoofer) Start

func (mod *DNSSpoofer) Start() error

func (*DNSSpoofer) Stop

func (mod *DNSSpoofer) Stop() error

type HostEntry

type HostEntry struct {
	Host    string
	Suffix  string
	Expr    glob.Glob
	Address net.IP
}

func HostsFromFile

func HostsFromFile(filename string, defaultAddress net.IP) (err error, entries []HostEntry)

func NewHostEntry

func NewHostEntry(host string, address net.IP) HostEntry

func (HostEntry) Matches

func (e HostEntry) Matches(host string) bool

type Hosts

type Hosts []HostEntry

func (Hosts) Resolve

func (h Hosts) Resolve(host string) net.IP

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL