Skip to content

Commit ab6b5f3

Browse files
busterbBrent Cook
authored andcommitted
msfupdate is no longer a distributed binary, it's a dev tool
1 parent c58d8af commit ab6b5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metasploit-framework.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Gem::Specification.new do |spec|
3434
'msfd',
3535
'msfrpc',
3636
'msfrpcd',
37-
'msfupdate',
3837
'msfvenom'
3938
]
4039
end

msfupdate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ class Msfupdate
135135

136136
Dir.chdir(@msfbase_dir) do
137137
if apt?
138-
raise "msfupdate is not supported when Metasploit is part of the operating system. Please use 'apt update; apt install metasploit-framework'"
138+
stderr.puts "msfupdate is not supported on Kali Linux, since it is a normal OS package."
139+
stderr.puts "Please use 'apt update; apt install metasploit-framework' instead."
139140
elsif binary_install?
140141
update_binary_install!
141142
elsif git?

0 commit comments

Comments
 (0)