_____ _ __ _____ _____ _ ____ ____ _ _
/ ____| |/ // ____| ___| / \ | _ \ / ___| | | |
| | | ' /| (___ | |_ / _ \ | |_) | | | |_| |
| | | < \___ \| _| / ___ \| _ <| |___| _ |
| |____| . \ ____) | | /_/ \_\_| \_\\____|_| |_|
\_____|_|\_\_____/|_| By: CimenkDev
CKSEARCH adalah tools OSINT (Open Source Intelligence) profesional yang dirancang untuk investigasi digital. Tools ini mendukung multi-platform (Linux, Windows, Android/Termux) dengan arsitektur modular dan hasil yang akurat.
PERINGATAN: Tools ini dibuat untuk tujuan EDUKASI dan INVESTIGASI LEGAL saja.
- Penggunaan untuk kegiatan ilegal adalah TERLARANG
- Pengguna bertanggung jawab penuh atas tindakannya
- Developer tidak bertanggung jawab atas penyalahgunaan
| # | Fitur | Deskripsi |
|---|---|---|
| 1 | 📱 Phone Lookup | Analisis nomor telepon dengan Numverify API |
| 2 | 👤 Username Search | Pencarian username di 100+ platform |
| 3 | 📧 Email OSINT | Deteksi breach dengan XposedOrNot API |
| 4 | 🌐 Domain Intel | Analisis WHOIS, DNS, SSL, technology stack |
| 5 | 🖥️ IP Scanner | Passive & active scanning (seperti Nmap) |
| 6 | 🔎 Person OSINT | Pencarian berdasarkan nama lengkap |
| 7 | 🖼️ Image OSINT | EXIF extraction, GPS, reverse search |
| 8 | 📱 Social Deep Scan | Analisis mendalam profil social media |
| 9 | 📍 Geolocation | Analisis koordinat dan lokasi |
# Clone repository
git clone https://github.com/CimenkDev/CKSEARCH.git
cd CKSEARCH
# Install dependencies
pip install -r requirements.txt
# Run
python main.py# Install Python
pkg install python
# Clone dan install
git clone https://github.com/CimenkDev/CKSEARCH.git
cd CKSEARCH
pip install -r requirements.txt
# Run
python main.pypython main.py# Phone lookup
python -m modules.phone_lookup +628123456789
# Username search
python -m modules.username_search johndoe
# Email OSINT
python -m modules.email_osint example@gmail.com
# Domain analysis
python -m modules.domain_intel example.com
# IP scan
python -m modules.ip_scanner 8.8.8.8Edit config.py untuk mengatur API keys:
API_KEYS = {
"numverify": "YOUR_NUMVERIFY_API_KEY",
"ipinfo": "YOUR_IPINFO_API_KEY",
"xposedornot": None, # Free, no key needed
}- Console - Display langsung di terminal dengan formatting rich
- JSON - Export ke file JSON terstruktur
- TXT/Markdown - Export ke file teks/markdown
- HTML - Report profesional dengan dark theme
- CSV - Export data tabular ke CSV
CKSEARCH/
├── main.py # Entry point
├── config.py # Configuration
├── requirements.txt # Dependencies
├── README.md # Documentation
├── core/ # Core library
│ ├── banner.py # ASCII art & UI
│ ├── language.py # Multi-language support
│ ├── api_client.py # API clients
│ ├── output.py # Export handlers
│ └── scanner.py # Base scanner
├── modules/ # OSINT modules
│ ├── phone_lookup.py
│ ├── username_search.py
│ ├── email_osint.py
│ ├── domain_intel.py
│ ├── ip_scanner.py
│ ├── person_osint.py
│ ├── image_osint.py
│ ├── social_deep.py
│ └── geolocation.py
└── output/ # Generated reports
CKSEARCH mendukung:
- 🇮🇩 Bahasa Indonesia
- 🇺🇸 English
- Support Proxy/Tor untuk anonimitas
- Rate limiting untuk menghindari ban
- No data logging - data tidak disimpan
| API | Kegunaan | Free Tier |
|---|---|---|
| Numverify | Phone validation | ✅ 100 req/month |
| IPInfo | IP geolocation | ✅ 50K req/month |
| XposedOrNot | Email breach | ✅ Unlimited |
Kontribusi selalu diterima! Silakan buat Pull Request atau Issue.
MIT License - Lihat LICENSE untuk detail.
CimenkDev
⭐ Star this repo if you find it useful!