I recently came across the Msfconsole cannot load such file — bundler/setup error and after a quick research, found the solution to the problem.
Updating Gem
To fix this issue we need to update Gem
sudo gem update --system
sudo gem install bundler:1.17.3
And finally
cd /usr/share/metasploit-framework
sudo bundle install
After this, Metasploit should start again.
Worked superbly thanks a lot bro… you saved me
thanks man
You’re welcome!
thank you so so so and so much
tnx man its wark.
For some reason it did not work for me it was like chain of errors . I installed new one from metasploit github easy one liner code.
Thank a lot!!
Thank you! That worked perfectly
It works perfectly now, thanks for your help
Thanks dude you are a life saver.
thanks!
Great writeup, thanks!