Lands #4618, clarifies error message in msfvenom

This commit is contained in:
HD Moore 2015-01-21 00:33:36 -06:00
commit 2f4ad9716c
No known key found for this signature in database
GPG Key ID: 22015B93FA604913
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ module Msf
shellcode = shellcode.dup
encoder_list = get_encoders
if encoder_list.empty?
cli_print "No encoder or badchars specified, outputting raw payload"
shellcode
else
cli_print "Found #{encoder_list.count} compatible encoders"