Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

openrelik/openrelik-worker-strings

Repository files navigation

Caution

NOTICE - DO NOT USE

This repository has been archived and moved to https://github.com/openrelik/openrelik-workers/

Openrelik worker for running strings on input files

Installation

Add this to your docker-compose.yml file

openrelik-worker-strings:
    container_name: openrelik-worker-strings
    image: ghcr.io/openrelik/openrelik-worker-strings:latest
    restart: always
    environment:
      - REDIS_URL=redis://openrelik-redis:6379
    volumes:
      - /path/to/your/artifacts:/path/to/your/artifacts
    command: "celery --app=src.app worker --task-events --concurrency=4 --loglevel=INFO -Q openrelik-worker-strings"

Test

uv sync --group test
uv run pytest -s --cov=.

About

Extracts strings from various file types for forensic analysis

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors