Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Biggestmeme opened this issue Nov 4, 2023 · 1 comment

Comments

@Biggestmeme
Copy link

Biggestmeme commented Nov 4, 2023

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

@phani-y
Copy link

phani-y commented Nov 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants