IntelX (Intelligence X)
Darknet intelligence search engine and API client for OSINT investigations
Recon & OSINT10 commands
#osint#intelligence#darknet#search#breach
Installation
1Clone the repository
2Install dependencies
3Configure API key
# Clone repository
git clone https://github.com/IntelligenceX/SDK.git
cd SDK
# Install dependencies
pip install -r requirements.txt
# Set API key
export INTELX_API_KEY="your-api-key"
# Python package
pip install intelligencexBasic Usage
Search Intelligence X data sources from the command line
# Search by email
python intelx.py --email user@example.com
# Search by domain
python intelx.py --domain example.com
# Search by IP
python intelx.py --ip 192.168.0.1
# Search by URL
python intelx.py --url https://example.com
# Search by CIDR
python intelx.py --cidr 192.168.0.0/24Command Reference
10 commands
1Search by email address
--email2Search by domain name
--domain3Search by IP address
--ip4Search by URL
--url5Search by CIDR range
--cidr6Search by phone number
--phone7Search data breaches
--breach8Search darknet sources
--darknet9Output file path
--output10Max results to return
--limitWhen to Use
1
Deep OSINT investigations2
Finding leaked credentials and data breaches3
Darknet intelligence gathering4
Investigating compromised email addresses5
Correlating data across multiple sourcesNotes & Tips
1
Requires an API key from Intelligence X2
Covers darknet, pastebin, document sharing sites3
Can search historical data and deleted content4
Free tier available with limited requests5
Powerful for breach data correlationCommon Errors & Solutions
API key not found
Set INTELX_API_KEY environment variable or pass it as a parameter
Rate limit exceeded
Wait before making additional requests or upgrade your plan
No results returned
Try modifying search terms or use broader query parameters