Skip to content

Commit 889045d

Browse files
committed
Change failure message
1 parent 7652b58 commit 889045d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/centreon_sqli_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def exploit
8686
if check == Exploit::CheckCode::Safe
8787
fail_with(Failure::NotVulnerable, "#{peer} - The SQLi cannot be exploited")
8888
elsif check == Exploit::CheckCode::Detected
89-
fail_with(Failure::Unknown, "#{peer} - The SQLi cannot be exploited, maybe you just need to wait until someone logs in")
89+
fail_with(Failure::Unknown, "#{peer} - The SQLi cannot be exploited. Centreon needs at least one successful login record to become exploitable. Perhaps try later?")
9090
end
9191

9292
print_status("#{peer} - Exploiting...")

0 commit comments

Comments
 (0)