From 754e397a95dfdfa03519ace2891770f40941b066 Mon Sep 17 00:00:00 2001 From: rshipp Date: Thu, 14 May 2015 19:54:50 -0600 Subject: [PATCH] Add XORBruteForcer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cfb0bf..e95f6ca 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,8 @@ the [browser malware](#browser-malware) section.* XOR key using frequency analysis. * [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using known-plaintext attacks. +* [XORBruteForcer](http://eternal-todo.com/var/scripts/xorbruteforcer) - + A Python script for brute forcing single-byte XOR keys. * [XORSearch & XORStrings](http://blog.didierstevens.com/programs/xorsearch/) - A couple programs from Didier Stevens for finding XORed data. * [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as