Commit Graph

54 Commits

Author SHA1 Message Date
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
pyro57000
1f47ff8229 just cleaned up a mutable 2025-01-15 15:58:11 -06:00
pyro57000
f40c0e31c1 added logic to save and come back to a password
spray.
2.1.3
2025-01-15 13:56:09 -06:00
pyro57000
bf95a375fb added logic to do msolspray as well!
this isn't tested very well, but give it a shot!
2025-01-15 13:28:12 -06:00
pyro57000
00e19bc1b4 added logic to display correct command for
user as pass sprays.
2.1.2
2025-01-15 12:07:41 -06:00
pyro57000
fd64caefc1 forgot to add execute-assembly to one line 2025-01-09 14:13:44 -06:00
pyro57000
e8b557bb4e edited install function to actually work right
the bell file was trying to be written
too soon, this has been fixed.
2025-01-09 14:08:46 -06:00
pyro57000
b2822a614a added password spray help funciton, and a bell.
also added downloading the bell file to the install
2.1.1
2025-01-09 13:55:36 -06:00
Pyro57000
37a942b8b3 Add files via upload 2025-01-09 13:17:52 -06:00
Pyro57000
a56e2f990c Create credits.txt 2025-01-09 13:17:20 -06:00
pyro57000
c950b02cbe removed target directory from git, this is used
for compilation and not required for source.
2.1
2024-12-19 09:58:59 -06:00
pyro57000
02022fc160 added command to build the cobalt strike
portscan command based off of the scope
in general notes
2024-12-19 09:54:12 -06:00
Pyro57000
ac3b4c32b8 Update README.md
added descriptions and example for the tools directory
2024-12-18 13:15:13 -06:00
pyro57000
773ba644a1 fixed notes about hour tracking 2024-12-18 13:03:41 -06:00
pyro57000
4f77bab6b6 fixed cargo.toml to have the right name 2024-12-18 13:00:47 -06:00
pyro57000
33555976a4 fixed typo 2024-12-18 12:59:57 -06:00
pyro57000
34d0c4ed09 added a bit of error handling
and resolved some compiler warnings
2024-12-18 12:57:06 -06:00
Pyro57000
c878908719 Update README.md
fixed formatting
2.0
2024-12-18 12:41:41 -06:00
Pyro57000
cc9ed7c369 Update README.md
added more detailed descriptions, examples, and instructions.
2024-12-18 12:41:04 -06:00
pyro57000
a353ef0ca1 fixed cargo files after update 2024-12-18 12:03:00 -06:00
pyro57000
c58f455809 Refactored the code to be split
into different modules
instead of one giant .rs file
this should make it more organized
2024-12-18 11:56:20 -06:00
pyro57000
6d7c1d2e97 fixed space after shell in the build
host discovery command function
2024-12-09 15:29:27 -06:00
pyro57000
dd397e0f63 fixed the changes I made to the build
host discovery function
2024-12-09 15:28:14 -06:00
pyro57000
5db39b4f03 Updated the build host discovery script function
to do it properly!!
2024-12-09 15:26:24 -06:00
pyro57000
4dedb73eda update to Readme to accurately reflect scope
also initial commit from vscode.
2024-12-03 13:46:23 -06:00
Pyro57000
2ad293af7c Update main.rs
re-worked the add a project and remove project functions to be better.

# import_project
added logic to automatically set customer and project names based on moved folder names, falls back to user input, but the project and notes folders should be properly set for imported projects anyways.

# remove_project
added logic to save the list of projects after the distrobox removal happens, this way your projects.conf file should be updated after removing the project.
2024-12-03 13:35:32 -06:00
Pyro57000
08921e0515 Update main.rs
added some stuff or sumthin idk
2024-11-07 09:40:17 -06:00
Pyro57000
7ba70d03b7 Update main.rs
added the functionality to run my initial recon script to import nessus findings from external scans into obsidian
2024-06-11 20:12:12 +00:00
Pyro57000
ec351f733b Update main.rs
removed hour counting stuff, because it was dumb, and re-worked how it finds the save folders so it doesn't dynamically build them, instead saves them in the settings.  Also re-worked the install script to be better.
2024-06-11 19:25:50 +00:00