We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kinda annoying,
Fix : line 3508 in fatrat file from xterm -fa macro -fs 13 -bg black -e $msfconsole -r $list/$fname
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
xterm -fa macro -fs 13 -bg black -fg white -e $msfconsole -r $list/$fname
fixed the issue for me
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: