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

Function home

IntelOSINT.py:19293–19295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19291
19292@app.route('/')
19293def home():
19294 csrf_token = ensure_admin_browser_session()
19295 return render_template_string(HTML_UI, creds=core.creds, social_map=SOCIAL_MAP, crypto_map=CRYPTO_MAP, logo_url=LOGO_URL, author_info=AUTHOR_INFO, donations=DONATIONS, csrf_token=csrf_token)
19296
19297@app.route('/assets/face-recognition-banner.jpg')
19298def face_recognition_banner():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected