Skip to content

Commit 3bc40b8

Browse files
author
Tod Beardsley
committed
Add a link to PR rapid7#4333 in the message
That way, people can see why this is if they care to. While we have a link to the blog post at http://r-7.co/msfvenom-2015 , I fear that by the time spring of 2015 rolls around, we'll be on a different blogging platform and the link may be busted. I'm certain we'll still be on GitHub then, though.
1 parent d8da470 commit 3bc40b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

msfencode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $stderr.puts "[!] **************************************************************
99
$stderr.puts "[!] * The utility msfencode is deprecated! *"
1010
$stderr.puts "[!] * It will be removed on or about 2015-06-08 *"
1111
$stderr.puts "[!] * Please use msfvenom instead *"
12+
$stderr.puts "[!] * Details: https://github.com/rapid7/metasploit-framework/pull/4333 *"
1213
$stderr.puts "[!] ************************************************************************"
1314

1415
msfbase = __FILE__

msfpayload

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $stderr.puts "[!] **************************************************************
99
$stderr.puts "[!] * The utility msfpayload is deprecated! *"
1010
$stderr.puts "[!] * It will be removed on or about 2015-06-08 *"
1111
$stderr.puts "[!] * Please use msfvenom instead *"
12+
$stderr.puts "[!] * Details: https://github.com/rapid7/metasploit-framework/pull/4333 *"
1213
$stderr.puts "[!] ************************************************************************"
1314

1415
msfbase = __FILE__

0 commit comments

Comments
 (0)