C
Craw OSINTExecution is enabled for built-in tools. Runs are dispatched through the worker.
This creates a valid mini-catalog payload and imports it through the same registry API.
Loading implementation items...
Use CLI when you want file or URL-driven imports outside the browser.
# file import cd backend python manage.py import_osint_catalog_json --file C:\path\to\osint.json --source-name "OSINT Framework" --preview-only python manage.py import_osint_catalog_json --file C:\path\to\osint.json --source-name "OSINT Framework" # url import cd backend python manage.py import_osint_catalog_json --url "https://example.com/catalog.json" --source-name "Remote Catalog" --preview-only python manage.py import_osint_catalog_json --url "https://example.com/catalog.json" --source-name "Remote Catalog" --source-url "https://example.com/catalog.json"
No sources imported yet.