mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-18 18:26:09 +00:00
Add XORBruteForcer
This commit is contained in:
parent
99e5cc56ac
commit
754e397a95
@ -251,6 +251,8 @@ the [browser malware](#browser-malware) section.*
|
|||||||
XOR key using frequency analysis.
|
XOR key using frequency analysis.
|
||||||
* [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using
|
* [unxor](https://github.com/tomchop/unxor/) - Guess XOR keys using
|
||||||
known-plaintext attacks.
|
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/) -
|
* [XORSearch & XORStrings](http://blog.didierstevens.com/programs/xorsearch/) -
|
||||||
A couple programs from Didier Stevens for finding XORed data.
|
A couple programs from Didier Stevens for finding XORed data.
|
||||||
* [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as
|
* [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as
|
||||||
|
Loading…
Reference in New Issue
Block a user