Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-A-Lot

Find a lot of IPs with this light-weight IP scanner!

IP A Lot logo

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.

Range examples

  • 192.168.1.0/24
  • 192.168.2.0-254
  • 10.0.0.20-10.0.0.50
  • Multiple ranges separated by commas, semicolons, or new lines

Build

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 Release

The executable is created at:

src\IPALot\bin\Release\net48\IP A Lot.exe

OUI vendor data

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

About

Find a lot of IPs with this light-weight IP scanner!

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages