sandsifter
sandsifter copied to clipboard
Doesn't work under TMUX od SCREEN session
I get this when I run under tmux or screen session:
injector: injector.c:1410: main: Assertion `!mprotect(packet_buffer,4096,0x1|0x2|0x4)' failed.
Surprisingly, I get this error running inside of Gnome Terminal or urxvt, without tmux nor screen.
I also get:
File "./sifter.py", line 842, in <module>
main()
File "./sifter.py", line 833, in main
gui = Gui(ts, injector, tests, args.tick)
File "./sifter.py", line 376, in __init__
self.init_colors()
File "./sifter.py", line 423, in init_colors
self.COLOR_BLACK
_curses.error: init_pair() returned ERR
export TERM=xterm-256color before running. I ran into this problem with urxvt and a vty
@mjsmith707 This fixes PuTTY as well.