Skip to content

Commit 73d1350

Browse files
authored
Merge pull request rapid7#20215 from bcoles/rubocop-Lint/Syntax
Modules: Resolve Rubocop Lint/Syntax violations
2 parents 227fd96 + 943c947 commit 73d1350

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

modules/auxiliary/scanner/dns/dns_amp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/auxiliary/scanner/misc/raysharp_dvr_passwords.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/auxiliary/scanner/ssh/ssh_identify_pubkeys.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/exploits/linux/misc/zabbix_server_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/exploits/multi/ftp/wuftpd_site_exec_format.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/exploits/windows/fileformat/erdas_er_viewer_rf_report_error.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/exploits/windows/ftp/servu_mdtm.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: binary
12
##
23
# This module requires Metasploit: https://metasploit.com/download
34
# Current source: https://github.com/rapid7/metasploit-framework

modules/post/windows/gather/enum_unattend.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def init_paths
107107
"#{drive}\\",
108108
"#{drive}\\Windows\\System32\\sysprep\\",
109109
"#{drive}\\Windows\\panther\\",
110-
"#{drive}\\Windows\\Panther\Unattend\\",
110+
"#{drive}\\Windows\\Panther\\Unattend\\",
111111
"#{drive}\\Windows\\System32\\"
112112
]
113113

0 commit comments

Comments
 (0)