Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ To use, clone this repo into your `deskflow` repo.
These scripts are meant only to add developer conveniences during daily development.
They are not used by CI and are not required at all for Deskflow development.

## Protocol harness

`protocol_harness.py` is a fake peer that steps through the protocol versions, as a client
against a Deskflow server or as a server against a Deskflow client, and checks each message
against the wire format that version's real peers (Synergy 1.x, Barrier, Input Leap) use.
Run it with `--help` for the two modes.

## Security PoCs

Proof-of-concept scripts for Deskflow vulnerabilities are **not** in this repo.
Expand Down
File renamed without changes.
Loading