Skip to content
forked from GordonVi/ip_scan

Scan a list of IPs quickly using multithreading

Notifications You must be signed in to change notification settings

ixeldino/ip_scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Powershell - Scan IP Range Quickly with Multithreading

ip_scan.ps1 demo recording

This script scans an IP range very quickly. I use this to scan big networks. The graphic is in realtime. It takes maybe 3 minutes to find 900 computers on bigger networks.

The script returns IP, DNS, and MAC entries.

Although slower, I've found this script to be more dependable than AD's computer list and Powershell's Get-NetNeighbor scan.

Please remember to edit/input your subnet range at line 38. This script doesn't autodetect your subnet mask and what IP you are using. .

About

Scan a list of IPs quickly using multithreading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%