Skip to content

Commit f754ada

Browse files
author
Konrads Smelkovs
authored
Fix typo PAYLOAD_OVERWRITE vs PAYLOAD_OVERRIDE
1 parent 0b23365 commit f754ada

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)