pwncollege / dojo

Infrastructure powering the pwn.college dojo
https://pwn.college
BSD 2-Clause "Simplified" License
286 stars 89 forks source link

Cant launch xfce4-terminal magically with pwntools #520

Open ConnorNelson opened 1 month ago

ConnorNelson commented 1 month ago
import pwn
pwn.context.update(terminal=('xfce4-terminal', '-e'))
pwn.gdb.debug('./thechallenge')
ConnorNelson commented 1 month ago

As per https://github.com/Gallopsled/pwntools/blob/67678c2e1c51e5dc59f96b886e01ba3d29d9499d/pwnlib/util/misc.py#L324, we need to symlink x-terminal-emulator to xfce4-terminal.