cmd

package
v0.0.0-...-40bec92 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PortScan = &grumble.Command{
	Name:  "portScan",
	Help:  "Perform a port scan for the target",
	Usage: "portScan [-i 127.0.0.1(or 127.0.0.1/24)] [-f ./ip.txt] -p 22,23-24 -c 1000",
	Run:   runPortScan,
	Flags: func(f *grumble.Flags) {
		f.Bool("d", "debug", false, "debug mod")
		f.String("i", "ip", "", "ip list")
		f.String("f", "file", "", "ip list file")
		f.String("p", "port", "", "port list")
		f.Int("c", "thread", 1000, "thread num")
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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