Vulnerability Report enhancement

- update `#report_service` and `#report_vuln`
- update vulnerability report when a session is established
- update CheckCode and `#cmd_check` to report a vulnerability when
  Vulnerable checkcode is returned
- update `vulns` and `services` commands to display the `resource` and
  parent services
- specs
This commit is contained in:
Christophe De La Fuente
2025-07-16 17:11:38 +02:00
parent 861700b1f6
commit 40ac35c02a
16 changed files with 1358 additions and 104 deletions
+1
View File
@@ -225,6 +225,7 @@ RSpec.describe "Metasploit's json-rpc" do
result: {
code: 'safe',
details: {},
vuln: {},
message: 'The target is not exploitable.',
reason: nil
}