Skip to content
Sid edited this page May 22, 2019 · 1 revision

Welcome to the TIDoS Version UpFramework wiki!

This is an open-source collaboration project initiated with the purpose of upgrading the original TIDoS Framework in conjunction with the original creator. The following issues were identified as crucial to be addressed in order incorporated in any future versions of the framework:

  1. Full migration into pure Python3, convert legacy code and/or completely recreate Python2 code base modules from scratch into new Python3 modules, using original framework formats & modules as source of inspiration.

  2. Enable multiprocessing to increase result retrieving efficiency and to eliminate previous version bottleneck where a single process hanged entire session while it was running.

  3. Integrate database and logging to be able to reference

  4. Eliminate hard-coded-only options in modules (Unless specifically user-friendly) Create more dynamic ability to adjust target.

Clone this wiki locally