GET /api/shodan/host/:ip - Host lookup
GET /api/shodan/ports/:ip - Port scan
GET /api/shodan/honeyscore/:ip - Honeyscore check
GET /api/shodan/myip - Get your IP
GET /api/shodan/api-info - API info
GET https://ip-api.com/json/:ip - IP Geolocation (free)
📖 Instructions
1. Get API key:
- Register at shodan.io
- Get API key in your profile
- Add to .env file
2. Host Lookup:
- Enter IP address
- Get full information
3. Port Scan:
- Enter IP address
- See open ports
4. Honeyscore:
- Check if IP is honeypot
- Score 0-1 (0 = safe)