-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added agent terminal tab * added sysinfo * added ps and shell * fixed formatting and added sc * added basic module selection * changed window formatting * fixed up and down keys * added color top module name, description, and options * error when executing module * add a try-catch * updated module output for terminal * Shifted responses in on the terminal. * Updated coloring to ansi * Fixed color for module options and description * Added autocomplete for modules * fixed tasking results returned * Added sherlock * removed unused null on execute command * added socks command * added localstorage for saving history of commands * adjusted window size * updated localstorage to be by agent * updated localstorage to be by agent * Updated colors to match * Revert "Updated colors to match" This reverts commit 290b367fa1fc5ec7b1f680c8843796c1f7daf1e0. * Reverted changes to resolve printing issues. * Updated colors to match ansi * Updated colors to match ansi * removed comments and ran lint * Update src/components/agents/AgentTerminal.vue Co-authored-by: Vincent Rose <[email protected]> * added back function * added suggestions for module options * added sleep and jitter command * removed extra space * made changes for lint and vinnybod * added help menu of modules * removed ability to run main menu commmands from module menu * add back and clear to help menu * added autocomplete to unset and removed caps requirement * fixed suggestions to work with modules * allow scaling height with window size * update to disallow changing agent option in modules * cleaned up lint errors * rm npm lockfile * initial suggestions * cleanup * use green * validate required fields are set * updated handling of error and info messages * updated arrow pointer to list icon * css updates * add shell menu * Apply suggestions from code review * changelog --------- Co-authored-by: Vince Rose <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,415 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.