MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / credential_frame

Function credential_frame

IntelOSINT.py:19288–19290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19286
19287@app.route('/credential_frame')
19288def credential_frame():
19289 csrf_token = ensure_admin_browser_session()
19290 return render_template_string(CREDENTIAL_FRAME_UI, creds=core.creds, csrf_token=csrf_token)
19291
19292@app.route('/')
19293def home():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected