Skip to content

Commit 0929c1f

Browse files
rx294Rony Xavier
and
Rony Xavier
authored
Nikto Mapper (#61)
* Add nikto_mapper Co-authored-by: Rony Xavier <[email protected]>
1 parent ee48083 commit 0929c1f

File tree

8 files changed

+9238
-2
lines changed

8 files changed

+9238
-2
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ HeimdallTools supplies several methods to convert output from various tools to "
1111
- **burpsuite_mapper** - commercial dynamic analysis tool
1212
- **nessus_mapper** - commercial vulnerability scanner
1313
- **snyk_mapper** - commercial package vulnerability scanner
14+
- **nikto_mapper** - open-source web server scanner
1415

1516
Ruby 2.4 or higher (check using "ruby -v")
1617

@@ -163,6 +164,23 @@ FLAGS:
163164
example: heimdall_tools snyk_mapper -j snyk_results.json -o output-file-prefix
164165
```
165166

167+
## nikto_mapper
168+
169+
nikto_mapper translates an Nikto results JSON file into HDF format JSON to be viewable in Heimdall
170+
171+
Note: Current this mapper only support single target Nikto Scans.
172+
173+
```
174+
USAGE: heimdall_tools nikto_mapper [OPTIONS] -x <nikto-results-json> -o <hdf-scan-results.json>
175+
176+
FLAGS:
177+
-j <nikto_results_json> : path to Nikto results JSON file.
178+
-o --output_prefix <prefix> : path to output scan-results json.
179+
-V --verbose : verbose run [optional].
180+
181+
example: heimdall_tools nikto_mapper -j nikto_results.json -o nikto_results.json
182+
```
183+
166184
## version
167185

168186
Prints out the gem version

0 commit comments

Comments
 (0)