Clarify no encoder/badchars specified

bug/bundler_fix
William Vu 2015-01-21 00:26:42 -06:00
parent 4cc027c4c1
commit 1dafedf23b
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
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"