Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install msfconsole in ubuntu

cd /opt
sudo git clone https://github.com/rapid7/metasploit-framework.git
sudo chown -R `whoami` /opt/metasploit-framework
cd metasploit-framework
Comment

how to install msfconsole in ubuntu

gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
source ~/.bashrc
RUBYVERSION=$(wget https://raw.githubusercontent.com/rapid7/metasploit-framework/master/.ruby-version -q -O - )
rvm install $RUBYVERSION
rvm use $RUBYVERSION --default
ruby -v
Comment

PREVIOUS NEXT
Code Example
Shell :: linux zip all folders except one 
Shell :: how-to-fix-held-broken-packages 
Shell :: gatsby typescript template 
Shell :: uninstall node arch 
Shell :: check ssl certificate linux 
Shell :: sudoers file location 
Shell :: how to open folder in files from terminal linux 
Shell :: no shell command in vs code 
Shell :: how to remove bin folder from git 
Shell :: gulp-imagemin 
Shell :: linux sync files between folders 
Shell :: install apt on ubuntu 
Shell :: digit sum number in c 
Shell :: video trimmer ubuntu 
Shell :: restart terminal without closing 
Shell :: gitignore a folder recursively 
Shell :: install dicker machine 
Shell :: ssh tunnel map 
Shell :: what is the option to sort by file size in unix 
Shell :: remove file via command line 
Shell :: doskey permanent 
Shell :: yarn uninstall 
Shell :: linux remove environment variable 
Shell :: git bash in cmd 
Shell :: npm install sql 
Shell :: jq filter array 
Shell :: git get back to most recent commit 
Shell :: awk define string as delimiter 
Shell :: get public ip 
Shell :: Git - create new branch and switch to that new branch 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =