2020-05-15 08:24:42 +00:00
|
|
|
# Set your remote hosts file
|
2020-05-16 17:43:11 +00:00
|
|
|
set lhost "127.0.0.1"
|
2020-05-15 08:24:42 +00:00
|
|
|
# Set your command prefix
|
|
|
|
set prefix c-k
|
|
|
|
# Set the default private key to use for privilege escalation
|
2020-05-16 17:43:11 +00:00
|
|
|
set privkey "data/pwncat"
|
2020-05-15 08:24:42 +00:00
|
|
|
# Set the pwncat backdoor user and password
|
|
|
|
set backdoor_user "pwncat"
|
|
|
|
set backdoor_pass "pwncat"
|
|
|
|
|
|
|
|
set on_load {
|
2020-05-16 17:43:11 +00:00
|
|
|
privesc -l
|
2020-05-15 08:24:42 +00:00
|
|
|
}
|
|
|
|
|
2020-05-15 18:05:51 +00:00
|
|
|
# Examples of command bindings
|
|
|
|
bind s "sync"
|
|
|
|
bind c "set state command"
|
|
|
|
|
|
|
|
# Create shortcut aliases for commands
|
|
|
|
alias up upload
|
|
|
|
alias down download
|