Indonesian Back|Track Team
metaploit problem [solved] - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Penetration Testing Os (https://www.indonesianbacktrack.or.id/forum/forum-170.html)
+--- Forum: Backtrack (https://www.indonesianbacktrack.or.id/forum/forum-171.html)
+---- Forum: BackTrack 5 (https://www.indonesianbacktrack.or.id/forum/forum-74.html)
+----- Forum: Backtrack 5 Tanya Jawab (https://www.indonesianbacktrack.or.id/forum/forum-86.html)
+----- Thread: metaploit problem [solved] (/thread-4419.html)

Pages: 1 2


metaploit problem [solved] - 4IP - 04-18-2013

pas ngetik msfconsole di terminal malah keluar tulisan kaya gini :
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.

solusinya gimana min? download lagi frameworknya?

thanks Smile


modified by koecroet
[fix] :

edit file rbconfig.rb kaya di bawah ini.

root@403:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb

trus search tulisan dibawah ini

CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"

dan ganti dengan:

CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "

abis itu update msf nya (harus terkoneksi internet):

root@403:~# msfupdate

root@403:~# msfconsole

beres dah


RE: metaploit problem - avolution - 04-18-2013

sama kita om...
ane juga kayak gtu :/


RE: metaploit problem - ino_ot - 04-18-2013

(04-18-2013, 04:17 PM)4IP Wrote: pas ngetik msfconsole di terminal malah keluar tulisan kaya gini :
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.

solusinya gimana min? download lagi frameworknya?

thanks Smile

./msfconsole -L


cmiiw


RE: metaploit problem - avolution - 04-18-2013

(04-18-2013, 04:47 PM)ino_ot Wrote:
(04-18-2013, 04:17 PM)4IP Wrote: pas ngetik msfconsole di terminal malah keluar tulisan kaya gini :
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.

solusinya gimana min? download lagi frameworknya?

thanks Smile

./msfconsole -L


cmiiw

kagak bisa juga om Sad udah ane coba
bash: ./msfconsole: No such file or directory


RE: metaploit problem - 4IP - 04-18-2013

(04-18-2013, 04:47 PM)ino_ot Wrote:
(04-18-2013, 04:17 PM)4IP Wrote: pas ngetik msfconsole di terminal malah keluar tulisan kaya gini :
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.

solusinya gimana min? download lagi frameworknya?

thanks Smile

./msfconsole -L


cmiiw


tetep engga bisa om, malah no such file directory. solusinya gimana om? kalo download lagi gimana ?


RE: metaploit problem - ino_ot - 04-20-2013

Coba gini om .. apt-get -f update ..


RE: metaploit problem - 0xiRiz - 04-20-2013

coba 'apt-get update metasploit' (tanpa tanda kutip)


RE: metaploit problem - hamdan_zenith - 04-20-2013

sama ane jg bgtu kk,, stelah di apt-get upgrade lgsg error,,, mdh"n kawan" semua bisa membantu Smile


RE: metaploit problem - Kresna - 04-20-2013

itu knp bisa kyak gitu om? gara-gara update metasploitnya setengah-setengah yah? klo iyah, efek sampingnya emang begitu Sad ... Saran ane sih setiap update dan upgrade usahain tuntasin jangan setengah-setengah ....


RE: metaploit problem - koecroet - 04-21-2013

wah sama kaya ane nih. ini terjadi pas ane abis update bt5r3.

cara FIX nya:
edit file rbconfig.rb kaya di bawah ini.

root@403:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb

trus search tulisan dibawah ini

CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"

dan ganti dengan:

CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "

abis itu update msf nya (harus terkoneksi internet):

root@403:~# msfupdate

root@403:~# msfconsole

beres dah Smile