screetsec / TheFatRat

Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
GNU General Public License v3.0
9.5k stars 2.27k forks source link

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

Open Biggestmeme opened 1 year ago

Biggestmeme commented 1 year ago

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 commented 1 year ago

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.