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

Function ghunt_login

IntelOSINT.py:19334–19338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19332
19333@app.route('/api/ghunt/login', methods=['POST'])
19334def ghunt_login():
19335 denied = require_sensitive_request("ghunt_login", limit=5, window=300)
19336 if denied:
19337 return denied
19338 return jsonify(core.ghunt_login_launch())
19339
19340@app.route('/api/ghunt/smart-start', methods=['POST'])
19341def ghunt_smart_start():

Callers

nothing calls this directly

Calls 2

ghunt_login_launchMethod · 0.80

Tested by

no test coverage detected