Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 18 Aug 2015 10:30:27 -0400
From: Mathieu Laprise <mathlaprise@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Johnny v2.1 and beyond

>
> Let's limit what we do for 2john. No .exe scripts for now, just invoke
> them via
> QProcess::startDetached("/bin/sh", QStringList() << "./x2john.py"); and
> rely on the shell. Display the errors if such is the result and abort the
> operation. Yes, this will imply only supporting Unix for this.
>
> As for the UI, I suggest we stick to the menu for the Open password file
> action, but instead of listing all supported formats, the second action
> could be "Other file format (*2john)". Upon triggering, it should display
> the widget you proposed.
>

1) Shouldn't we do QProcess::startDetached("python",
QStringList() << "./x2john.py") instead of /bin/sh and
QProcess::startDetached("perl", xxx.pl); ?
2) Do we hardcode the format based on the latest jumbo or ... ?

Content of type "text/html" skipped

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.