Welcome!

Request access to continue to the Portal

or request access
Please enter a valid email address

Access requests are reviewed within 24 hours.

Enterprise-Grade
Intelligence Platform

Pioneering the Development of Cutting Edge Cyber Tools & Intelligence Collection.

🎉

VirusTotal Python Kali Linux VMware Wireshark GitHub TED TechCrunch Splunk Palantir VirusTotal Python Kali Linux VMware Wireshark GitHub TED TechCrunch Splunk Palantir

Google Sign-In Setup Required

To enable Google Sign-In, you need to configure OAuth credentials in the Google Cloud Console.

Setup Steps

2 Click "Create Credentials" then "OAuth client ID"
3 Select "Web application" as application type
4 Add your domain to Authorized JavaScript origins:
https://humintelligence.ai
5 Add redirect URI:
https://humintelligence.ai/backend/auth/google/callback
6 Copy your Client ID and Client Secret
Backend Configuration (env variables)
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_REDIRECT_URI=https://humintelligence.ai/backend/auth/google/callback

Apple Sign-In Setup Required

To enable Sign in with Apple, you need to configure it in the Apple Developer Portal.

Setup Steps

2 Register a new App ID with "Sign in with Apple" capability enabled
3 Create a Services ID for web authentication
4 Configure domains and return URLs:
https://humintelligence.ai
https://humintelligence.ai/backend/auth/apple/callback
5 Create a Key with "Sign in with Apple" enabled and download the .p8 file
6 Note your Team ID, Key ID, and Services ID
Backend Configuration (env variables)
APPLE_CLIENT_ID=com.humintelligence.webapp
APPLE_TEAM_ID=YOUR_TEAM_ID
APPLE_KEY_ID=YOUR_KEY_ID
APPLE_PRIVATE_KEY_PATH=/path/to/AuthKey_XXXXX.p8
APPLE_REDIRECT_URI=https://humintelligence.ai/backend/auth/apple/callback