Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PerformAppEnumerateWordpressPlugins ¶
func PerformAppEnumerateWordpressPlugins(ctx context.Context, config *enumerateWordpressFern.AppEnumerateWordpressPluginsConfig) enumerateWordpressFern.AppEnumerateWordpressPluginsReport
PerformAppEnumerateWordpressPlugins attempts to find plugins installed on WordPress sites
Types ¶
type WordPressAPIResponse ¶
type WordPressAPIResponse struct { Namespaces []string `json:"namespaces"` Routes map[string]interface{} `json:"routes"` }
WordPressAPIResponse represents a simplified structure of the WordPress API response
Click to show internal directories.
Click to hide internal directories.