Commit Graph

82 Commits

Author SHA1 Message Date
Pyro57000 c4bda0022b added a few functions for dns enumeration
including a function that runs both the records
gathering command and the subdomain bruteforce
command and saves all the output to your notes

I also tweaked the gather contact parsing function
in order to save the output to the enumeration.md

This is important because the
print report information function actually works now!
it will read your enumeration notes and print the
data in a format that should paste into word
easily.
2025-05-19 16:57:53 -05:00
Pyro57000 aef65f3b03 added the command to build the nmap portscan
command instead of just running it.
I think running it is broken atm.
2025-05-16 16:16:07 -05:00
pyro57000 9d8154c7a1 added a function to update all your git tools. 2025-05-12 14:53:46 -05:00
pyro57000 4e38749c86 added a function to print the sharpersist
command to add a scheduled task!

also updated it so that it creates a backup
of your projects.conf file incase the working one
gets corrupted somehow.
2025-05-05 13:36:23 -05:00
pyro57000 0913703976 added some fucntion, note the portscan fucntion
is still borked... working on it.
2025-05-01 12:50:50 -05:00
pyro57000 fbd524ae7f added some functions, note portscanning is borked
still working on it.
2025-05-01 12:50:18 -05:00
pyro57000 dabca4c20a added more verbose help features. 2025-04-30 15:37:41 -05:00
pyro57000 7dec1cb0cb added the menu back, and added project specific
submenus that you can drop into!
2025-04-30 14:30:59 -05:00
pyro57000 a0b6065040 jsut comitting becasue rust analyzer brokey 2025-04-30 10:29:33 -05:00
pyro57000 f99e395241 fixed a bug where switching projects wouldn't
switch projects.
3.1.2
2025-04-30 09:59:50 -05:00
pyro57000 0cbe33357a added clear screen function to cli 2025-04-22 12:57:39 -05:00
pyro57000 4bd67a486f added project information to the cli prompt 2025-04-22 12:53:31 -05:00
pyro57000 12e5ab38d2 bumped the version in the cargo.toml file 3.1.1 2025-04-22 12:46:23 -05:00
pyro57000 f2370e463d added help function to cli 2025-04-22 12:42:38 -05:00
pyro57000 92dd9766b8 refactored for CLI!!! 2025-04-22 12:10:45 -05:00
pyro57000 dbbae0eb4e added a function to parse your host notes and
generate the attack notes based off of them.
2025-04-16 17:28:39 -05:00
pyro57000 2346988e23 added an option to parse cs portscann output 2.1.13 2025-04-15 13:08:48 -05:00
pyro57000 5bfa645b3d added a url for the obsidian notes of the current
project, and to get the vault name from the user
at install.
2025-04-09 10:42:00 -05:00
pyro57000 012ba517ab added a function to info_controls that parses
GatherContacts output and prints them to the
console as well as saves them to both a text file
in the /pentest/working directory as well as your
notes in a password_enumeration.md file.
2025-04-08 12:48:07 -05:00
pyro57000 649dad5e79 chaged some working for the menu 2025-04-07 09:03:25 -05:00
pyro57000 2e839adccf Fixed the installer on Kali linux 2025-04-05 17:49:16 -05:00
pyro57000 fc316c2a71 Completely re-wrote the install function.
Trying to get this working on default kali.
2.1.12
2025-04-04 20:17:35 -05:00
pyro57000 31dd862579 fixed logic for configuring distrobox during
install, and fixing some functions in info_controls
They may not be quite ready yet.
2.1.11
2025-04-01 11:41:24 -05:00
pyro57000 b85d0e5d79 added some logic to give you some time to
enter the sudo password when required for
cobalt strike.
2.1.10
2025-03-27 11:49:53 -05:00
pyro57000 477ac6e360 Added logic and settings for enabling fingerprint
authentication within distro box
2025-03-19 14:52:21 -05:00
pyro57000 fe6524016f added a check to make sure cobalt strike exists
before spawning a thread.
2025-03-13 15:27:15 -05:00
pyro57000 967052a4e2 cleaned up un-needed library imports from
box_controls.
2025-03-13 15:03:14 -05:00
pyro57000 2796d31f14 added logic to launch bloodhound with the
distrobox.
2025-03-13 15:02:01 -05:00
pyro57000 b137e0c34d switched the cobalt strike command to be
.output instead of .status to prevent
it from locking you out of returning to the
main menu.
2.1.9
2025-03-12 12:52:02 -05:00
pyro57000 8a1dca30e1 added logic to copy the cobaltstrike
folder into your project directory
and an option to launch that cobaltstrike
instance within the distrobox of your project
this should help keep cobalt strike data separate
also took a stab at cleaning up the left over
folders in the upcomming files and notes directories
the files folder cleans up now, but the notes folder
still needs work.
2025-03-12 12:48:21 -05:00
pyro57000 854feb2e2a added install logic to configure distrobox
to not pull the container image always.
this should save space, and fix cloning on
universal blue distros.
2025-03-12 10:50:37 -05:00
pyro57000 bfa766a2c3 fixed the new folders not being created first 2025-03-12 09:56:54 -05:00
pyro57000 f7bdd0ad8a fixed promotion function to use the project name
folder as well!
2025-03-12 09:49:15 -05:00
pyro57000 16706f8f6d fixed some stuff with box creation. 2025-03-12 09:39:19 -05:00
pyro57000 b6ec849b36 added some ideas for future development 2025-03-06 12:22:54 -06:00
pyro57000 69f5a4bd78 added stopping the template box to ensure
that cloning operations works
2025-03-06 11:53:11 -06:00
pyro57000 cad1f9d51c removed one redundant line 2025-03-06 09:24:33 -06:00
pyro57000 837012d163 fixed note folder creation with new pentest option 2025-03-06 09:22:15 -06:00
pyro57000 4dba68cdcf refactor for upcomming project management 2.1.8 2025-03-05 14:56:17 -06:00
pyro57000 7765640e0e refactor for managing upcoming and current
projects!
2025-03-05 14:55:56 -06:00
pyro57000 d50625167b added --init to distrobox creation
this will allow us to do things like docker
inside of distroboxes
2025-02-20 13:20:02 -06:00
pyro57000 a798e39461 did the distrobox stuff 2.1.7 2025-02-20 13:09:12 -06:00
pyro57000 4e1ab4c30f split making a distrobox into its own function
this will allow us to write more functions
like the newly added one to re-create the
current project's distrobox
2025-02-20 13:08:20 -06:00
pyro57000 ac037a15a9 fixed the start_pentest function 2.1.6 2025-02-13 14:14:00 -06:00
Pyro57000 345124baf1 Update README.md 2025-01-21 10:57:15 -06:00
Pyro57000 a9a451a8cf Update ToDo.md 2025-01-21 10:52:12 -06:00
Pyro57000 7081280247 Update ToDo.md 2025-01-21 10:51:57 -06:00
Pyro57000 2d97e81920 Create ToDo.md 2025-01-21 10:51:28 -06:00
pyro57000 761f71c6c1 modified the install to avoid the newlines
in folder names

added hash cracking function, though this doesn't
work yet...
2.1.5
2025-01-21 10:31:03 -06:00
pyro57000 882afe0f67 added logic to save already sprayed passwords
based on passwordspray markdown file.
2.1.4
2025-01-16 13:43:08 -06:00