ProbeScope for Windows

v1.0.2 · released Aug 4, 2026

Install & quick start

Windows security warning?

When you first run ProbeScope, Windows may show “Windows protected your PC”— Microsoft Defender SmartScreen prevented an unrecognized app from starting. This happens because we're still waiting on our code-signing certificate — it's expected for now, not a sign of a bad download.

  1. Click More info
  2. Click Run anyway

You only need to do this once per download. This step will go away once our code-signing certificate is in place.

PowerShell

Expand-Archive probescope_1.0.2_windows_amd64.zip -DestinationPath .
# create local example config and plugins
.\probescope.exe init --all
# run probescope
.\probescope.exe run --hosts 1.1.1.1,8.8.8.8,example.com

Command Prompt

tar -xf probescope_1.0.2_windows_amd64.zip
# create local example config and plugins
probescope.exe init --all
# run probescope
probescope.exe run --hosts 1.1.1.1,8.8.8.8,example.com

Looking for another platform? Back to downloads.