Windows Network Scanner

Generate a PowerShell script — ping sweep, ARP, vendor, hostname, optional port scan

⚙ Configure scan parameters
Comma-separated. CIDR or single IP:
192.168.1.0/24   192.168.1.0/24, 192.168.2.0/24   10.0.0.5
Leave empty to auto-detect the local /24 on the Windows machine

Кликни върху порт за да го добавиш  —  поддържа и ranges (500-502)
Портове 80 и 443 стават линкове в репорта
Чести:

Активирай ако очакваш Windows машини с блокиран ping — добавя ~10-15 сек към сканирането

Report columns:   IP Ping ms MAC Vendor Hostname
▶ Run directly in PowerShell
irm "https://mac.techbg.net/scan-win.php?dl=1" | iex
Copy → paste in PowerShell → Enter — no download, no Unblock, no execution policy

How to run

1
Configure above, then Copy the PowerShell command
2
Open PowerShell (Win+X → Windows PowerShell)
3
Paste and press Enter — HTML report opens automatically