Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 Apr 2013 05:00:02 +0400
From: Alexander Cherepanov <cherepan@...me.ru>
To: john-dev@...ts.openwall.com
Subject: Re: testing all valid()s

On 2013-04-23 18:55, Alexander Cherepanov wrote:
> I'll will gather it all together and post it a bit later.

Here it is. Only unstable is checked, bleeding is for later.

1. Crashes:

for format in clipperz dmd5 dmg episerver ike keyring mschapv2 netntlmv2 
salted-sha1; do
   echo ">> $format"
   ./john --max-run-time=1 --format="$format" crashes.txt
done

2. Self-test fails:

for format in dynamic_1001 md5ns; do
   echo ">> $format"
   ./john --max-run-time=1 --format="$format" selftests.txt
done

3. Complex dynamic crashes:

for format in mediawiki osc phpass phps; do
   echo ">> $format"
   ./john --max-run-time=1 --format="$format" crash_$format.txt
done

4. Strange crash (it doesn't occurs with --format):

./john crash_wpapsk.txt

5. Strange output, assertion fail, floating point exception etc.:

for format in dynamic_17 gpg ike krb5 openvms pfx; do
   echo ">> $format"
   ./john --max-run-time=1 --format="$format" misc.txt
done

6. Crasher for undrop:

./undrop crash_undrop.txt

-- 
Alexander Cherepanov

View attachment "crashes.txt" of type "text/plain" (71414 bytes)

View attachment "selftests.txt" of type "text/plain" (2480 bytes)

View attachment "crash_mediawiki.txt" of type "text/plain" (2541 bytes)

View attachment "crash_osc.txt" of type "text/plain" (2440 bytes)

View attachment "crash_phpass.txt" of type "text/plain" (2510 bytes)

View attachment "crash_phps.txt" of type "text/plain" (2466 bytes)

View attachment "crash_wpapsk.txt" of type "text/plain" (80971 bytes)

View attachment "misc.txt" of type "text/plain" (629 bytes)

View attachment "crash_undrop.txt" of type "text/plain" (121 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.