Skip to content

Commit b1726fd

Browse files
author
HD Moore
committed
Missing comma
1 parent 8d982e3 commit b1726fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/telnet/telnet_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_host(ip)
6969
max_send_size: datastore['TCP::max_send_size'],
7070
send_delay: datastore['TCP::send_delay'],
7171
banner_timeout: datastore['TelnetBannerTimeout'],
72-
telnet_timeout: datastore['TelnetTimeout']
72+
telnet_timeout: datastore['TelnetTimeout'],
7373
framework: framework,
7474
framework_module: self,
7575
)

0 commit comments

Comments
 (0)