# Set your remote hosts file set lhost "127.0.0.1" # Set your command prefix set prefix c-k # Set the default private key to use for privilege escalation set privkey "data/pwncat" # Set the pwncat backdoor user and password set backdoor_user "pwncat" set backdoor_pass "pwncat" set db "sqlite:///data/pwncat.sqlite" set 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