We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94fda6e + 4cc027c commit d7cb1c5Copy full SHA for d7cb1c5
lib/msf/core/payload_generator.rb
@@ -176,10 +176,10 @@ def choose_platform(mod)
176
def encode_payload(shellcode)
177
shellcode = shellcode.dup
178
encoder_list = get_encoders
179
- cli_print "Found #{encoder_list.count} compatible encoders"
180
if encoder_list.empty?
181
shellcode
182
else
+ cli_print "Found #{encoder_list.count} compatible encoders"
183
encoder_list.each do |encoder_mod|
184
cli_print "Attempting to encode payload with #{iterations} iterations of #{encoder_mod.refname}"
185
begin
0 commit comments