Skip to content

Instantly share code, notes, and snippets.

View JoachimBose's full-sized avatar
🐪

joachimBose JoachimBose

🐪
  • The Netherlands
View GitHub Profile
@huj13k4n9
huj13k4n9 / terminals.py
Last active April 3, 2026 12:52
context.terminal for different terminals in pwntools.
# Zellij
context.terminal = ["zellij", "action", "new-pane", "-d", "right", "-c", "--", "bash", "-c"]
# Alacritty
context.terminal = ["alacritty", "-e", "bash", "-c"]
# GNOME Terminal
context.terminal = ["gnome-terminal", "--", "bash", "-c"]
# GNOME Console