I have spent the last few hours trying every guide I could find to fix the following error I encounter when running db_autopwn command. I already ran
db_driver postgres
db_create test
Quote:
msf > db_nmap 192.168.10.106 -p 445
Starting Nmap 5.00 ( Nmap - Free Security Scanner For Network Exploration & Security Audits. ) at 2010-06-23 10:35 MST
Interesting ports on 192.168.10.106:
PORT STATE SERVICE
445/tcp open microsoft-ds
MAC Address: 00:00:00:00:00 (Intel Corporate)
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds
And EVERY time it comes back with the same error when I try to run the following command.
Anyone know how to solve this?Quote:
msf > db_autopwn -t -p -e -s -b
[-] Error while running command db_autopwn: No classes in Msf::Module::Platform for java!
Call stack:
/opt/metasploit3/msf3/lib/msf/core/module/platform.rb:60:in `find_platform'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:54:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:52:in `each'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:52:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:39:in `new'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:39:in `from_a'
/opt/metasploit3/msf3/lib/msf/core/module/platform_list.rb:29:in `transform'
/opt/metasploit3/msf3/lib/msf/core/module.rb:125:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/exploit.rb:276:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/exploit.rb:158:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/exploit/tcp.rb:283:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/auxiliary/report.rb:13:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/exploit/http.rb:453:in `initialize'
/opt/metasploit3/msf3/lib/msf/core/exploit/http.rb:22:in `initialize'
(eval):80:in `initialize'
/opt/metasploit3/msf3/lib/msf/ui/console/command_dispatcher/db.rb:578:in `new'
/opt/metasploit3/msf3/lib/msf/ui/console/command_dispatcher/db.rb:578:in `cmd_db_autopwn'
/opt/metasploit3/msf3/lib/msf/core/module_manager.rb:230:in `call'
/opt/metasploit3/msf3/lib/msf/core/module_manager.rb:230:in `each_module_list'
/opt/metasploit3/msf3/lib/msf/core/module_manager.rb:203:in `each'
/opt/metasploit3/msf3/lib/msf/core/module_manager.rb:203:in `each_module_list'
/opt/metasploit3/msf3/lib/msf/core/module_manager.rb:120:in `each_module'
/opt/metasploit3/msf3/lib/msf/ui/console/command_dispatcher/db.rb:577:in `cmd_db_autopwn'
/opt/metasploit3/msf3/lib/msf/ui/console/command_dispatcher/db.rb:576:in `each'
/opt/metasploit3/msf3/lib/msf/ui/console/command_dispatcher/db.rb:576:in `cmd_db_autopwn'
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:246:in `send'
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:246:in `run_command'
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:208:in `run_single'
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:202:in `each'
/opt/metasploit3/msf3/lib/rex/ui/text/dispatcher_shell.rb:202:in `run_single'
/opt/metasploit3/msf3/lib/rex/ui/text/shell.rb:141:in `run'
./msfconsole:112

