From 592fdd5e5b2be67b9b4748fbf13aadfef2ecf39d Mon Sep 17 00:00:00 2001 From: rshipp Date: Thu, 14 May 2015 19:47:34 -0600 Subject: [PATCH] Add @tomchop unxor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cac152..b386c6d 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,8 @@ the [browser malware](#browser-malware) section.* * [NoMoreXOR](https://github.com/hiddenillusion/NoMoreXOR) - Guess a 256 byte XOR key using frequency analysis. +* [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using + known-plaintext attacks. * [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as well as the key itself.