背景:
安装了terminator之后,在python脚本使用pwntools中的gdbattach程序会遇到错误。
日志信息如下:
pythonexp.py
[*] running in new terminal: /usr/bin/gdb -q "/home/thinkycx/Desktop/20171104pwn/simple_login" 111121
[\] Waiting for debugger
起的shell里报错:
Unabletofindashell
解决方法:
在python脚本中,设置
context.terminal = ['terminator','-x','sh','-c']
原文链接:https://www.f2er.com/bash/389810.html