Documentation ¶
Index ¶
- func AddFuzzPort(ports []string) []string
- func ErrPrint(msg string)
- func FileReadlines(readfile string) []string
- func GetObjectMap(portsList []string) map[string]bool
- func IPCIDR(cidr string) ([]string, error)
- func IPWildcard(target string) ([]string, error)
- func IsIP(str string) bool
- func ParsePortRange(portList string, ignoreFuzz bool) []string
- func ParseTarget(target string, defaultPorts []string) error
- func PortScan()
- func ProgressBar()
- func RandPort(min int, max int) string
- func RejectAllOpenProgressBar()
- func RejectAllOpenTargets()
- func RemoveRepeatedElement(arr []string) []string
- func Run()
- func SendPacket(targetAddr string)
- func SendRandTCPPacket(host string)
- func SetUlimit()
- func TcpConnect(targetAddr string) int
- func UdpConnect(targetAddr string) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFuzzPort ¶
func FileReadlines ¶
func GetObjectMap ¶
func IPWildcard ¶
func ParsePortRange ¶
func ParseTarget ¶
func ProgressBar ¶
func ProgressBar()
func RejectAllOpenProgressBar ¶
func RejectAllOpenProgressBar()
func RejectAllOpenTargets ¶
func RejectAllOpenTargets()
func RemoveRepeatedElement ¶
func SendPacket ¶
func SendPacket(targetAddr string)
func SendRandTCPPacket ¶
func SendRandTCPPacket(host string)
func TcpConnect ¶
return open: 0, closed: 1, filtered: 2, noroute: 3, denied: 4, down: 5, error_host: 6, unkown: -1, abort: -2
func UdpConnect ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.