From b6ec849b3663aff037385c190e4baa7311e384c4 Mon Sep 17 00:00:00 2001 From: pyro57000 Date: Thu, 6 Mar 2025 12:22:54 -0600 Subject: [PATCH] added some ideas for future development --- ToDo.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ToDo.md b/ToDo.md index 4a7414c..5bebea7 100644 --- a/ToDo.md +++ b/ToDo.md @@ -3,11 +3,11 @@ 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? + upcoming and current are done, but need to add writing yet... # Unplanned, but would be cool 1.) create a "server" and "Client" infrastructure that can help manage the distrobox clients and the main server @@ -18,6 +18,10 @@ 4.) implement a function to execute those copied exploits. +5.) add a "client" model for compromised internal hosts, this would likely need to be a server from a networking perspective that listens on 127.0.0.1 and then have the main interface connect to that over a proxy to run jobs. a good starting point would be to run some of our enumeration commands and scripts and save the output to the notes directly. + +6.) add the ability to interact with the cobalt strike beacons... would need to learn agressor script... what a pain... + # NOTE if you wish to contribute, please do! just fix a bug or implement any of the above features and make a pull request!!