We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f458f21 commit eb3f7f9Copy full SHA for eb3f7f9
scripts/resource/dev_checks.rc
@@ -91,7 +91,7 @@ def main
91
'multi/http/vbulletin_unserialize': [ Exploit::CheckCode::Appears ],
92
'unix/webapp/vbulletin_vote_sqli_exec': [ Exploit::CheckCode::Appears ],
93
'multi/misc/java_jmx_server': [ Exploit::CheckCode::Appears,
94
- Exploit::CheckCode::Detected ] }.each do |mod,ret_val|
+ Exploit::CheckCode::Detected ] }.each do |mod,ret_val|
95
check_exploit(host: host,
96
mod_name: mod.to_s,
97
vuln_check_ret_val: ret_val)
0 commit comments