Documentation
¶
Index ¶
- Constants
- func PrintBanner()
- func ProgressBar(current, total int, message string)
- func Section(title string)
- func StatusLine(status, message string)
- func Summary(duration time.Duration, findings map[string]int)
- func Tree(items []string, level int)
- func Vulnerability(severity, title, target, exploitCmd string)
Constants ¶
View Source
const ( StatusInfo = "[*]" StatusSuccess = "[+]" StatusWarning = "[!]" StatusError = "[-]" StatusDebug = "[?]" )
Status indicators
Variables ¶
This section is empty.
Functions ¶
func PrintBanner ¶
func PrintBanner()
PrintBanner displays the GORECON ASCII banner with hacker-style formatting
func ProgressBar ¶
ProgressBar prints a hacker-style progress bar
func StatusLine ¶
func StatusLine(status, message string)
StatusLine prints a status line with colored indicator
func Vulnerability ¶
func Vulnerability(severity, title, target, exploitCmd string)
Vulnerability prints a vulnerability finding with exploit command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.