MCPcopy
hub / github.com/0x727/ShuiZe_0x727 / trace

Function trace

Plugins/infoGather/subdomain/Sublist3r/subbrute/subbrute.py:516–521  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

514#Toggle debug output
515verbose = False
516def trace(*args, **kwargs):
517 if verbose:
518 for a in args:
519 sys.stderr.write(str(a))
520 sys.stderr.write(" ")
521 sys.stderr.write("\n")
522
523def error(*args, **kwargs):
524 for a in args:

Callers 8

add_nameserverMethod · 0.85
verifyMethod · 0.85
find_wildcardsMethod · 0.85
get_ns_blockingMethod · 0.85
checkMethod · 0.85
runMethod · 0.85
extract_subdomainsFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected