MCPcopy Create free account
hub / github.com/W01fh4cker/ScreenConnect-AuthBypass-RCE / rand_text_hex

Function rand_text_hex

ScreenConnect-AuthBypass-RCE.py:23–24  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

21GREEN = "\033[92m"
22RESET = "\033[0m"
23def rand_text_hex(length):
24 return ''.join(random.choice('0123456789abcdef') for _ in range(length))
25def rand_text_alpha_lower(length):
26 return ''.join(random.choice(string.ascii_lowercase) for _ in range(length))
27def rand_text_alpha(length):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected