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.
- Host: GitHub
- URL: https://github.com/defuse/synergy-crack
- Owner: defuse
- Created: 2013-07-20T21:15:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T14:43:58.000Z (over 10 years ago)
- Last Synced: 2025-04-11T04:36:20.541Z (about 1 year ago)
- Language: Ruby
- Size: 891 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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