Skip to content

Commit ec53498

Browse files
author
Tod Beardsley
committed
Land rapid7#4333 with URL pointer, ty @wchen-r7
Long live msfvenom! People who have a bug or complaint about msfencode or msfpayload should be pointed at http://r-7.co/msfvenom-2015 See rapid7#4326 (and close it?)
2 parents c670bb7 + 3bc40b8 commit ec53498

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

msfencode

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# $Revision$
66
#
77

8+
$stderr.puts "[!] ************************************************************************"
9+
$stderr.puts "[!] * The utility msfencode is deprecated! *"
10+
$stderr.puts "[!] * It will be removed on or about 2015-06-08 *"
11+
$stderr.puts "[!] * Please use msfvenom instead *"
12+
$stderr.puts "[!] * Details: https://github.com/rapid7/metasploit-framework/pull/4333 *"
13+
$stderr.puts "[!] ************************************************************************"
14+
815
msfbase = __FILE__
916
while File.symlink?(msfbase)
1017
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))

msfpayload

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# $Revision$
66
#
77

8+
$stderr.puts "[!] ************************************************************************"
9+
$stderr.puts "[!] * The utility msfpayload is deprecated! *"
10+
$stderr.puts "[!] * It will be removed on or about 2015-06-08 *"
11+
$stderr.puts "[!] * Please use msfvenom instead *"
12+
$stderr.puts "[!] * Details: https://github.com/rapid7/metasploit-framework/pull/4333 *"
13+
$stderr.puts "[!] ************************************************************************"
14+
815
msfbase = __FILE__
916
while File.symlink?(msfbase)
1017
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))

0 commit comments

Comments
 (0)