screetsec/TheFatRat

Xterm metaploit text unreadable. Text on ubuntu is black text over black background

Biggestmeme opened this issue · 1 comments

Kinda annoying,

Fix :
line 3508 in fatrat file
from
xterm -fa macro -fs 13 -bg black -e $msfconsole -r $list/$fname

to
xterm -fa macro -fs 13 -bg black -fg white -e $msfconsole -r $list/$fname

fixed the issue for me

Kinda annoying,

Fix : line 3508 in fatrat file from xterm -fa macro -fs 13 -bg black -e $msfconsole -r $list/$fname

to xterm -fa macro -fs 13 -bg black -fg white -e $msfconsole -r $list/$fname

fixed the issue for me

thank you very much, solved my issue.