Skip to content

Commit e4686fe

Browse files
author
laptop
committed
deleted the spaces in EOF
1 parent 9c1b7e9 commit e4686fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/redis/redis_server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def run_host(_ip)
4343
vprint_status("Contacting redis")
4444
begin
4545
connect
46-
# Split the input command into parts using space as the delimiter
46+
# Split the input command into parts using space as the delimiter
4747
command_parts=command.split(' ')
48-
# Execute the Redis command using the split parts
48+
# Execute the Redis command using the split parts
4949
return unless (data = redis_command(*command_parts))
5050

5151
report_service(host: rhost, port: rport, name: "redis server", info: "#{command} response: #{data}")

0 commit comments

Comments
 (0)