From 7081280247dae6eecc47ae13db8a9b238355b4f7 Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:51:57 -0600 Subject: [PATCH] Update ToDo.md --- ToDo.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ToDo.md b/ToDo.md index 15f2047..bfef8d1 100644 --- a/ToDo.md +++ b/ToDo.md @@ -1,14 +1,21 @@ # 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.