An open API service indexing awesome lists of open source software.

https://github.com/defuse/synergy-crack

Synergy 1.4.12 cracking tool.
https://github.com/defuse/synergy-crack

Last synced: about 1 year ago
JSON representation

Synergy 1.4.12 cracking tool.

Awesome Lists containing this project

README

          

In the 'captures' folder, you will find wireshark packet captures of Synergy
communications with CTR, GCM, OFB, and CFB encryption. The crack.rb script is
able to crack CTR, GCM, and OFB, but not CFB.

For example, to crack the CTR capture, run:

$ tcptrace -e captures/capture_ctr_abc
$ ruby crack.rb b2a_contents.dat a2b_contents.dat

If you want to crack your own Synergy's traffic, use this wireshark filter:
tcp.srcport == 24800 || tcp.dstport == 24800