Differences

This shows you the differences between two versions of the page.

Link to this comparison view

john:johnny-roadmap [2015/03/27 09:23]
shinnok add a couple more tasks
john:johnny-roadmap [2016/04/05 15:30] (current)
shinnok
Line 1: Line 1:
 ====== Johnny development roadmap ====== ====== Johnny development roadmap ======
  
-As of 26.03.2015 the latest version for Johnny is 1.1. The current document aims to roadmap the feature development and improvement from this version onwards.+As of 26.03.2015 the latest version for Johnny is 1.1. The current document aims to roadmap the feature development and improvement from this version onwards. The actual tasks are split into milestone sprints. The release scheme and versioning may differ.
  
 Goals for Johnny: Goals for Johnny:
Line 13: Line 13:
   * Nonetheless,​ the tool shouldn'​t be dumbed down to cater only to beginners, we need to expose as much functionality as we can carefully so that it is useful for professionals too.   * Nonetheless,​ the tool shouldn'​t be dumbed down to cater only to beginners, we need to expose as much functionality as we can carefully so that it is useful for professionals too.
  
-====== ​Release plan ======+Notes: 
 +  * Development,​ issue tracking and code integration is taking place at Github: https://​github.com/​shinnok/​johnny 
 +  * Only planned and considerable tasks are listed in this document. Everything else is over on Github 
 +  * Discussion, community feedback and announcements are happening over at john-dev and john-users lists http://​www.openwall.com/​lists/​ 
 +  * Follow the coding style outlined at http://​doc.qt.digia.com/​qtcreator-extending/​coding-style.html and the simplified ones at http://​wiki.qt.io/​Qt_Coding_Style and http://​wiki.qt.io/​Coding_Conventions. Exception: Opening curly braces should go on a new line. 
 +====== ​Milestones ​======
  
