Hi!
I'm new to this, so, sorry if I give not enough info or something similar.
I just installed a fresh kali system to the HDD of an old dell laptop. I think I had msfconsol working once.
I just tried to start up armitage, which didn't work. So I tried msfconsole again, and discovered: it's not working either. I tried reinstalling metasploit, ran into some problems with postgresql (which should be ok again) and now I'm back where I started.
I really searched the web and this forum, with no luck. I'd really appreciate some help here, thanks!
on entering msfconsole, I get:
Code:
[*] Starting the Metasploit Framework console.../[*] The initial module cache will be built in the background, this can take 2-5 minutes...
/usr/share/metasploit-framework/modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb:32:in `initialize': uninitialized constant Msf::Handler::BindTcp (NameError)
from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:198:in `new'
from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:198:in `add_module'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:71:in `on_module_load'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:208:in `load_module'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:271:in `block in load_modules'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/directory.rb:63:in `block (2 levels) in each_module_reference_name'
from /usr/share/metasploit-framework/lib/rex/file.rb:127:in `block in find'
from /usr/share/metasploit-framework/lib/rex/file.rb:126:in `catch'
from /usr/share/metasploit-framework/lib/rex/file.rb:126:in `find'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/directory.rb:50:in `block in each_module_reference_name'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/directory.rb:34:in `foreach'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/directory.rb:34:in `each_module_reference_name'
from /usr/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:265:in `load_modules'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:117:in `block in load_modules'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:115:in `each'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:115:in `load_modules'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:41:in `block in add_module_path'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:40:in `each'
from /usr/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:40:in `add_module_path'
from /usr/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:53:in `block in add_engine_module_paths'
from /usr/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:52:in `each'
from /usr/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:52:in `add_engine_module_paths'
from /usr/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:16:in `init_module_paths'
from /usr/share/metasploit-framework/lib/msf/ui/console/driver.rb:220:in `initialize'
from /usr/share/metasploit-framework/lib/metasploit/framework/command/console.rb:52:in `new'
from /usr/share/metasploit-framework/lib/metasploit/framework/command/console.rb:52:in `driver'
from /usr/share/metasploit-framework/lib/metasploit/framework/command/console.rb:38:in `start'
from /usr/share/metasploit-framework/lib/metasploit/framework/command/base.rb:82:in `start'
from /opt/metasploit/apps/pro/msf3/msfconsole:48:in `<main>'
thanks again!