Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "cf", Short: "cf is a cloud exploitation framework, designed for testing the security of cloud environments.", Long: ` ▄████ ▐████▄ ██▀ ▀██ ██████╗ ███████╗ ▀▀ ▀▀ ██╔════╝ ██╔════╝ ▀▀▀▀▀▀▀▀▀▀ ██║ █████╗ ▄▄ ▄▄ ██║ ██╔══╝ ██▄ ▄██ ╚██████╗ ██║ ▀████ ▐████▀ ╚═════╝ ╚═╝ github.com/teamssix/cf cf 是一个云环境利用框架,本工具仅可用于合法合规用途。 cf is a cloud exploitation framework, designed for testing the security of cloud environments. `, PersistentPreRun: func(cmd *cobra.Command, args []string) { util.Init(logLevel) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.