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

Method SetId

cmd/commons/utils/dnslog.go:30–33  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

28}
29
30func (d *Dnslog) SetId(id string) {
31 d.id = GetCode(16)
32 //d.id = id
33}
34
35func (d *Dnslog) GetDnslog() bool {
36 uuid := d.Id()

Callers 3

mainFunction · 0.95
GetDnslogMethod · 0.95
SendPocMethod · 0.95

Calls 1

GetCodeFunction · 0.85

Tested by

no test coverage detected