context.terminal = ['alacritty', '-e', 'zsh', '-c']
source /home/xct/tools/pwndbg/gdbinit.py
sh = ssh(host=ssh_host, user=ssh_user, password=ssh_pass, port=ssh_port)
junk = p.recv(4096,timeout=2)
p = remote(service_host,service_port)
p = process(target,setuid=True, level='DEBUG')