Skip to content

Commit

Permalink
Merge pull request #386 from cHJlaXpoZXI/arsenal_custom_cheatsheet
Browse files Browse the repository at this point in the history
Add custom arsenal cheatsheets feature for my resources
  • Loading branch information
ShutdownRepo authored Oct 7, 2024
2 parents 5dd2693 + ebf50c0 commit 93d1960
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sources/assets/exegol/load_supported_setups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,14 @@ function _trust_ca_cert_in_firefox() {
certutil -A -n "$2" -t "TC" -i "$1" -d ~/.mozilla/firefox/*.Exegol
}

function deploy_arsenal_cheatsheet () {
# Function to add custom cheatsheets into arsenal
colorecho "Deploying custom arsenal cheatsheet"
if [[ ! -d "$MY_SETUP_PATH/arsenal-cheats" ]]; then
mkdir -p "$MY_SETUP_PATH/arsenal-cheats"
fi
}

# Starting
# This procedure is supposed to be executed only once at the first startup, using a lockfile check

Expand All @@ -292,6 +300,7 @@ deploy_python3
deploy_firefox_addons
deploy_bloodhound
trust_ca_certs_in_firefox
deploy_arsenal_cheatsheet

run_user_setup

Expand Down

0 comments on commit 93d1960

Please sign in to comment.