Remove duplicate chains in Rainbow Tables : "rm_duplicate_chains" released
- From: lab <lab@xxxxxxxxxxxxx>
- Date: Mon, 17 Mar 2008 17:40:49 +0100
"rm_duplicate_chains" is an optimised way to remove duplicate chains
in Rainbow Tables.
An article (in french) is available here :
http://www.sisecurite.fr/articles_et_actualites/Retirer-les-doublons-des-Rainbow.html
To use it (assuming the tables are sorted) :
- Install "Boost Regex library" :
http://www.boost.org/libs/regex/doc/index.html (libboost-regex-dev on
Ubuntu/Debian )
- Compile : g++ -Wall -O3 rm_duplicate_chains.cc -o
rm_duplicate_chains -lboost_regex
- Run : rm_duplicate_chains /rtables/ /rtables_dst/
Download "rm_duplicate_chains.cc" :
http://www.sisecurite.fr/pub/rm_duplicate_chains.cc
------------------------------------------------------------------------
This list is sponsored by: Cenzic
Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!
http://www.cenzic.com/downloads
------------------------------------------------------------------------
- Prev by Date: Troopers08 Security Conference, April 23/24 (Munich/Germany)
- Next by Date: Re: Citrix application breakout - take care of Microsoft calculator
- Previous by thread: Troopers08 Security Conference, April 23/24 (Munich/Germany)
- Next by thread: Looking for a fuzzer/source code analyzer on customer developed code
- Index(es):