Skip to content

Commit 84686e1

Browse files
committed
Fix formatting.
1 parent 4fc0eb0 commit 84686e1

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

scripts/resource/dev_checks.rc

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,45 +70,46 @@ def main
7070
print_line("Checking IP: #{host.address}, OS: #{host.os_name}...")
7171

7272
check_exploit(host: host,
73-
mod_name: 'multi/misc/nodejs_v8_debugger',
74-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
73+
mod_name: 'multi/misc/nodejs_v8_debugger',
74+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
7575

7676
check_exploit(host: host,
77-
mod_name: 'unix/misc/distcc_exec',
78-
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
77+
mod_name: 'unix/misc/distcc_exec',
78+
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
7979

8080
check_exploit(host: host,
81-
mod_name: 'unix/misc/qnx_qconn_exec',
82-
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
81+
mod_name: 'unix/misc/qnx_qconn_exec',
82+
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
8383

8484
check_exploit(host: host,
85-
mod_name: 'linux/misc/jenkins_java_deserialize',
86-
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
85+
mod_name: 'linux/misc/jenkins_java_deserialize',
86+
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
8787

8888
check_exploit(host: host,
89-
mod_name: 'linux/http/github_enterprise_secret',
90-
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
89+
mod_name: 'linux/http/github_enterprise_secret',
90+
vuln_check_ret_val: [ Exploit::CheckCode::Vulnerable ])
9191

9292
check_exploit(host: host,
93-
mod_name: 'multi/http/traq_plugin_exec',
94-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
93+
mod_name: 'multi/http/traq_plugin_exec',
94+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
9595

9696
check_exploit(host: host,
97-
mod_name: 'multi/http/builderengine_upload_exec',
98-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
97+
mod_name: 'multi/http/builderengine_upload_exec',
98+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
9999

100100
check_exploit(host: host,
101-
mod_name: 'multi/http/mantisbt_php_exec',
102-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
101+
mod_name: 'multi/http/mantisbt_php_exec',
102+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
103103

104104
check_exploit(host: host,
105-
mod_name: 'multi/http/vbulletin_unserialize',
106-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
105+
mod_name: 'multi/http/vbulletin_unserialize',
106+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
107107

108108
check_exploit(host: host,
109-
mod_name: 'unix/webapp/vbulletin_vote_sqli_exec',
110-
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
109+
mod_name: 'unix/webapp/vbulletin_vote_sqli_exec',
110+
vuln_check_ret_val: [ Exploit::CheckCode::Appears ])
111111
end
112+
112113
wait_until_jobs_done
113114
end
114115

0 commit comments

Comments
 (0)