Kileak on YouTube

For some ideas how to manage your workflow when doing pwn:

Kileak

Pwntools context.terminal commands

Terminator

context.terminal = ['terminator', 'e'] to spawn new window
context.terminal = ['terminator', '--new-tab', '-e'] to create new tab
context.terminal = ['terminator', '-m'] to spawn new window maximized

Tilix

context.terminal = ['tilix', '-a', 'app-new-session', '-e']