Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Removed old Metasploit GPG key from install.
  • Loading branch information
1N3 authored Aug 4, 2024
1 parent 2b78432 commit b10362b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ apt install -y dnsutils
apt install -y wtmpdb

echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET"
rm -f /usr/share/keyrings/metasploit-framework.gpg 2> /dev/null
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall
chmod 755 /tmp/msfinstall
/tmp/msfinstall
Expand Down

0 comments on commit b10362b

Please sign in to comment.