Add XORBruteForcer

This commit is contained in:
rshipp 2015-05-14 19:54:50 -06:00
parent 99e5cc56ac
commit 754e397a95

View File

@ -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