Tiny Online Tools logoTiny Online Toolssearch搜索工具…grid_view全部工具
首页chevron_right安全工具chevron_right本地端口扫描器本地端口扫描器

本地端口扫描器

使用浏览器请求进行本地端口探测。

相似工具

Bcrypt 生成器

Bcrypt 生成器

生成 bcrypt 密码哈希值。

HMAC 生成器

HMAC 生成器

从文本生成 HMAC 签名。

IBAN 生成器

IBAN 生成器

为 30 多个国家生成校验位正确的有效 IBAN(ISO 13616 mod-97)。

JWT 签名验证器

JWT 签名验证器

在浏览器中本地验证 HMAC JWT 签名。

3D打印计算器

3D打印计算器

在开始打印之前,先估算这次3D打印到底要花多少钱。

3D模型修复

3D模型修复

为3D打印自动修复STL、GLB、OBJ、PLY与3MF网格。

Auto Crop Transparent Pixels

Auto Crop Transparent Pixels

Trim transparent borders from PNG images automatically. Detects the non-transparent bounding box and crops the image to it.

apps

更多工具

浏览我们完整的免费在线工具集合。

Port Scanner (Local)

During development and testing, you often need to know which ports on your local machine or internal network are accepting connections. Port scanners typically run as command-line tools, requiring network configuration knowledge. This 浏览器-based scanner offers a lightweight alternative: probe common ports directly from your 浏览器 to discover which services are running locally without needing specialized tools.

浏览器-based probing

Unlike traditional port scanners (like nmap) that operate at the network layer, this tool uses HTTP requests from the 浏览器. It attempts to connect to specified ports and checks whether they respond within a timeout period. This approach respects 浏览器 security policies and works within the web environment.

Development server discovery

When you're running multiple local development servers—a web app on port 3000, a database UI on 5432, an API server on 8000—it's easy to forget what's running where. Use this tool to quickly scan a range of common ports and discover active services. Port 3000 (common for development), 5432 (PostgreSQL), 6379 (Redis), 8080 (web servers), 9090 (monitoring), and others will show as open or closed.

Network awareness

The tool works on localhost (127.0.0.1) by default but can probe other hosts on your local network (192.168.x.x, 10.x.x.x). This is useful for discovering services on other machines within your home or office network.

浏览器 limitations

浏览器-based scanning respects cross-origin policies and security restrictions. It won't detect services on completely different networks and may be blocked by firewalls or CORS policies. For comprehensive network scanning, command-line tools remain more powerful. Use this tool for quick local checks during development.

Common ports to check

Common development ports: 3000, 3001, 5000, 5432, 6379, 8000, 8080, 8443, 9000, 9090. Enter them as a comma-separated list, and the tool quickly probes each one.