Computer Science, asked by ritik8090, 11 months ago

how to install metasploit

Answers

Answered by BrainlyTech
0

cd ~

git clone git://github.com/sstephenson/rbenv.git .rbenv

echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc

echo 'eval "$(rbenv init -)"' >> ~/.bashrc

exec $SHELL

git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc

# sudo plugin so we can run Metasploit as root with "rbenv sudo msfconsole"  

git clone git://github.com/dcarley/rbenv-sudo.git ~/.rbenv/plugins/rbenv-sudo

exec $SHELL

RUBYVERSION=$(wget https://raw.githubusercontent.com/rapid7/metasploit-framework/master/.ruby-version -q -O - )

rbenv install $RUBYVERSION

rbenv global $RUBYVERSION

ruby -v

Hope that helped or do you need the steps?

⭐Mark as brainliest⭐


ritik8090: i want steps
ritik8090: but i had asked the whole step for installing metasploit
Similar questions