MCPcopy
hub / github.com/pingc0y/URLFinder / GetUserAgent

Function GetUserAgent

util/utils.go:408–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406)
407
408func GetUserAgent() string {
409 if cmd.A == "" {
410 cmd.A = uas[rand.Intn(nuas)]
411 }
412 return cmd.A
413}
414
415func GetUpdate() {
416

Callers 4

SpiderFunction · 0.92
JsStateFunction · 0.92
UrlStateFunction · 0.92
fuzzGetFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected