OsdpSpy 0.0.26

dotnet tool install --global OsdpSpy --version 0.0.26
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local OsdpSpy --version 0.0.26
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=OsdpSpy&version=0.0.26
                    
nuke :add-package OsdpSpy --version 0.0.26
                    

OSDPSPY: An Analysis Tool for OSDP

Introduction

OSDPSPY is a verbose logging tool that dissects OSDP traffic with the following features:

  • Listens to the RS485 bus and decodes the frames received
  • Logs to console by default
  • Can log to an osdpcap file
  • Can log to Elasticsearch
  • Can log to Seq
  • Can capture a secure channel key exchange and decrypt secure channel traffic

OSDPSPY can be run on any machine that supports .NET 6: Windows, MacOS and Linux.

Installing OSDPSPY

  1. Install .NET 6 by following the instructions at: Download .NET 6.0
  2. Type the following command: dotnet tool install -g osdpspy
  3. To verify the version, type: osdpspy -v
  4. To see the list of available commands, type: osdpspy -h

The Origin of OSDPSPY

OSDPSPY was originally developed to support my MSc Cybersecurity dissertation and the practical uses of the tool can be found in this document: Securing an OT Device

The document also describes the structure of this software as it was originally implemented.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.26 273 8/28/2025
0.0.25 250 8/28/2025
0.0.24 247 8/28/2025
0.0.23 245 8/28/2025
0.0.21 248 8/28/2025
0.0.15 474 2/11/2023
0.0.14 400 2/11/2023
0.0.13 411 2/11/2023
0.0.12 414 2/11/2023
0.0.10 428 2/11/2023
0.0.9 411 2/10/2023