Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "P1finger", Short: "一款红队行动下的重点资产指纹识别工具", Long: ` ██████╗ ██╗███████╗██╗███╗ ██╗ ██████╗ ███████╗██████╗ ██╔══██╗███║██╔════╝██║████╗ ██║██╔════╝ ██╔════╝██╔══██╗ ██████╔╝╚██║█████╗ ██║██╔██╗ ██║██║ ███╗█████╗ ██████╔╝ ██╔═══╝ ██║██╔══╝ ██║██║╚██╗██║██║ ██║██╔══╝ ██╔══██╗ ██║ ██║██║ ██║██║ ╚████║╚██████╔╝███████╗██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚═ 一款红队行动下的重点资产指纹识别工具, Powered by P001water `, PersistentPreRun: func(cmd *cobra.Command, args []string) { filePath := filepath.Join(vars.ExecDir, "p1fingerConf.yaml") err := vars.LoadAppConf(filePath, &vars.AppConf) if err != nil { gologger.Error().Msgf("%v", err) return } }, }
Functions ¶
func CheckUpdate ¶
func CheckUpdate() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.