Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.95
handle_event
Method · 0.95
create_paths
Method · 0.45
test
Method · 0.45
test
Method · 0.45
handle_event
Method · 0.45
setup
Method · 0.45
handle_event
Method · 0.45
handle_event
Method · 0.45
detect_reflection
Method · 0.45
detect
Method · 0.45
check_batch
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_helpers_misc
Function · 0.36