Skip to content

Releases: Pyro57000/pentest_tool

Cli Update!

22 Apr 17:46

Choose a tag to compare

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

15 Apr 18:10

Choose a tag to compare

added a menu option to parse a cs portscan tsv

Install funciton re-write

05 Apr 01:20

Choose a tag to compare

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

01 Apr 18:55

Choose a tag to compare

fixed some install stuff

Fixed the cobalt strike sudo issue

27 Mar 16:52

Choose a tag to compare

added some logic to allow the user to enter the sudo password when launching cobalt strike in the distrobox.

cobalt strike update

12 Mar 17:55

Choose a tag to compare

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!

05 Mar 20:57

Choose a tag to compare

distrobox creation refactor

20 Feb 19:11

Choose a tag to compare

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

13 Feb 20:16

Choose a tag to compare

fixed the start_pentest function so it actually works!!

fixed install function, and added experimental hash cracking functions.

21 Jan 16:34

Choose a tag to compare

fixed install function a bit, and added hash cracking function, though this doesn't work yet.