MSF Metasploit Framework For Linux Ubuntu Setup
Page 1 of 1
MSF Metasploit Framework For Linux Ubuntu Setup
!st
add export line with correct directory to path
add export line with correct directory to path
- Code:
sudo gedit ~/.bashrc
- Code:
export PATH="/home/$USER/Documents/Scripts/HACKING/MSF/metasploit-framework:$PATH"
- Code:
sudo chmod +x *.sh
- Code:
./Setup.sh
- Code:
#!/bin/bash
# https://jnet.forumotion.com/t2041-msf-metasploit-framework-for-linux-ubuntu-setup#3168
echo "MSF For Ubuntu Setup By J~Net (c) 2024"
echo ""
sudo apt install -y build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev locate libreadline6-dev libcurl4-openssl-dev git-core autoconf curl postgresql postgresql-contrib libpq-dev libapr1 libaprutil1 libsvn1 libpcap-dev bundler
sudo gem install bundler
sudo bundle install --gemfile /home/jay/Documents/Scripts/HACKING/MSF/metasploit-framework/Gemfile
git clone https://github.com/rapid7/metasploit-framework.git
cd metasploit-framework
sudo bash -c 'for MSF in $(ls msf*); do ln -s /usr/local/src/metasploit-framework/$MSF /usr/local/bin/$MSF;done'
# Update MSF
sudo service postgresql start
metasploit-framework/msfdb init
# Load MSF
msfconsole
Similar topics
» how to setup a mail server on linux or ubuntu
» Animated desktop in Linux Mint 10 KDE
» New gnome-screenshot for linux ubuntu (arm compatible)
» Lightbulb Disabling privacy-invasive Zeitgeist, Geoclue, Whoopsie (and NTPD) turn off spywhere on ubuntu linux
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» Animated desktop in Linux Mint 10 KDE
» New gnome-screenshot for linux ubuntu (arm compatible)
» Lightbulb Disabling privacy-invasive Zeitgeist, Geoclue, Whoopsie (and NTPD) turn off spywhere on ubuntu linux
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum