wildcard

package
v0.0.0-...-587470e Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WildCardCmd = &cobra.Command{
	Use: "wild",
	Aliases: []string{
		"w",
	},
	Short: "wild is a tool to abuse wildcard feature in kubernetes service discovery",
	Run: func(cmd *cobra.Command, args []string) {
		if command.Opts.Zone == "" {
			log.Warn("zone can't empty")
			return
		}
		record := scanner.DumpWildCard(command.Opts.Zone)
		if record == nil || len(record) == 0 {
			log.Warnf("DumpWildCard Found Nothing")
			return
		}
		printer.PrintResult(record, command.Opts.OutputFile)
	},
}

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