# vi: ft=sh

# The PhpSploit configuration file can be considered as a source
# file which is defaultly sourced at framework initialisation.
#
# It means that you just have to put the commands as you type them in
# the PhpSploit shell interface in order to build your own configuration.
#
# NOTE: If any command fails, the phpsploit framework will fail to
#       load this configuration file.


### Those aliases are enabled by default for retrocompatibility
### purposes. Those aliases can be removed without impacting the framework.
alias load      "session load"
alias save      "session save"
alias lcd       "lrun cd"
alias lpwd      "lrun pwd"
alias clear     "lrun clear"


### Some configuration examples you may want to add:

## Change the PASSKEY to prevent others phpsploit users from using your backdoor
# set PASSKEY "YourPassKey"

## For vim addicts: don't change your habits !
# set EDITOR "vim"
# alias vim "edit"
