PDA

View Full Version : matasploit issue with screen



scorpoin
2013-06-01, 11:27
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

n8tek
2014-01-03, 16:59
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