MCPcopy Index your code
hub / github.com/SummerSec/SpringExploit / GetUA

Function GetUA

cmd/commons/utils/useragent.go:11–14  ·  view source on GitHub ↗

GetUA UserAgent generates a random user agent

()

Source from the content-addressed store, hash-verified

9
10// GetUA UserAgent generates a random user agent
11func GetUA() string {
12 //return browser.Random()
13 return uarand.GetRandom()
14}
15
16// GetCode 获取一个随机用户唯一编号
17func GetCode(codeLen int) string {

Callers 10

SendPocMethod · 0.92
SendPocMethod · 0.92
CheckExpMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92
SendPocMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected