I'm trying to pivot using a metasploitable2 system, which has a shell port open in a scan:
port status service
1524/tcp open shell
Accessing the root shell is easy enough in telnet, or even using connect
in msfconsole but this does not create a session which i can use with meterpreter or routing options.
Does anybody know any options such as metasploit modules that exploit an open shell port? A seemingly trivial "exploit" but hard to find one..