kubeshark / tracer

The kernel tracer that attaches eBPF probes to containers for capturing TLS traffic
GNU General Public License v3.0
17 stars 6 forks source link

Add parameters for TLS interception in libssl custom names #64

Closed iluxa closed 4 months ago

iluxa commented 4 months ago

New parameter added to tracer with name -ssl-libname to intercept TLS traffic in libssl with non-standard names, multiple names can be provided, for example:

      - command:
        - ./tracer
        - -procfs
        - /hostproc
        - -ssl-libname
        - opensslname1
        - -ssl-libname
        - opensslname2