Drop "currently," since we're including stageless

GSoC/Meterpreter_Web_Console
William Vu 2018-05-17 10:30:43 -05:00
parent 0cd085fb8b
commit 1d6fae5db6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ module Msf
# Stage encoding is not safe for Mettle (doesn't apply to stageless)
def encode_stage?
if datastore['EnableStageEncoding'] && !@warned
print_warning("Stage encoding is not currently supported for #{refname}")
print_warning("Stage encoding is not supported for #{refname}")
@warned = true
end