diff --git a/doc/userguide/output/lua-output.rst b/doc/userguide/output/lua-output.rst index f95b17a8d0..bd844cdc3e 100644 --- a/doc/userguide/output/lua-output.rst +++ b/doc/userguide/output/lua-output.rst @@ -539,6 +539,22 @@ Example: end end +Ja3GetString +~~~~~~~~~~~~ + +Get the JA3 string through Ja3GetString. + +Example: + +:: + + function log (args) + str = Ja3GetString() + if str == nil then + return + end + end + SSH ---