30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
# planned features
|
|
1.) finish hash cracking with a dedictated cracking rig code.
|
|
|
|
2.) cracte hash cracking with current computer code.
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
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!!
|
|
|
|
I'll keep plugging away as I have time throughout my days as well.
|