Skip to content

Commit 21b2203

Browse files
committed
Fix typo.
This isn't a Linksys exploit. Left over wording from a previous exploit?
1 parent fb1318b commit 21b2203

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)