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

Function ghunt_smart_start

IntelOSINT.py:19341–19345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19339
19340@app.route('/api/ghunt/smart-start', methods=['POST'])
19341def ghunt_smart_start():
19342 denied = require_sensitive_request("ghunt_smart_start", limit=6, window=300)
19343 if denied:
19344 return denied
19345 return jsonify(core.ghunt_smart_start())
19346
19347@app.route('/api/ghunt/install', methods=['POST'])
19348def ghunt_install():

Callers

nothing calls this directly

Calls 2

ghunt_smart_startMethod · 0.80

Tested by

no test coverage detected