Socket
Socket
Sign inDemoInstall

log4j-detector-to-csv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log4j-detector-to-csv

Combines all host specific json outputs from log4j-detector into one single csv file.


Maintainers
1

log4j-detector-to-csv

This project contains a script to convert and combine all host specific outputs of the log4j-detector logs in json format to one single CSV file.

Getting started

With Python and pip installed

Install log4j-detector-to-csv with pip:

pip install log4j-detector-to-csv

Run log4j-detector-to-csv:

log4j-detector-to-csv -h

Output:

usage: log4j-detector-to-csv [-h] -i INPUT -o OUTPUT

Convert log4j-detector json file into one csv

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input directory
  -o OUTPUT, --output OUTPUT
                        Output directory

From Sourcecode

Prerequisites:

  • python
  • poetry

Clone Repository:

git clone https://github.com/richardbischof/log4j-detector-to-csv.git

Change in directory:

cd log4j-detector-to-csv/log4j_detector_to_csv

Run Script:

python main.py -i $INPUT_DIRECTORY -o $OUTPUT_FILE

Example:

python main.py -i logs -o report.csv

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc