Documentation
¶
Overview ¶
Package tech is responsible for performing a technology discovery via wappalyzergo
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintAppInfoTable ¶
PrintAppInfoTable prints the AppInfo in a table format with colorized output and fixed-width columns this is a helper function for getting tidy results into the console, but the actual output we'd have in production would be json
Types ¶
type AppInfo ¶
type AppInfo struct {
Description string `json:"description"`
Website string `json:"website"`
CPE string `json:"cpe"`
Icon string `json:"icon"`
Categories []string `json:"categories"`
}
AppInfo is a struct that holds information about an application
Click to show internal directories.
Click to hide internal directories.