forked from calebstewart/pwncat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pwncatrc
29 lines (25 loc) · 769 Bytes
/
pwncatrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Set your remote hosts file
set -g lhost "127.0.0.1"
# Set your command prefix
set -g prefix c-k
# Set the default private key to use for privilege escalation
set -g privkey "data/pwncat"
# Set the pwncat backdoor user and password
set -g backdoor_user "pwncat"
set -g backdoor_pass "pwncat"
set -g db "file://db/pwncat"
set -g on_load {
# Run a command upon a stable connection
# privesc -l
}
# Examples of command bindings
bind s "sync"
bind c "set state command"
# Create aliases for commands
alias up upload
alias down download
# Shortcuts allow single-character prefix which indicate the entire command
# string be passed as the arguments to a specific command. For example:
# "!ls" run "local ls" given the below directives
shortcut ! local
shortcut @ run