Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SummerSec/SpringExploit
/ ShowBanner
Function
ShowBanner
cmd/commons/core/banner.go:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
const
version =
"0.1.9"
19
20
func
ShowBanner() {
21
fmt.Println(banner)
22
fmt.Println(
"\t\t\tAuthor: SummerSec Version:"
, version+
" Github: https://Github.com/SummerSec\n"
)
23
24
}
Callers
1
ParseOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected