MCPcopy Create free account
hub / github.com/codingo/bbr / whoIs

Function whoIs

bbr.go:80–83  ·  view source on GitHub ↗

whoIs return the whois output of the targ

()

Source from the content-addressed store, hash-verified

78
79// whoIs return the whois output of the targ
80func whoIs() ([]byte, error) {
81 out, _ := exec.Command("whois", *target).Output()
82 return out, nil
83}
84
85// getTargetWayBackUrl return the wayback url from the endpoint https://archive.org/help/wayback_api.php
86func getTargetWayBackURL() ([]byte, error) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected