Skip to content

Commit

Permalink
Upload linux tlsdump.log (kevoreilly#2252)
Browse files Browse the repository at this point in the history
* Upload linux tlsdump.log

* Use env variable
  • Loading branch information
xiangchen96 authored Jul 30, 2024
1 parent cfbea5e commit 45a95d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analyzer/linux/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ def dump_files():
"""Dump all the dropped files."""
for file_path in FILES_LIST:
log.info("PLS IMPLEMENT DUMP, want to dump %s", file_path)
upload_to_host(
os.environ.get("SSLKEYLOGFILE", "/sslkeylog.log"),
"tlsdump/tlsdump.log",
category="tlsdump",
)


class Analyzer:
Expand Down

0 comments on commit 45a95d9

Please sign in to comment.