|
Message-ID: <50325C4E.6020705@mccme.ru> Date: Mon, 20 Aug 2012 19:48:30 +0400 From: Alexander Cherepanov <cherepan@...me.ru> To: john-dev@...ts.openwall.com Subject: Re: Aleksey's daily status report #13 On 20.08.2012 03:14, Aleksey Cherepanov wrote: > - All packages are on the wiki. > http://openwall.info/wiki/john/johnny A couple of remarks: 1. When I tried to load nt hashes (hashes-7.nt.txt for the last contest) johnny selected lm hashes which is no surprise because john core doesn't support nt. But after I start attack johnny becomes unresponsive and I need to kill it. 2. Now johnny show a warning about default path to john when starting. IMHO it's better to remove it (or move it to Settings dialog or somewhere) because it's 1) more-or-less evident and 2) annoying. And it needs a reformulation to improve its English. Quick patch: diff --git a/mainwindow.cpp b/mainwindow.cpp index 0a45ec9..f9a8f5f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -951,8 +951,8 @@ void MainWindow::warnAboutDefaultPathToJohn() tr("Johnny: default path to john"), tr("Currently Johnny filled settings with default path to John the Ripper (%1). " "You could set your preferred path in settings " - "(use just 'john' there to make Johnny to search John " - "on PATH before every start of John). " + "(just use 'john' there to make Johnny search John " + "in PATH on every invocation of John). " "If you are satisfied with defaults then save settings to avoid this message.").arg( m_ui->comboBox_PathToJohn->currentText())); } -- Alexander Cherepanov
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.