MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / rand_string

Method rand_string

bbot/modules/host_header.py:34–35  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

32 return True
33
34 def rand_string(self, *args, **kwargs):
35 return self.helpers.rand_string(*args, **kwargs)
36
37 async def interactsh_callback(self, r):
38 full_id = r.get("full-id", None)

Callers 15

setupMethod · 0.95
handle_eventMethod · 0.95
create_pathsMethod · 0.45
testMethod · 0.45
testMethod · 0.45
handle_eventMethod · 0.45
setupMethod · 0.45
handle_eventMethod · 0.45
handle_eventMethod · 0.45
detect_reflectionMethod · 0.45
detectMethod · 0.45
check_batchMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_helpers_miscFunction · 0.36