From 81bd0922841dfe52f60d8441d3125e9e7e10a353 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Wed, 10 Jan 2024 00:42:57 +0000 Subject: [PATCH] Update pastebin_automated_cdx_processor.py --- pastebin_automated_cdx_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastebin_automated_cdx_processor.py b/pastebin_automated_cdx_processor.py index 842d217..72856d8 100644 --- a/pastebin_automated_cdx_processor.py +++ b/pastebin_automated_cdx_processor.py @@ -15,7 +15,7 @@ BATCH_SIZE = 10 # Function to run cdxsummary command def run_cdxsummary(file_path, json_filepath): # Construct the cdxsummary command - cdxsummary_command = f"cdxsummary --json {file_path}" + cdxsummary_command = f"/usr/local/bin/cdxsummary --json {file_path}" try: # Run the cdxsummary command and capture the output