MCPcopy Index your code
hub / github.com/codingo/bbr / curlTarget

Function curlTarget

bbr.go:104–107  ·  view source on GitHub ↗

digTarget return the output of the dig command for target

()

Source from the content-addressed store, hash-verified

102
103// digTarget return the output of the dig command for target
104func curlTarget() ([]byte, error) {
105 out, err := exec.Command("curl", *target).Output()
106 return out, err
107}
108
109// sha256Username returns the SHA256 value of username
110func sha256Username() []byte {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected