Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var XodboxCmd = &cobra.Command{ Use: "xodbox", Short: "A network interaction listening post", Long: `A network interaction listening post. - Quickly determine if an application interacts with network services. - Easily create custom responses to interaction requests. `, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if debug { xlog.LogLevel(slog.LevelDebug) } lg().Debug("debug mode", "debug", debug) if resetDB { lg().Debug("resetting database") model.LoadDBWithOptions(model.DBOptions{Reset: true}) } xdbxConfig = xodbox.LoadConfig(configFile) return nil }, }
XodboxCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.