Documentation ¶
Index ¶
- Constants
- Variables
- func AliveMod(targets interface{}, config Config)
- func Banner()
- func DefaultMod(targets interface{}, config Config)
- func FormatOutput(filename string, outfilename, outf, filenamef string, filters []string)
- func InitConfig(config *Config) (*Config, error)
- func LoadFile(file *os.File) []byte
- func NewTargetGenerator(config Config) *targetGenerator
- func PrintExtract()
- func PrintNucleiPoc()
- func PrintWorkflow()
- func Printportconfig()
- func RunTask(config Config)
- func SmartMod(target *ipcs.CIDR, config Config)
- type IpGenerator
- type Options
Constants ¶
View Source
const ( LinuxDefaultThreads = 4000 WindowsDefaultThreads = 1000 DefaultIpProbe = "1,254" DefaultSmartPortProbe = "80" DefaultSuperSmartPortProbe = "icmp" )
Variables ¶
View Source
var Opt = Options{ AliveSum: 0, Noscan: false, }
Functions ¶
func FormatOutput ¶
func InitConfig ¶
func InitConfig(config *Config) (*Config, error)
func NewTargetGenerator ¶
func NewTargetGenerator(config Config) *targetGenerator
func PrintExtract ¶
func PrintExtract()
func PrintNucleiPoc ¶
func PrintNucleiPoc()
func PrintWorkflow ¶
func PrintWorkflow()
func Printportconfig ¶
func Printportconfig()
Types ¶
type IpGenerator ¶
type IpGenerator struct {
// contains filtered or unexported fields
}
func NewIpGenerator ¶
func NewIpGenerator(config Config) *IpGenerator
Click to show internal directories.
Click to hide internal directories.