Skip to content

Commit

Permalink
Fix cme alias
Browse files Browse the repository at this point in the history
  • Loading branch information
QU35T-code committed Aug 9, 2023
1 parent 5e7770d commit 97131d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/assets/zsh/aliases.d/crackmapexec
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
alias cme-neo4j-enable='sed -i "s/bh_enabled = False/bh_enabled = True/" ~/.cme/cme.conf'
alias cme-neo4j-disable='sed -i "s/bh_enabled = True/bh_enabled = False/" ~/.cme/cme.conf'
alias cme='grc crackmapexec'
alias cme-neo4j-disable='sed -i "s/bh_enabled = True/bh_enabled = False/" ~/.cme/cme.conf'

0 comments on commit 97131d6

Please sign in to comment.