numpang fix sesuatu nih
malam ini saya update dan upgrade metasploit dll, terus mencoba membuka msfconsole, eh ternyata ada penampakan seperti ini:
terus saya bertanya ke om koecrot katanya suruh update metasploitnya, tp hasilnya sama aja
terus pas paginya saya curhat sama om ikon masalah seperti dia atas
dia menyuruh saya buka /opt/metasploit/msf3/modules/post/multi/gather/ssh_creds.rb
nah pada file ruby saya tertulis:
terus pas paginya saya curhat sama om ikon masalah seperti dia atas
dia menyuruh saya buka /opt/metasploit/msf3/modules/post/multi/gather/ssh_creds.rb
nah pada file ruby saya tertulis:
require 'msf/core'
require 'rex'
require 'msf/core/post/file'
require 'msf/core/post/common'
require 'sshkey'
class Metasploit3 < Msf::Post
include Msf::Post::File
include Msf::Post::Common
include Msf::Post::Unix
dan ternyata ada yg kurang tuh, perhatikan require dan includenya, ada yang kurang kan? jadi saya tambahkan begini:
require 'msf/core'terus saya coba buka msfconsole dan hasilnya seperti ini:
require 'rex'
require 'msf/core/post/file'
require 'msf/core/post/common'
require 'msf/core/post/unix'
require 'sshkey'
class Metasploit3 < Msf::Post
include Msf::Post::File
include Msf::Post::Common
include Msf::Post::Unix
oh ya lupa errornya disini nih
root@bt:~# msfconsole
[-] WARNING! The following modules could not be loaded!
[-] /opt/metasploit/msf3/modules/post/multi/gather/ssh_creds.rb: NameError uninitialized constant Msf::Post::Unix
yah sekian dari saya, maaf thread nya berantakanpamit dulu yah
nice share!
BalasHapusKeren om....
BalasHapuskayak pernah liat. tapi keren!
BalasHapusthanks, so help full!
BalasHapus