hacker

package
v0.0.0-...-7f13dd7 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoArpScan

func DoArpScan(arpScan ArpScan)

func GetDomian2Ips

func GetDomian2Ips(domain string, opType int) []string

domain opType 0 all type,1 ipv4,2 ipv6

func GetDomian2IpsAll

func GetDomian2IpsAll(domain string) []string

func GetFreePort

func GetFreePort() (port int, err error)

get free port

func PortScan

func PortScan(options *runner.Options)

Types

type ArpHost

type ArpHost struct {
	Ip  string `json:"ip"`
	Mac string `json:"mac"`
}

type ArpScan

type ArpScan struct {
	Stop    chan struct{}
	ArpHost chan ArpHost
}

Jump to

Keyboard shortcuts

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