From 2d97e819206266d800451a0963b849b4cd52d34e Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:51:28 -0600 Subject: [PATCH] Create ToDo.md --- ToDo.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ToDo.md diff --git a/ToDo.md b/ToDo.md new file mode 100644 index 0000000..15f2047 --- /dev/null +++ b/ToDo.md @@ -0,0 +1,18 @@ +# planned features +1.) finish hash cracking with a dedictated cracking rig code. +2.) cracte hash cracking with current computer code. +3.) adapt new project code to searh the upcomming folder before prompting for a path. +4.) create code that moves projects to a "writing" state and folder. +5.) create code that tracks "current, upcomming, and writing" states, maybe automatic zipping of folders after writing is done? + +# Unplanned, but would be cool +1.) create a "server" and "Client" infrastructure that can help manage the distrobox clients and the main server +2.) maybe expand this server client model to interact with cracking rigs and what not. +3.) implment a function to searchsploit and copy wanted exploits to the project folder. +4.) implement a function to execute those copied exploits. + + +#NOTE +if you wish to contribute, please do! just fix a bug or implement any of the above features and make a pull request!! + +I'll keep plugging away as I have time throughout my days as well.