Skip to content

Commit 6b264ce

Browse files
committed
Land rapid7#7508, Fix typo PAYLOAD_OVERWRITE vs PAYLOAD_OVERRIDE
Fixes rapid7#7504.
2 parents ea5e615 + f754ada commit 6b264ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/shell_to_meterpreter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def run
116116
vprint_status("Platform: Python [fallback]")
117117
end
118118
end
119-
payload_name = datastore['PAYLOAD_OVERWRITE'] if datastore['PAYLOAD_OVERWRITE']
119+
payload_name = datastore['PAYLOAD_OVERRIDE'] if datastore['PAYLOAD_OVERRIDE']
120120
vprint_status("Upgrade payload: #{payload_name}")
121121

122122
if platform.blank?

0 commit comments

Comments
 (0)