Tiny Online Tools logoTiny Online ToolssearchПоиск инструментов…grid_viewВсе инструменты
Главнаяchevron_rightИнструменты безопасностиchevron_rightСканер портов (локальный)Сканер портов (локальный)

Сканер портов (локальный)

Локальный инструмент проверки портов с помощью запросов браузера.

Похожие инструменты

Объединить PDF

Объединить PDF

Объедините несколько PDF-файлов в один документ быстро и безопасно в вашем браузере.

Base64 в изображение

Base64 в изображение

Декодируйте строки Base64 в файлы изображений.

таблица в CSV

таблица в CSV

преобразовать HTML tables or spreadsheet data в CSV format.

WiFi QR генератор

WiFi QR генератор

Generate a WiFi QR код that lets phones connect в your network by scanning.

SVG Обводка в Заливку

SVG Обводка в Заливку

Конвертируйте элементы SVG с обводкой в пути с заливкой для лучшей совместимости.

Обрезка аудио

Обрезка аудио

Обрезайте аудиофайлы по точному времени начала и конца, прослушивайте выбранный фрагмент и скачивайте его как WAV.

Затухание аудио вход/выход

Затухание аудио вход/выход

Добавляйте плавное нарастание и затухание к любому аудиофайлу прямо в браузере.

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.