Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions output/scan-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ THOR creates several files during and at the end of the scan.
You can define different formatting options for both text log and
SYSLOG output.

JSON File Output (.json)
^^^^^^^^^^^^^^^^^^^^^^^^
JSON File Output (.jsonl)
^^^^^^^^^^^^^^^^^^^^^^^^^

The JSON log file is written by default. It provides the scan results
in a structured, machine readable format. See https://github.com/NextronSystems/jsonlog
Expand Down
2 changes: 1 addition & 1 deletion scanning/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ access rights on the share.

.. code-block:: doscon

C:\thor>thor64.exe --no-html --no-csv --json \\sys\rep\%COMPUTERNAME%_thor.json
C:\thor>thor64.exe --no-html --no-csv --json \\sys\rep\%COMPUTERNAME%_thor.jsonl

Logging to Syslog Server
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down