Kangaroo Eyes adalah alat rekayasa jaringan (network reconnaissance) berbasis Python yang dirancang untuk membantu profesional keamanan siber, administrator jaringan, dan pengembang dalam melakukan analisis infrastruktur jaringan dengan cepat dan efisien.
- 🔍 Pengecekan DNS (bukan DNA) - Temukan semua record DNS terkait domain
- 📜 IP Historia - Lacak perubahan alamat IP historis
- 🚪 Scan Port - Identifikasi port terbuka dengan Nmap integration
- 🕵️ WHOIS Lookup - Dapatkan informasi registrasi domain lengkap
- Python 3.8+
- Nmap (untuk fitur port scanning)
- API Key dari WHOISXMLAPI
# Clone repository
git clone https://github.com/username/kangaroo-eyes.git
cd kangaroo-eyes
# Setup environment
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
# Install dependencies
pip install -e .
# atau
pip install -r requirements.txt# Jalankan tool
kangaroo-eyesAtau langsung via Python:
python3 main.py=== KANGAROO EYES TOOL ===
[1] Masukkan URL
[2] Rekaman DNS
[3] IP Historia
[4] Scan Port
[5] WHOIS bruh
[6] Exit
Buat file .env di root project:
WHOISXML_API_KEY=your_api_key_here| File | Deskripsi |
|---|---|
cli.py |
Interface command line |
scanner.py |
Modul scanning utama |
api.py |
Integrasi dengan WHOISXML API |
utils.py |
Fungsi utilitas dan helper |
const.py |
Konstanta dan konfigurasi |
# 1. Set target domain
Select option (1-6): 1
Enter target domain: example.com
# 2. Lakukan DNS enumeration
Select option (1-6): 2
# 3. Cek historical IP
Select option (1-6): 3=== DNS ENUMERATION RESULTS ===
Domain: example.com
IP Addresses:
- 93.184.216.34
- 2606:2800:220:1:248:1893:25c8:1946
Total Found: 2
Nameservers: ['8.8.8.8', '1.1.1.1']
Kami menyambut kontribusi! Silakan:
- Fork project ini
- Buat branch fitur baru (
git checkout -b fitur-baru) - Commit perubahan (
git commit -am 'Tambahkan fitur baru') - Push ke branch (
git push origin fitur-baru) - Buat Pull Request
- Jika hanya untuk recode merusak project, mending DM ane aje!
Distributed under the MIT License. See LICENSE for more information.
Author : [https://instagram.com/dronxploit] - (Follow me on Instagram)
Support me: [https://saweria.co/dronxploit] - [Saweria]
Kangaroo Eyes 🦘 - Your Network's Best Watchman!