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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package OsdpSpy --version 0.0.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Install .NET 6 by following the instructions at: Download .NET 6.0
- Type the following command: dotnet tool install -g osdpspy
- To verify the version, type: osdpspy -v
- 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 | Versions 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.