Giter Club home page Giter Club logo

Comments (3)

tclahr avatar tclahr commented on August 26, 2024

Hi anthony-pierce,

I will add an artifact to grab the contents of the system's "/tmp" directory in the next release. In the meantime, you can create your own custom artifact based on the example below. I would create a tmp.yaml file and place it into artifacts/files/system directory.

version: 1.0
artifacts:
  -
    description: Collect system temporary files.
    supported_os: [all]
    collector: file
    path: /tmp/*
    file_type: f
    max_file_size: 5242880 # 5MB
  -
    description: Collect hidden system temporary files.
    supported_os: [all]
    collector: file
    path: /tmp
    name_pattern: [".*"]
    file_type: f
    max_file_size: 5242880 # 5MB
  -
    description: Collect system temporary files.
    supported_os: [macos]
    collector: file
    path: /private/tmp/*
    file_type: f
    max_file_size: 5242880 # 5MB
  -
    description: Collect hidden system temporary files.
    supported_os: [macos]
    collector: file
    path: /private/tmp
    name_pattern: [".*"]
    file_type: f
    max_file_size: 5242880 # 5MB

from uac.

tclahr avatar tclahr commented on August 26, 2024

'live_response/process/proctree.yaml' artifact file was added on both 'full' and 'full-with-memory-dump' profiles. Please check branch v2.1.0-dev.

from uac.

tclahr avatar tclahr commented on August 26, 2024

New artifact to collect temporary files located in the '/tmp' directory (files/system/tmp.yaml). Please check branch v2.1.0-dev.

from uac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.