source: doc/TODO @ 21

Last change on this file since 21 was 21, checked in by tmorgan, 12 years ago

fixed IV propagation to the oracle
documentation

File size: 1.1 KB
RevLine 
[21]1Near Term
2=========
[19]3
[21]4* Ciphertext block brute-force classes
[3]5
[21]6* A stream ciphertext probe tool to build a map of different error messages
[19]7
[21]8* A tool that behaves like http2py, but generates a POA script
9
10
11
[19]12Future
13======
14
[10]15* Codetective
16  Consider using parts of this, if useful
17  https://github.com/blackthorne/Codetective
18
19* nextrand
20  - Expand capabilities to handle nextInt calls with arguments
21  - Transition code to a library that could be called by Python
[11]22
[15]23* Consider using an SMT solver for certain problems (linear PRNGs?)
24  http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories
25
26* Add tools for testing and conducting hash length-extension attacks.
27  One tool: https://github.com/bwall/HashPump
[19]28
29* Add tool to test for LCG without knowing LCG parameters
30  See: Inferring Sequences Produced by Pseudo-Random Number Generators by JOAN BOYAR
31
32* Add Mersenne Twister attack tool
33  See: http://seclists.org/fulldisclosure/2012/Oct/190
34
35* Add tools for helping one determine the character set used by
36  randomly generated passwords, as well as determining the mapping
37  from numbers to characters
Note: See TracBrowser for help on using the repository browser.