cqure.net

Lodowep

Lodowep is a tool for analyzing password strength of accounts on a Lotus Domino webserver system. The tool supports both session- and basic-authentication. It runs 20 simultaneous connection guessing passwords specified in a dictionaryfile against the supplied userfile. The tool is written in java and is released under the GPL version 2.

Usage
java -jar lodowep.jar -u <userfile> -p <pwfile> -t <targeturl>

e.g.
java -jar lodowep.jar -u usr.txt -p pw.txt -t http://srvr/catalog.nsf

Changes
2002-10-26 Version 1.2.1 - Initial public release

Download lodowep-src-1_2_1.zip
Download lodowep-bin-1_2_1.zip