MCPcopy
hub / github.com/epinna/tplmap / randomword

Function randomword

tests/env_py_tests/webserver.py:25–26  ·  view source on GitHub ↗
(length = 8)

Source from the content-addressed store, hash-verified

23 func()
24
25def randomword(length = 8):
26 return ''.join(random.choice(ascii_lowercase) for i in range(length))
27
28@app.route("/reflect/<engine>")
29def reflect(engine):

Callers 10

reflectFunction · 0.85
url_reflectFunction · 0.85
postfuncFunction · 0.85
headerfuncFunction · 0.85
putfuncFunction · 0.85
limitedFunction · 0.85
startswithtestFunction · 0.85
blindFunction · 0.85
reflect_cookieauthFunction · 0.85
delayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected