- Local time
- 6:30 PM
- Posts
- 222
- OS
- PE
This was fun to make. And it's easy to use 
github.com
Simple IP Scanner: A lightweight, fast, network scanner, for use with basic networks. Get an up to date list of peer: MAC Address, Vendor, IP Address, and Hostnames - External IP Address and Domain are also displayed in the titlebar after initiating a scan, and a simple connection monitor can show you current bandwidth usage and active port connections
It was a side project to keep me busy, but it is faster than most alternatives and weighs in almost 200x smaller.

The script is included in the Powershell Gallery, you can either browse to the Github and download the single CMD file (for ease of launch) or you can open a powershell prompt and install using:
Easily navigate through connection options for devices, scan for open ports, create network summary reports(HTML/CSV/TXT), and monitor network connections/what sites programs are reaching out to using the included network monitor.
There are a few (small) embedded vector icons but most icons are pulled through C# type def using shell32.dll's function to extract icons from system files, it loads them into memory and "borrows" them for display in app, removing the need for any dependencies whatsoever and keeping the script readable. All that is needed is a Win10+ OS.
I've been using it more and more so i thought I'd share it. Usage instructions are included on the GitHub page.

GitHub - illsk1lls/IPScanner: A Powershell Network Scanner
A Powershell Network Scanner. Contribute to illsk1lls/IPScanner development by creating an account on GitHub.
Simple IP Scanner: A lightweight, fast, network scanner, for use with basic networks. Get an up to date list of peer: MAC Address, Vendor, IP Address, and Hostnames - External IP Address and Domain are also displayed in the titlebar after initiating a scan, and a simple connection monitor can show you current bandwidth usage and active port connections
It was a side project to keep me busy, but it is faster than most alternatives and weighs in almost 200x smaller.

The script is included in the Powershell Gallery, you can either browse to the Github and download the single CMD file (for ease of launch) or you can open a powershell prompt and install using:
Powershell:
Install-Script -Name IPScanner
Easily navigate through connection options for devices, scan for open ports, create network summary reports(HTML/CSV/TXT), and monitor network connections/what sites programs are reaching out to using the included network monitor.
There are a few (small) embedded vector icons but most icons are pulled through C# type def using shell32.dll's function to extract icons from system files, it loads them into memory and "borrows" them for display in app, removing the need for any dependencies whatsoever and keeping the script readable. All that is needed is a Win10+ OS.
I've been using it more and more so i thought I'd share it. Usage instructions are included on the GitHub page.
- Windows Build/Version
- Win10+
Last edited:
My Computer
System One
-
- OS
- PE