AI 产品解读Displays real-time network infrastructure information about any website the user visits, including hosting location, IP address, open ports, and known vulnerabilities
Provides instant visibility into a website's underlying infrastructure (hosting country/city, IP ownership, open services/ports, security vulnerabilities) without leaving the browser or manually querying Shodan
Extension runs as a background service worker that intercepts tab URL changes. For each HTTP(S) page, it resolves the hostname to IP via geonet.shodan.io, then queries internetdb.shodan.io for host details. Results are cached in memory. When the user clicks the extension icon, a popup renders the cached data as a table (IP, hostname, country, city, OS, org, tags, vulns) plus a ports list. Context menus allow searching shodan.io directly for a link, page, or text selection.
Automatic host lookup showing IP address, hostname, country, city, OS, organization, and tagsDisplays sorted list of open ports with clickable HTTP/HTTPS linksHeartbleed vulnerability (CVE-2014-0160) detection and alertBadge icon shows port count for quick referenceRight-click context menu to search Shodan for links, current site, or selected textDirect links to full IP details and domain details on shodan.io
- 目标用户
- Security researchers and penetration testers / Network administrators / Privacy-conscious users wanting to know where sites are hosted / IT professionals investigating website infrastructure
- Shodan.io destination service does have paid API credits and membership tiers, but the extension only uses the free public endpoints
- The extension has host_permissions for api.shodan.io in the manifest but no code actually calls it - possibly reserved for future use or unused
付费分析未识别到付费功能
No payment UI, subscription checks, premium gating, or billing-related code exists in the extension. The 'pro' keyword matches are false positives from JavaScript's hasOwnProperty() method and base64-encoded metadata. All extension features (host lookup, port display, vulnerability check, context menu search) are available without any payment. Note: Shodan.io as a service has paid API credits/membership, but this extension uses only the free InternetDB and GeoNet APIs.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension calls Shodan's public free APIs (internetdb.shodan.io, geonet.shodan.io) without any authentication. There is no login UI, no auth tokens, no API key input, and no credential storage anywhere in the source code. The core workflow (looking up host info for the current tab) works entirely without an account.