(master)test $ ./jtrts.pl -type mssql12 -passthru="--fork=2" -q
-------------------------------------------------------------------------------
- JtR-TestSuite (jtrts). Version 1.13, Dec 21, 2014. By, Jim Fougeron & others
- Testing: John the Ripper password cracker, version 1.8.0.2-jumbo-1-bleeding_omp [linux-gnu 64-bit AVX-autoconf]
--------------------------------------------------------------------------------
sh: line 1: 3495 Segmentation fault (core dumped) ../run/john -ses=./tst --fork=2 -pot=./tst.pot MsSql12_tst.in --wordlist=pw.dic 2>&1 > /dev/null
Use of uninitialized value $crack_xx[3] in concatenation (.) or string at ./jtrts.pl line 860.
Use of uninitialized value in concatenation (.) or string at ./jtrts.pl line 860.
form=MSSql12 guesses: 0 [pass, but return code 35584]
Some tests had Errors. Performed 1 tests. 1 runs had non-zero return code (cores?)
Time used was 3 seconds
There's https://github.com/magnumripper/JohnTheRipper/issues/1076 for the segfault. This is about the
Use of uninitialized value
which should be avoided if john crashes.