Skip to content

Commit 2f4ad97

Browse files
author
HD Moore
committed
Lands rapid7#4618, clarifies error message in msfvenom
2 parents d7cb1c5 + 1dafedf commit 2f4ad97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/payload_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def encode_payload(shellcode)
177177
shellcode = shellcode.dup
178178
encoder_list = get_encoders
179179
if encoder_list.empty?
180+
cli_print "No encoder or badchars specified, outputting raw payload"
180181
shellcode
181182
else
182183
cli_print "Found #{encoder_list.count} compatible encoders"

0 commit comments

Comments
 (0)