Find a lot of IPs with this light-weight IP scanner!
IP A Lot is a small .NET desktop scanner for quick LAN inventory work. It accepts multiple IPv4 range formats, prefills detected local networks, and shows online hosts with MAC addresses plus vendor lookup when the OUI is known. The results view includes status filters, search, right-click copy actions, and detected items for quick checks such as HTTP, HTTPS, and visible Windows shares. Visible results can be exported to HTML, CSV, JSON, or XML.
192.168.1.0/24192.168.2.0-25410.0.0.20-10.0.0.50- Multiple ranges separated by commas, semicolons, or new lines
Requirements for running:
- Windows machine
- .NET Framework 4.x runtime, already present on many supported Windows installs
Requirements for building:
- .NET SDK with .NET Framework 4.8 targeting support
Build the small framework-dependent executable with:
dotnet build .\IPALot.sln -c ReleaseThe executable is created at:
src\IPALot\bin\Release\net48\IP A Lot.exe
The app includes a compact built-in vendor list. To extend it, place an oui.csv
file next to the executable with rows like:
001122,Example Vendor
AA-BB-CC,Another Vendor