Differences

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

Link to this comparison view

john:johnny-roadmap [2015/07/24 17:03]
shinnok [Sprint 2.2]
john:johnny-roadmap [2016/04/05 15:30] (current)
shinnok
Line 12: Line 12:
   * Johnny should be viewed as a learning avenue into password security. It displays info in a more intuitive fashion(unlike the CLI option), makes using the powerful JtR a breeze.   * Johnny should be viewed as a learning avenue into password security. It displays info in a more intuitive fashion(unlike the CLI option), makes using the powerful JtR a breeze.
   * 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.
-  * 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. 
  
 +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 ====== ====== Milestones ======
  
Line 26: Line 30:
     * <​del>​Johnny asks for confirmation to kill JtR twice if a session is running on quit</​del>​     * <​del>​Johnny asks for confirmation to kill JtR twice if a session is running on quit</​del>​
 ==== Sprint 1.3 ==== ==== Sprint 1.3 ====
-  - <​del>​UI overhaul (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>​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>Rethink ​the progress bar [Shinnok]</​del>​ +  - <del>Make due with the various usability issues #1 [Shinnok]</​del>​ 
-  - <del>Make due with the various usability issues ​[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 ==== ==== Sprint 1.4 ====
   - <​del>​Make sure all strings are translatable and add language switching support [Mathieu]</​del>​   - <​del>​Make sure all strings are translatable and add language switching support [Mathieu]</​del>​
Line 38: Line 43:
 ==== Sprint 1.5 ==== ==== Sprint 1.5 ====
   - <​del>​Manual plain-text guessing via I'm feeling lucky button [Mathieu]</​del>​   - <​del>​Manual plain-text guessing via I'm feeling lucky button [Mathieu]</​del>​
-  - <​del>​Hash type suggestion/​guessing for individual hashes in the Passwords tab [Mathieu+Aleksey]</​del>​+  - <del>Jumbo features #1: Hash type suggestion/​guessing for individual hashes in the Passwords tab [Mathieu+Aleksey]</​del>​
   - <​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>​   - <​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>​
   - <​del>​Multiple cracking session management(session history and proper session preferences storage) [Mathieu]</​del>​   - <​del>​Multiple cracking session management(session history and proper session preferences storage) [Mathieu]</​del>​
Line 45: Line 50:
  
 ==== Sprint 2.1 ==== ==== Sprint 2.1 ====
-  - Ability to select/​deselect individual hashes from being handled in a cracking session(maybe via a simple checkbox to each row?) [Mathieu] +  - <del>Ability to select/​deselect individual hashes from being handled in a cracking session(maybe via a simple checkbox to each row?) [Mathieu]</​del>​ 
-  - Search/​Filter inside the Passwords tab table view [Mathieu] +  - <del>Search/​Filter inside the Passwords tab table view [Mathieu]</​del>​ 
-  - Settings refactoring (#9, #13) +  - <del>Settings refactoring (#9, #13) [Mathieu]</​del>​ 
-  - Handle all Github issues assigned to 2.1 milestone [Mathieu + Shinnok]+  - <​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>​]
  
-==== Sprint 2.==== +==== Sprint 2.==== 
-  - Export to CSV and colon separated password ​format +  - Cleanup code base using clang-format ​[Shinnok] 
-  - Figure out how to implement *2john conversion support and implement it+  - 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 (?)   - Dictionary editing and generation based on interactive rule sets (?)
-==== Sprint ​2.3 ==== +  - Handle all Github issues assigned to 2.3 milestone ​[Mathieu + Shinnok]
-  - Jumbo support (this task needs an evaluation and a further breakdown) +
-  - UI overhaul (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] +
-  - Rethink the progress bar [Shinnok] +
-  - Make due with the various usability issues ​[Shinnok] +
 ==== Sprint 2.4 ==== ==== Sprint 2.4 ====
-  - Further jumbo integration+  - Jumbo features #4: Further jumbo integration
   - Add tooltips to all UI actions that are not very self explanatory to a new comer   - Add tooltips to all UI actions that are not very self explanatory to a new comer
-  - Maybe change the icon pack [TBD Shinnok] +  - Maybe change the icon pack [Shinnok] 
-  - Support for OS X and distribution package(?​DMG package, should include JtR?) + 
-  - Does Windows build? +==== Sprint 2.====
-  - Figure out distribution channels and platforms installers. See category Brainstorming bellow +
-==== Sprint 2.====+
   - Further jumbo integration   - Further jumbo integration
 +  - Post-cracking statistics regarding the frequency of passwords, characters, lengths. Pre-cracking stats like freq. of hash types, NULL hashes, etc.. Provided in the statistics pane
   - Fix any outstanding bugs left or introduced lately   - Fix any outstanding bugs left or introduced lately
   - Polish up the UI and resolve edge cases   - Polish up the UI and resolve edge cases
-  - Proper ​installers, if anySee category Brainstorming bellow +  - Time to reconsider the platform ​installers ​and distribution channels. Any new considerations since the 2.0 decisions? 
-==== Sprint 2.==== +==== Sprint 2.====
-  - Post-cracking statistics regarding the frequency of passwords, characters and lengths, would be nice. Provided in a new statistics pane.+
   - Further jumbo integration   - Further jumbo integration
   - To the future and beyond   - To the future and beyond
Line 80: 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.
   * 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 being able to run multiple instances of Johnny on the same machine? Probably not if we implement sessions...
   * Which jumbo features are the most important to implement?   * Which jumbo features are the most important to implement?
   * How can we support distributed JtR cracking in the future?   * How can we support distributed JtR cracking in the future?
john/johnny-roadmap.1437750225.txt · Last modified: 2015/07/24 17:03 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