Узнать, не подключился ли сосед к вашему wi-fi, посмотреть устройства в локальной сети и выявить сторонние несанкционированные хосты — все это можно с помощью IP-сканера. Разбираемся, как они работают, и какие программы можно бесплатно скачать в сети.
Что такое IP
IP — это протокол, который используют для передачи данных в сети. Когда вы отправляете отчет на работу или картинку другу, IP помогает ничего не перепутать и доставить файл нужному адресату. Это можно сравнить с адресом дома, который используют для отправки обычных бумажных писем.
IP бывает двух видов:
- IPv4: состоит из четырех чисел от 0 до 255 (например, 192.168.1.1).
- IPv6: содержит 8 комбинаций из букв и цифр (например, 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
Чтобы узнать IP-адрес компьютера на Windows:
- Откройте параметры (Win + I).
- Перейдите в «Сеть и Интернет».
- Выберите «Состояние» или «Ethernet/Wi-Fi».
- Нажмите «Свойства».
Зачем нужен IP-сканер
Сетевые IP-сканеры — это сервисы для исследования и анализа сетей. С их помощью можно:
- Узнать, какие устройства подключены к сети;
- Мониторить состояние сети, выявлять конфликты адресов и устройства, которые требуют обновления;
- Искать несанкционированные устройства, которые используют вашу сеть;
- Собирать данные о типах устройств, операционных системах и открытых портах (что важно для диагностики и планирования сети).
Как работает сканер сети:
- Сканирование диапазона IP: сетевой сканер отправляет запросы на разные IP-адреса в заданном диапазоне, например от 192.168.1.1 до 192.168.1.255.
- Ответы от устройств: компьютеры, принтеры или маршрутизаторы в сети отвечают на запросы сканера. Он получает всю информацию об устройстве: его имя, открытые порты и другие характеристики.
- Составление отчета: после завершения сканирования сканер собирает и отображает информацию о найденных устройствах. Обычно отчет включает: IP-адреса, MAC-адреса (уникальные идентификаторы сетевых интерфейсов), операционные системы и статус открытых портов.
Таким образом, с помощью IP-сканера можно видеть, что происходит в сети, и обеспечивать ее безопасность.
Программы для поиска IP-адресов в локальной сети
Рассмотрим самые популярные сетевые IP-сканеры, которые используют системные администраторы.
Nmap
Это один из самых мощных инструментов для аудита сетей. Он работает на Windows, Linux и macOS. Nmap может показаться сложным для начинающих пользователей, но опытным специалистам он предоставляет множество возможностей:
- Сканирование сети, выявление активных хостов и открытых портов;
- Поиск компьютеров в локальной сети;
- Определение операционных систем и версий программного обеспечения;
- Управление сетями и безопасностью.
Nmap может выполнять сканирование с использованием различных методов: TCP, UDP, ICMP и др. А также поддерживает скрипты для автоматизации задач (Nmap Scripting Engine).
Advanced IP Scanner
Сканер IP-адресов для локальной сети. В отличие от Nmap, работает только на Windows. С его помощью можно:
- Находить все подключенные устройства;
- Получить удаленный доступ к компьютерам через RDP или HTTP;
- Экспортировать результаты в формате CSV для дальнейшего использования.
У Advanced IP Scanner простой интуитивно понятный интерфейс. Он хорошо подходит для домашних компьютеров и небольших офисов. Это автономный исполняемый файл, который можно запускать без установки в любое удобное время.
Angry IP Scanner
Программа для просмотра устройств в сети. Имеет простой графический интерфейс, работает на Windows, macOS и Linux.
С помощью Angry IP Scanner можно:
- Быстро сканировать сетевые порты и IP-адреса в заданном диапазоне;
- Собирать информацию о хостах (имя хоста, MAC-адрес и статус);
- Экспортировать результаты в разных форматах для дальнейшего использования (CSV, TXT, XML и др.).
Angry IP Scanner подходит для быстрого анализа локальных сетей. Это простой инструмент без сложных настроек. Для расширения его функциональности можно использовать дополнительные плагины, например:
- Ping Plugin: сканирует доступность IP-адресов с помощью команды ping;
- HTTP Plugin: проверяет доступность веб-серверов;
- DNS Plugin: выполняет DNS-запросы и получает информацию о доменных именах, связанных с IP-адресами;
- MAC Address Plugin: извлекает MAC-адреса устройств в локальной сети;
- WMI Plugin: получает информацию о Windows-устройствах через WMI (Windows Management Instrumentation).
Free IP scanner
Бесплатный сканер локальной сети Windows. С его помощью можно:
- Сканировать сеть в заданном диапазоне IP-адресов и отображать активные устройства;
- Получать информацию о MAC-адресах и именах хостов;
- Настраивать уровни приоритетов процесса сканирования и максимальное количество потоков;
- Экспортировать результаты сканирования в текстовые файлы.
Free IP Scanner подходит пользователям, которым нужен простой инструмент для быстрого сканирования сети. Работает после установки на компьютер, скачать и использовать можно без регистрации.
Встроенная командная строка
Для нахождения хостов в сети вместо IP-сканера можно задействовать обычную командную строку (cmd). Для этого используют команды:
- ping: для проверки доступности конкретного IP-адреса или доменного имени;
- arp: для отображения таблицы ARP, которая содержит IP-адреса и соответствующие MAC-адреса (после выполнения команды ping);
- net view: для отображения всех компьютеров в локальной сети, если они работают в рабочей группе или домене;
- tracert: для отслеживания маршрута до определенного IP-адреса или домена и выявления проблем с сетью;
- nslookup: для получения информации о DNS и проверки доступности доменных имен.
Еще можно использовать PowerShell — это мощная командная оболочка и язык сценариев от Microsoft, который предоставляет инструменты для работы с сетью.
Как выбрать сканер IP-адресов
При выборе сетевого IP-сканера ориентируйтесь на его:
- Функциональность: некоторые инструменты помогают находить устройства в сети, другие — собрать о них информацию и выгружать ее в удобном формате;
- Интерфейс: простые инструменты, типа Advanced IP Scanner подойдут для домашнего использования, более сложные вроде Nmap рассчитаны на профессионалов;
- Документация и поддержка: убедитесь, что у сервиса есть понятная документация и служба поддержка, особенно, если пользуетесь им впервые;
- Совместимость: выбранный сканер должен быть совместим с вашей операционной системой (Windows, Linux, macOS).
Выбор сканера сети зависит от поставленной задачи и ваших навыков. Тестируйте разные инструменты, чтобы найти подходящий вариант.
Главное о сетевых IP-сканерах
- IP-адрес позволяет идентифицировать компьютер в сети;
- С помощью IP-сканера можно обнаружить подключенные устройства и мониторить проблемы сети;
- Есть бесплатные сканеры сети, которые можно установить на компьютер, например, Free IP scanner, и сканеры, которые запускаются с автономного исполняемого файла, например Advanced IP Scanner;
- Помимо специализированных IP-сканеров можно использовать командную строку или PowerShell от Microsoft.
Время на прочтение4 мин
Количество просмотров204K
В локальной сети (LAN) обычно есть множество обменивающихся данными хостов. Сканирование сетей при помощи IP-сканера позволяет отделам ИТ, сетевым администраторам и службам безопасности следить, какие IP обмениваются данными и какие типы устройств занимают IP-адреса. Также это помогает выявлять сторонние несанкционированные хосты, которые тоже могут быть подключены к сети. Существует множество бесплатных сетевых IP-сканеров, помогающих сетевым и системным администраторам обнаруживать устройства в сети и управлять IP-ресурсами. В этой статье мы рассмотрим следующие инструменты: Nmap, Advanced IP Scanner, Angry IP Scanner, free IP scanner компании Eusing, встроенную командную строку и PowerShell.
▍ Nmap
Nmap уже долгое время считается надёжным инструментом информационной безопасности, он используется инженерами и сотрудниками служб безопасности. Это кроссплатформенная утилита, имеющая широкий спектр функцию, не ограничивающихся простым сканированием сетей.
Она содержит утилиты сканирования сетей, используемые для исследования сетей, и предоставляет множество утилит для аудита безопасности. Она позволяет выполнять глубокое изучение IP-пакетов, в том числе содержащих информацию о сервисах, приложениях, идентификации ОС и других характеристиках удалённого хоста. В ней есть опции «интересных портов», помогающие быстро находить порты удалённых хостов, которые часто бывают открытыми.
Утилита сканирования сетей Nmap, выполняющая быстрое сканирование пингом локальной сети
Бесплатный Nmap Security Scanner для Linux/Mac/Windows можно скачать здесь.
▍ Advanced IP Scanner
Большинство из нас в тот или иной момент времени сталкивалось с Advanced IP Scanner. Этот инструмент уже многие годы обеспечивает возможность быстрого сканирования сетей. Advanced IP Scanner — бесплатная утилита, которая быстро скачивается и мало весит. Начать сканирование сети с её помощью можно всего лишь за пару минут.
Сканирование сети при помощи Advanced IP Scanner
Этот инструмент, совместимый только с Windows, предоставляет множество базовых функций сканирования, в том числе определение имён устройств, IP-адресов и MAC-адресов при помощи OUI lookups для распознавания производителей устройств. Результаты работы утилиты можно экспортировать в файл CSV для дальнейшего исследования устройств в других инструментах и документации. Также она может взаимодействовать с функциональностью Wake-On-LAN найденных удалённых хостов и позволяет удобно обмениваться данными с устройствами, с поддержкой RDP.
Advanced IP Scanner — это автономный исполняемый файл, который можно просто запускать без установки, что повышает его удобство и простоту использования.
Advanced IP Scanner можно скачать здесь.
▍ Angry IP Scanner
Angry IP Scanner — ещё один популярный инструмент в этой категории. Он тоже является кроссплатформенным, поскольку поддерживает Windows, Mac и Linux. Angry IP Scanner сканирует сетевые порты и IP-адреса.
Angry IP Scanner обеспечивает быстрое и простое сканирование сетей
Он пингует адреса и резолвит имена хостов из DNS. Также он определяет MAC-адреса устройств для OUI lookup, а его возможности можно легко расширить при помощи опенсорсных плагинов, написанных на Java. Он имеет множество других функций, например, получение имени NetBIOS, рабочей группы, подключенных пользователей Windows, определение веб-серверов и многое другое. Инструмент позволяет экспортировать результаты в CSV, TXT, XML или в файлы списков IP-портов.
Angry IP Scanner — это автономный исполняемый файл, не требующий установки. Однако для его работы требуется установка на хост среды выполнения Java, что для кого-то может оказаться препятствием.
Angry IP Scanner можно скачать здесь.
▍ Free IP scanner компании Eusing
Free IP scanner — это простая утилита IP-сканирования, имеющая множество отличных функций. Это быстрый сканер, для обеспечения производительности использующий технологию многопоточности. Пользователь может настраивать уровни приоритетов процесса сканирования и максимальное количество потоков. Разработчик утверждает, что инструмент может сканировать сотни компьютеров в секунду.
Free IP scanner
Для поиска находящихся онлайн-хостов он использует пинг. Опционально он может резолвить имена хостов, находить открытые порты и использовать другие функции в случае нахождения онлайн-хостов. Как и другие сканеры, он может получать информацию NetBIOS, в том числе имя хоста, рабочую группу, подключенного пользователя и MAC-адрес. Результаты сканирования можно сохранять в простой текстовый файл. К сожалению, этот инструмент не имеет автономного исполняемого файла, поэтому его нужно устанавливать. Программа запрашивает код регистрации, однако это freeware-программа, которую можно использовать без регистрации.
Free IP scanner можно скачать здесь.
▍ Встроенная командная строка и PowerShell
Также для нахождения хостов в сети можно использовать встроенные командные среды, в том числе командную строку и PowerShell. Например, можно выполнить простую однострочную команду для быстрого пинга и возврата всех онлайн-хостов в конкретной подсети:
for /l %i in (1,1,255) do @ping 10.1.149.%i -w 1 -n 1|find /i "ttl="
Кроме того, компания Microsoft предоставляет множество превосходных бесплатных примеров кода для различных ping-утилит, встроенных в галерею PowerShell. Я пробовал работать с модулем ping_scan, и он неплохо справляется со своей задачей. В галерее есть множество опций для выполнения быстрых и простых сканирований сети при помощи ping.
▍ В заключение
Бесплатные сетевые IP-сканеры позволяют администраторам выполнять мониторинг сети и подключенных хостов. Кроме того, они способны определять типы хостов и производителей устройств, что помогает в обеспечении безопасности сетей. Системные администраторы и сотрудники служб безопасности могут использовать эти простые инструменты для слежения за сетями и создания подробной актуальной документации сети.
RUVDS | Community в telegram и уютный чат
Advanced IP Scanner
для Windows
Advanced IP Scanner — это быстрый, надежный и простой в использовании сканер локальных сетей (LAN) для Windows. Данная утилита позволяет пользователю собирать различную информацию о компьютерах в сети за считанные секунды.
Возможен доступ ко многим полезным функциям в один клик мыши — удаленное включение и выключение компьютера, интеграция с Radmin и многое другое. Технология многопоточного сканирования позволяет осуществлять сканирование сотен компьютеров в сетях класса B и C за считанные секунды даже с медленным модемным соединением.
Возможности программы:
- Быстрое и надежное многопоточное сканирование IP-адресов. Пользователь имеет возможность осуществлять сканирование сотен IP-адресов одновременно с высокой скоростью, особенно на компьютерах на базе Pentium в сетях класса B и C. Возможно также указание количества потоков для баланса скорости сканирования и загрузки процессора.
- Удаленное выключение компьютера. Данная функция позволяет выключать любой удаленный компьютер с операционной системой Windows NT или Win2K. Для выключения компьютера возможно использование прав доступа по умолчанию или с помощью ввода логина или пароля.
- Функция Wake-on-LAN. Пользователь может включать удаленный компьютер, если сетевая карта поддерживает функцию “Wake-on-LAN.
- Групповые операции. Любая возможность Advanced IP Scanner может быть использована для нескольких выбранных компьютеров. Например, пользователь может выключать несколько удаленных компьютеров за один клик мышью.
- Сохранение и загрузка списка компьютеров. Данная функция позволяет выполнять операции для списка выбранных компьютеров. Пользователю достаточно сохранить список компьютеров, и Advanced IP Scanner загрузит их автоматически.
Что нового в Advanced IP Scanner 2.5.4594.1?
- Исправлены ошибки, улучшена стабильность работы программы.
ТОП-сегодня раздела «Сканеры, сниферы»
LANScope 2.9.1
LANScope — бесплатная утилита, с помощью которой можно легко и быстро определить доступность…
Wireshark 4.4.0
Wireshark — утилита для детального анализа сетевых пакетов локальных сетей в реальном времени,…
XSpider 7.8
XSpider — сетевой сканер безопасности. Программное средство сетевого аудита, предназначенное для поиска уязвимостей на серверах и рабочих станциях…
MAC spoofer 2.1.0.9
Небольшая бесплатная утилита, которая предназначена для изменения MAC адреса сетевой…
Отзывы о программе Advanced IP Scanner
Agent_st про Advanced IP Scanner 2.5.4594.1 [02-08-2022]
Портабельную рсзворачивать не стал. установил обычную — мне понравилось как работает
10 | 13 | Ответить
Денис про Advanced IP Scanner 2.5.3850 [14-08-2019]
В портабл режиме не запустился. После установки во время запуска программа отправила комп в ребут.
16 | 16 | Ответить
мостик про Advanced IP Scanner 2.4.3021 [22-04-2017]
скан китайцев, все норм качал личные файлы
16 | 35 | Ответить
Portes про Advanced IP Scanner 2.0.106 [03-09-2011]
Отличная программа, находит все компы, даже те на которых отключено сетевое обнаружение. Минусом является отсутствие сканера открытых портов, но это многим и не надо.
19 | 41 | Ответить
We are reader supported and may earn a commission when you buy through links on our site. Read Disclosure
IP Addressing is often perceived as a complex topic by many people. However, in reality, it’s quite straightforward. The complexity often arises in real-life situations when it comes to managing and keeping track of IP address usage. The fundamental principle of Internet Protocol addresses is that each one must be unique within a network.
Most administrators use some form of IP management tools, which can be as simple as a text file containing IP addresses and names of computers and devices. However, they lack actual control over what gets connected to the network. This is where Microsoft, Novell NetWare, and AppleTalk come into play, offering solutions for network management.
For an accurate and current view of which IP addresses are in use and which are available, nothing surpasses an IP address scanner. SolarWinds IP Address Manager and SolarWinds IP Address Tracker is one such tool that provides this service. Numerous such tools are available as open-source software, and many of these operate on open-source operating systems like Linux.
The Dynamic Host Configuration Protocol (DHCP) also plays a crucial role in managing IP addresses. It automates the assignment of IP addresses, subnet masks, default routers, and other IP parameters to network devices, thereby simplifying IP addressing.
If you’d rather use tools that can run on Windows, we’ve compiled a list of the best IP scanners for Windows.
Before we reveal what the best tools are we’ll briefly sidetrack and have an in-depth look at IP addressing. We’ll discuss IP address allocation and management and compare static and dynamic addressing. Then, we’ll have a look at the different types of IP address tools that are available. Finally, we’ll be ready for the big reveal and have a look at some of the best IP address scanner utilities for Windows. We’ll introduce each tool and present its main features.
About IP Addressing
IP addresses are used to uniquely identify each device connected to a network. You probably already know that. They’re like the street addresses of the IP network world. Nowadays, IP networks are largely prevalent but it hasn’t always been the case. Microsoft used to have NetBEUI networking, Novell NetWare had IPX/SPX, and Apple had AppleTalk. In fact, there was a time when each manufacturer used a different networking scheme. Back then, IP networks—which stands for Internet Protocol—were only used for—you guessed it—the Internet. Eventually, the Internet grew in popularity and it started to make sense for everyone to use IP networking. IP addresses soon became an essential part of every computer’s configuration.
When we said that IP addresses were uniquely identifying each device, this was a bit of a stretch. In reality, IP addresses uniquely identify a device within a given context. Consequently, IP addresses need only to be unique within this context. The Internet is such a context but not all computers accessing the Internet need to be directly connected to it. Most users access the Internet through some sort of gateway and use local IP addressing, internally. In these situations, only the local addressing has to be unique and it’s not uncommon to have identical IP addresses used in different organizations. Take, for example, your typical home Internet WiFi router. Most of them have 192.168.0.1 as their internal IP address. That specific address is therefore present on most home networks.
IP Address Allocation And Management
The very first step in planning a network in all but the smallest networks is preparing an IP addressing plan. The idea behind the plan is to define how IP addresses are going to be used. For instance, a range of IP addresses will likely be reserved for servers. Some will obviously be assigned to computers connected to the network. And of course, IP addresses will be reserved for other devices such as networking equipment or network-connected printers. This task is often done using simple tools such as spreadsheet software.
The next task is assigning IP addresses to devices. This is what we refer to as IP address allocation. There are several ways this can be done as we shall soon see but for now, the important thing to keep in mind is that you need to keep track of what IP address is assigned to what piece of equipment. This is IP address management.
Static vs Dynamic Addressing
There are basically two ways IP addresses can be assigned: statically or dynamically. Static IP addressing involves manually setting the IP address and other IP networking parameters on each connected device. Although it is somewhat labour-intensive and error-prone, it’s widely used for smaller IP address segments with a small number of devices. It is also commonly used in situations where the complete control of IP addressing is important as it often is with servers. The main drawback of using static IP addressing is the management efforts that it requires.
Dynamic IP addressing automates part of the process. It is used in conjunction with the Dynamic Host Configuration Protocol, or DHCP. This is a protocol that automatically assigns IP addresses and configures the networking parameters of connected devices. The assignment is done via a leasing process where a connected device requests an IP address from a DHCP server who leases an address for a fixed amount of time. Once the lease expires, the DHCP server returns the leased address to its pool of available addresses. Connected devices have the option to renew their lease before its expiration.
Using dynamic addressing doesn’t relieve the administrator from having to manage IP addresses. For starters, the DHCP server has to be configured correctly with the pool of IP addresses it can assign. Also, all the other IP networking parameters have to be configured on the DHCP server. Despite that, the efforts are minimal when compared with static IP addressing.
Different Types Of IP Addressing Tools
When it comes to managing IP addresses and keeping track of their allocation, many types of tools are available. And while it is certainly not necessary to use them all, many choose to use a combination of tools to achieve the results they seek. Let’s have a look at what the different types of tools are.
IP Address Managers
IP address manager is a relatively generic name that can be fitted to different software tools. They all share one common goal, facilitate the management of IP addresses. Some are very elaborate tools. So elaborate that DDI software suites fall into this category of tools. Others are simpler tools that are typically used where static IP addressing is used. They will just serve as a database of what IP address is assigned to what resource. Some tools include DNS lookup capabilities and can check that what is in the database really corresponds to what is configured.
IP Address Trackers
IP address trackers are tools that will help you find what IP addresses are actually configured on your networked devices. They can be used for several purposes such as consolidating what’s actually configured with what is documented. This is an important feature as an IP address management system that doesn’t reflect the reality is kind of useless. Some tools will automatically attempt to match database information with actual configuration and either list discrepancies or directly fix the errors in the IP address management system. Many tools can also be configured to run automatically at regular intervals and will let you catch unauthorized changes.
IP Address Scanners
The last type of tools we’d like to talk about—and the one which is of primary interest today—is the IP address scanner. This is a type of tool that will scan a range of IP addresses. You can typically specify the range with starting and ending IP addresses or specify a complete subnet with an IP address and subnet mask or a CIDR notation such as 192.168.0.0/24. The IP address scanner then tries to connect to each IP address—usually using Ping or a similar technology—and reports on what IP addresses are responding. Most IP address scanners will also do a reverse DNS resolution to display the hostname of each responding host in addition to its IP address. Some tools will even list which IP ports are open on those devices although we usually refer to these tools as port scanners.
In real life, the distinction between IP address tracker tools and IP address scanner tools is not exactly clear. In fact, there is no universally accepted definition of either. Our list actually contains a mix of tools that call themselves IP address tracker, IP address scanner—or just IP scanners—or IP address managers. Our main criteria for inclusion in this list were that the tool deals with IP addresses can track their usage, and can run on the Windows platform.
1. SolarWinds IP Address Manager (FREE TRIAL)
For a more complete, enterprise-grade tool, the SolarWinds IP Address Manager might be just what you need. It starts where the IP Address Tracker stops. This is a full-featured IP address management tool that has none of the limitations of the free tool. This one can manage up to 2 million IP addresses, enough for the biggest environments.
Although it doesn’t include DHCP or DNS capabilities, the SolarWinds IP Address Manager will interact with your existing DNS and DHCP servers, making it a true DDI solution. Of course, the tool features automatic IP address tracking. It wouldn’t be in this list if it didn’t. It will automatically monitor your subnets so that you always know how IP addresses are used. The system will alert you of IP address conflicts, depleted scopes, and mismatched DNS records.
The tool integrates with DHCP servers from Microsoft, Cisco, and ISC and will work with BIND and Microsoft DNS servers. Pricing for the SolarWinds IP address Manager starts at $1,288 and varies according to the number of managed addresses. A free 30-day trial is available if you want to test the product before purchasing it.
2. SolarWinds IP Address Tracker (FREE DOWNLOAD)
First on our list is a great tool from SolarWinds. This company is well-known in the network administration field for making some of the best tools and also for publishing many free tools that address a specific need of network administrators. We reviewed some of those free tools, including its IP address scanner, in these pages when we recently discussed the best subnet calculators or the best syslog servers.
The SolarWinds IP Tracker can be used to manage and track up to 254 IP addresses. This limitation makes it a well-suited tool for smaller installations. It will track IP address availability and alert you of an upcoming shortage of available IP addresses. It will also automatically detect IP address conflicts and alert you when it finds one. This feature-limited tool won’t interact with your DNS and DHCP servers, though. You’ll have to manually fix any issues it finds. It’s got an attractive dashboard-based user interface with colour-coded status and it also features historical trends and events reports.
3. Advanced IP Scanner
The Advanced IP Scanner has an interesting twist. This IP address scanner runs on Windows and is made for Windows. More about that in a moment. This software simply takes an IP address range as its input. You could also supply the tool with a text file containing a list of IP addresses. The tool will scan the addresses and provide you with a list of those addresses that respond. But you don’t only have IP addresses, the tool will also display each host’s name, MAC address and network interface vendor.
For Windows hosts that the Advanced IP Scanner discovers, you get much more functionality. For instance, the tool will list network shares. And clicking any share opens it on your computer. You can also start a remote control session using either RDP or Radmin or remotely turn a Windows computer on–provided it has wake on LAN–or off.
4. Angry IP Scanner
The Angry IP Scanner is a multi-platform tool. This means that it will run on Windows, OS X, and Linux. The tool can scan complete networks or subnets but also an IP addresses range or a list of IP addresses in a text file. It uses Ping to find IP addresses that are responding but it will also resolve hostnames and MAC address vendors as well as provide NetBIOS information for hosts that support it. This tool is also a port scanner and can list the open ports on each responding host.
The Angry IP scanner is a GUI-based tool but it also comes bundled with a command-line version that you can use. This can be very useful if you want to include some of the tool’s functionality in your own in-house scripts. The tool’s results are normally displayed on the screen in a table form and can be exported to several file formats such as CSV or XML.
5. SoftPerfect Network Scanner
The SoftPerfect Network Scanner is a pretty useful utility that will scan a range of IP addresses and list those that respond along with their MAC address, hostname and response time. For added convenience, it can also be used as a port scanner and will optionally list what IP ports are open on each host.
This is a true Windows utility as its feature set demonstrate. This product will, for instance, display all available shares on Windows hosts. Even hidden shares can be displayed. It can also list what user account(s) are currently connected to each Windows computer. Furthermore, the SoftPerfect Network Scanner will let you remotely access computers and run commands remotely. And finally, you can broadcast messages to the discovered computers.
6. LizardSystems Network Scanner
The main differentiating factor of the LizardSystems Network Scanner is that, instead of being a standalone Windows application, it is browser-based. Despite that, it will on run Windows and it requires Internet Explorer. As for its features, they leave nothing to be desired. This IP address scanner is easy to use, it offers great performance thanks to its use of multi-threading, and it’s scalable. There’s actually no limit to the number of addresses you can scan.
The LizardSystems Network Scanner also has quite a few advanced features such as results filtering or customizable status checks that will check for any port you specify. It will also retrieve NetBIOS information as well as verify access rights to remote resources. And if you want to manipulate the results, you can export them to HTML, XML, or text.
7. Bopup Scanner
B-Labs usually specializes in messaging systems. We weren’t, therefore, expecting to see one of its products make it to this list. In fact, the Bopup scanner is B-Labs‘ only network administration tool. This is a free tool for the Windows operating system.
The Bopup Scanner can be used to scan your network and it will output a list of all connected devices. It will show IP addresses, hostnames, and MAC addresses. It can also tell you whether or not a web server is present and responding on each host it tests. You can drill down on each host and display more information such as a list of available shares. Option-wise, the tool will let you specify exactly what IP addresses to scan and you can also set the response timeout to prevent unresponsive IP addresses from slowing down the process.
8. MyLanViewer Network/IP Scanner
The MyLanViewer Network/IP Scanner is a free IP address scanner for Windows whose main characteristic is how results are displayed. Instead of a table with a list of IP addresses and corresponding parameters, like most other tools on this list will generate, this tool presents the results in a hierarchical way. It looks somewhat like the left pane of a Windows Explorer window.
The MyLanViewer Network/IP Scanner will scan the whole local network. This is the LAN where the computer you’re running the tool from is connected. Once the scan completes, it will show each responding host as a node on a tree structure. Clicking the plus sign next to any entry will reveal more information about it. The extra information available is very similar to what’s available with most other tools on our list.
Overall, based on the features they offer the SolarWinds IP Address Manager and SolarWinds IP Address Tracker stand out as the best IP address scanners for Windows. The IP Address Manager offers enterprise-grade capabilities, managing up to 2 million IP addresses, and integrates with DNS and DHCP servers. It provides automatic IP address tracking and alerts for conflicts and mismatches. Pricing starts at $1,288 with a 30-day trial available. On the other hand, the IP Address Tracker is suitable for smaller installations, tracking up to 254 IP addresses, with alerting for address shortages and conflicts. It has an attractive user interface but lacks integration with DNS and DHCP servers.