Skip to content

Commit 66e292a

Browse files
committed
Land rapid7#3201, typo fix for exim4_dovecot_exec
2 parents fb1318b + 21b2203 commit 66e292a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/smtp/exim4_dovecot_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def exploit
209209

210210
# wait for payload download
211211
if (datastore['DOWNHOST'])
212-
print_status("#{rhost}:#{rport} - Giving #{datastore['HTTP_DELAY']} seconds to the Linksys device to download the payload")
212+
print_status("#{rhost}:#{rport} - Giving #{datastore['HTTP_DELAY']} seconds to the target to download the payload")
213213
select(nil, nil, nil, datastore['HTTP_DELAY'])
214214
else
215215
wait_linux_payload

0 commit comments

Comments
 (0)