Releases: Pyro57000/pentest_tool
Cli Update!
Refactored the code to put the functions in the CLI file, then called those function from the CLI file in the menu function. This allows us to add functions in one place (the CLI file) and call them form the menu, so we only have to define the functions once!
csportscan update
added a menu option to parse a cs portscan tsv
Install funciton re-write
rewrote the install script to hopefully allow installing on default kali.
Working toward a good release to get some testers on my team to try it out.
Fixing the install stuff
fixed some install stuff
Fixed the cobalt strike sudo issue
added some logic to allow the user to enter the sudo password when launching cobalt strike in the distrobox.
cobalt strike update
added logic to make a new cobalt strike folder for each engagement, allowing you to keep the data separate. also added a menu option to launch the cobalt strike window from within the distrobox of the project.
Started work on cleaning up the left over folders in the upcomming directories, the files directory cleans up now, but the notes still needs work.
refactor to manage upcoming projects as well!
Full Changelog: 2.1.7...2.1.8
distrobox creation refactor
split distrobox creation into its own function to allow us to create distroboxes in other services besides just on new project creation.
fixed the start_pentest function
fixed the start_pentest function so it actually works!!
fixed install function, and added experimental hash cracking functions.
fixed install function a bit, and added hash cracking function, though this doesn't work yet.