|
6 | 6 | HeimdallTools supplies several methods to convert output from various tools to "Heimdall Data Format"(HDF) format to be viewable in Heimdall. The current converters are:
|
7 | 7 |
|
8 | 8 | 1. [**aws_config_mapper**](#aws_config_mapper) - assess, audit, and evaluate AWS resources
|
9 |
| -2. [**burpsuite_mapper**](#burpsuite_mapper) - commercial dynamic analysis tool |
10 |
| -3. [**dbprotect_mapper**](#dbprotect_mapper) - database vulnerability scanner |
11 |
| -4. [**fortify_mapper**](#fortify_mapper) - commercial static code analysis tool |
12 |
| -5. [**jfrog_xray_mapper**](#jfrog_xray_mapper) - package vulnerability scanner |
13 |
| -6. [**nessus_mapper**](#nessus_mapper) - commercial security scanner (supports compliance and vulnerability scans from Tenable.sc and Tenable.io) |
14 |
| -7. [**netsparker_mapper**](#netsparker_mapper) - web application security scanner |
15 |
| -8. [**nikto_mapper**](#nikto_mapper) - open-source web server scanner |
16 |
| -9. [**sarif_mapper**](#sarif_mapper) - static analysis results interchange format |
17 |
| -10. [**scoutsuite_mapper**](#scoutsuite_mapper) - multi-cloud security auditing tool |
18 |
| -11. [**snyk_mapper**](#snyk_mapper) - commercial package vulnerability scanner |
19 |
| -12. [**sonarqube_mapper**](#sonarqube_mapper) - open-source static code analysis tool |
20 |
| -13. [**xccdf_results_mapper**](#xccdf_results_mapper) - SCC Client XCCDF-Results scans |
21 |
| -14. [**zap_mapper**](#zap_mapper) - OWASP ZAP - open-source dynamic code analysis tool |
| 9 | +1. [**burpsuite_mapper**](#burpsuite_mapper) - commercial dynamic analysis tool |
| 10 | +1. [**dbprotect_mapper**](#dbprotect_mapper) - database vulnerability scanner |
| 11 | +1. [**fortify_mapper**](#fortify_mapper) - commercial static code analysis tool |
| 12 | +1. [**jfrog_xray_mapper**](#jfrog_xray_mapper) - package vulnerability scanner |
| 13 | +1. [**nessus_mapper**](#nessus_mapper) - commercial security scanner (supports compliance and vulnerability scans from Tenable.sc and Tenable.io) |
| 14 | +1. [**netsparker_mapper**](#netsparker_mapper) - web application security scanner |
| 15 | +1. [**nikto_mapper**](#nikto_mapper) - open-source web server scanner |
| 16 | +1. [**sarif_mapper**](#sarif_mapper) - static analysis results interchange format |
| 17 | +1. [**scoutsuite_mapper**](#scoutsuite_mapper) - multi-cloud security auditing tool |
| 18 | +1. [**snyk_mapper**](#snyk_mapper) - commercial package vulnerability scanner |
| 19 | +1. [**sonarqube_mapper**](#sonarqube_mapper) - open-source static code analysis tool |
| 20 | +1. [**xccdf_results_mapper**](#xccdf_results_mapper) - extensible configuration checklist description results format |
| 21 | +1. [*scc_mapper](#xccdf_results_mapper) - scap compliance checker format |
| 22 | +1. [**zap_mapper**](#zap_mapper) - OWASP ZAP - open-source dynamic code analysis tool |
22 | 23 |
|
23 | 24 | ## Want to recommend a mapper for another tool? Please use these steps:
|
24 | 25 |
|
@@ -264,7 +265,9 @@ sonarqube_mapper pulls SonarQube results, for the specified project, from the AP
|
264 | 265 |
|
265 | 266 | ## xccdf_results_mapper
|
266 | 267 |
|
267 |
| -xccdf_results_mapper translates an XCCDF_Results XML scan into HDF format json to be viewable in Heimdall |
| 268 | +Note: SCC outputs scan results in XCCDF-Results format. |
| 269 | + |
| 270 | +xccdf_results_mapper translates an XCCDF_Results XML scan into HDF format json to be viewable in Heimdall. |
268 | 271 |
|
269 | 272 | USAGE: heimdall_tools xccdf_results_mapper [OPTIONS] -x -o
|
270 | 273 |
|
|
0 commit comments