Quote Originally Posted by scorpoin View Post
Greetings,

I'm having issue with metasploit when runing in screen.


screen -dmS test msfconsole
It gives the following error and exit from screen.

[screen is terminating]


Dont know what is wrong. My concern is to run msf in screen in background with detached mode.

Regards
Scorpoin
Hey there, I saw that nobody had responded to you, but I too wanted to do something like this, and found that using the system readline as opposed to the ruby one worked like a charm.

screen -AdmS msfconsole msfconsole -L

Cheers,

n8