Тёмная >

🔍 Shodan Integration

Search for vulnerable devices on the internet

0
Results
0
Ports
0
Vulnerabilities
0
Countries

🔍 Host Lookup

Information about specific IP

🔍 Port Scan

Open ports and services

🛡️ Honeyscore

Honeypot check

🌍 IP Geolocation

IP geolocation (free)

📍 My IP

Find out your IP address

📊 API Info

Your API key information

📚 API Endpoints

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)
// ---- Unified theme toggle ---- function toggleTheme(){var b=document.body,isLight=b.classList.contains('light');b.classList.toggle('light',!isLight);var btn=document.getElementById('ttBtn'),lbl=document.getElementById('ttLabel');if(!isLight){btn.title='Switch to dark';lbl.textContent='Светлая';try{$('ttKnob')&&($('ttKnob').style.background='#fcd34d')}catch(e){}}else{btn.title='Switch to light';lbl.textContent='Тёмная';try{$('ttKnob')&&($('ttKnob').style.background='#00d9ff')}catch(e){}}localStorage.setItem('np-theme',b.classList.contains('light')?'light':'dark');} (function(){try{var s=localStorage.getItem('np-theme');if(s==='light'){document.body.classList.add('light');var btn=document.getElementById('ttBtn'),lbl=document.getElementById('ttLabel');if(btn){btn.title='Switch to dark';lbl.textContent='Светлая'}try{$('ttKnob')&&($('ttKnob').style.background='#fcd34d')}catch(e){}}}catch(e){}}());