-==== Version ​1.2 ==== +==== Sprint ​1.2 ==== 
-  - Upgrade to Qt 5 (keep Qt 4 compat. for now) [Shinnok] +  - <del>Upgrade to Qt 5 (keep Qt 4 compat. for now) [Shinnok]</​del>​ 
-  - Fix any outstanding bugs or crashes (crash on exit while john is running, pause not working, etc..) +  - <​del>​Add and use elided text QLabel where needed ( and possibly QPushButton ) [Shinnok]</​del>​ 
-  - Support for OS X and distribution package(?DMG package, ​should ​include ​JtR?+  - <​del>​Code refactoring and enforcing of style and conventions [Shinnok]</​del>​ 
-  - Does Windows ​build?+  - <del>Fix any outstanding bugs or crashes ​[Shinnok]</​del>​ 
 +    * <​del>​Johnny consumes cpu even when it isn't doing anything. ​(10-15% of one core, OS X, app just launched and thus no operation was started)</​del>​ 
 +    * <​del>​Crash ​on exit while john is running ​(seems to have been fixed in 1.1?​)</​del>​ 
 +    * <​del>​Pause ​not working ​(seems to have been fixed in 1.1?​)</​del>​ 
 +    * <​del>​Johnny asks for confirmation to kill JtR twice if a session is running on quit</​del>​ 
 +==== Sprint 1.3 ==== 
 +  - <​del>​UI overhaul #1 (better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era), etc..) ​ ​[Shinnok]</​del>​ 
 +  - <​del>​Make due with the various usability issues #1 [Shinnok]</​del>​ 
 +  - <del>Support for OS X and dmg distribution package ​[Mathieu]</​del>​ 
 +  - <​del>​Support for Windows and setup installer via Qt Installer Framework [Mathieu]</​del>​ 
 +==== Sprint 1.4 ==== 
 +  - <​del>​Make sure all strings are translatable and add language switching support [Mathieu]</​del>​ 
 +  - <​del>​Add the --fork and OpenMP support so that we can use multi core (an option ​should ​be available for selecting how many cores should be used) [Mathieu]</​del>​ 
 +  - <​del>​Rename Output tab to Console log/journal and also print JtR cmds, as well as important debug info (allows the user to inspect commands Johnny issued to JtR as well as the resulting output[Mathieu]</​del>​ 
 +  - <​del>​Preliminary ​Windows ​support (JtR terminate issue) [Mathieu+Shinnok]</​del>​ 
 +  - <​del>​Code TODOs and NOTEs cleanup [Mathieu]</​del>​
  
-==== Version ​1.==== +==== Sprint ​1.==== 
-  - UI overhaul ​[TBD Shinnok(hide progress bar when not needed, better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era) etc..) +  - <​del>​Manual plain-text guessing via I'm feeling lucky button ​[Mathieu]</​del>​ 
-  - Rethink ​the progress bar [TBD Shinnok+  - <​del>​Jumbo features #1: Hash type suggestion/​guessing for individual hashes in the Passwords tab [Mathieu+Aleksey]</​del>​ 
-  - Make sure all strings are translatable ​and add language switching support +  - <​del>​Separate the CLI wrapper ​and compute handlers from the UI code and use proper threading. Any delays in processing or JtR crashes shouldn'​t affect or be mirrored by Johnny. [Shinnok+Mathieu]</​del>​ 
-  - Add tooltips to all UI actions that are not very self explanatory to a new comer+  - <​del>​Multiple cracking session management(session history and proper session preferences storage) [Mathieu]</​del>​
  
-==== Version 1.4 ==== +All of the previous development sprints have been merged into a single release, namely 2.0. What follows are the sprints ​from 2.0 onwards. Some tasks are still work in progress ​(see sprint 1.3 for e.g.and have been dragged along to the next phase.
-  - Properly separate ​the CLI wrapper ​from the UI and proper threadingAny delays or crashes at the CLI side shouldn'​t be mirrored by Johnny +
-  - Add CLI journal ​(allows the user to inspect whatever commands Johnny issued to JtR)+
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Hash type suggestion/guessing for individual hashes (which is the best waydo we have any support from JtR jumbo with that) +  - <​del>​Ability to select/deselect ​individual hashes ​from being handled in a cracking session(maybe via a simple checkbox to each row?) [Mathieu]</​del>​ 
-  - Figure out how to implement ​*2john conversion support ​and implement it +  - <​del>​Search/​Filter inside the Passwords tab table view [Mathieu]</​del>​ 
-  - Jumbo support phase #1+  - <​del>​Settings refactoring (#9, #13) [Mathieu]</​del>​ 
 +  - <​del>​UI overhaul #2 (better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era), etc..) ​ [Shinnok + Mathieu]</​del>​ 
 +  - <​del>​Make due with the various usability issues #2 [Shinnok]</​del>​ 
 +  - <​del>​Handle all Github issues assigned ​to 2.1 milestone [Mathieu + Shinnok]</​del>​ 
 +==== Sprint 2.2 ==== 
 +  - <​del>​Export to CSV and colon separated password format</​del>​ 
 +  - <​del>​Implement ​*2john conversion support ​via the Open file menu</​del>​ 
 +  - <del>Jumbo features ​#2 (support for jumbo attack modes)</​del>​ 
 +  - <​del>​Handle all Github issues assigned to 2.2 milestone [Mathieu + Shinnok</​del>​]
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Manual plain-text user probing ​for individual ciphers(manual guessing+  - Cleanup code base using clang-format [Shinnok] 
-  - Jumbo support phase #2+  - Jumbo features #3 
 +  - Console log improvements (see github issues) 
 +  - Figure out the John standard out/in buffering issues and how to make Johnny interact with John without waiting ​for process finish 
 +  - Dictionary editing and generation based on interactive rule sets (?) 
 +  - Handle all Github issues assigned to 2.3 milestone [Mathieu + Shinnok] 
 +==== Sprint 2.4 ==== 
 +  - Jumbo features ​#4: Further jumbo integration 
 +  - Add tooltips to all UI actions that are not very self explanatory to a new comer 
 +  - Maybe change the icon pack [Shinnok]
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Dictionary editing and generation based on interactive rule sets? +  - Further jumbo integration 
-  - Jumbo support phase #3 +  - Post-cracking ​statistics regarding the frequency of passwords, characters, lengthsPre-cracking stats like freqof hash types, NULL hashes, etc.. Provided in the statistics pane 
- +  - Fix any outstanding bugs left or introduced lately 
-==== Version 1.8 ==== +  - Polish up the UI and resolve edge cases 
-  ​Multiple pwd files session management(multiple ​cracking ​sessions management) +  - Time to reconsider the platform ​installers ​and distribution channelsAny new considerations since the 2.0 decisions? 
-  - Ability to select/​deselect individual hashes from being handled from a s +==== Sprint ​2.==== 
- +  - Further jumbo integration
-==== Version 1.9 ==== +
-  ​Figure out distribution channels and platforms installersSee category Brainstorming bellow. +
- +
-==== Version 2.0 ==== +
-  - Note: First **stable** release+
-  - Fix any outstanding bugs left or introduced lately. +
-  - Polish up the UI and resolve edge cases. +
-  - Proper ​installers, if any. +
- +
-==== Version ​2.==== +
-  - Post-cracking statistics regarding the frequency of passwords, characters and lengths, would be nice. Provided in a new statistics pane.+
   - To the future and beyond   - To the future and beyond
  
Line 64: Line 87:
  
 ====== Brainstorming ====== ====== Brainstorming ======
- +  ​Rethink the progress bar, can we replace it with something else? If not, what info is most valuable ​to be displayed inside it
-  ​Do we want to officially support and maintain any platform installers(Windows,​ OS X, Debian, Ubuntu)? Is that too much trouble for us or should we just rely on 3rd party distribmaintainers or others to do that? +  * Is there any value in being able to run multiple instances of Johnny on the same machine? Probably not if we implement sessions... 
-  * Is there any value in doing so even if we don't bundle JtR itself into the platform bundle too? +  * Which jumbo features are the most important to implement? 
-  * Is there any value in being able to run multiple instances of Johnny on the same machine? Probably not. +  * How can we support distributed JtR cracking in the future?
-  * How can you support distributed JtR cracking in the future?+
john/johnny-roadmap.1427444610.txt · Last modified: 2015/03/27 09:23 by shinnok
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate to DokuWiki Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by OpenVZ Powered by Openwall GNU/*/Linux