I can confirm that (32Bit and 64Bit KDE version)
the problem seems to be related with the included ruby installation. by default msfconsole uses ruby from $PATH but if you edit msfconsole to use...
Type: Posts; User: Nexxor; Keyword(s):
I can confirm that (32Bit and 64Bit KDE version)
the problem seems to be related with the included ruby installation. by default msfconsole uses ruby from $PATH but if you edit msfconsole to use...
Please search the forum before posting new threads !
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux
and then compile vbox tools
Hey guys
I've found out that the problem is related to the installed ruby version. the start script of msfconsole uses /usr/bin/env ruby as Parser. But metasploit seems to have an own version of...