Add tool: kpartx #30

Open
opened 2025-11-05 18:39:05 +00:00 by contribution-bot · 0 comments
Collaborator

Add Tool: kpartx

Submitted by: anon@anon.anon
Type: software
Action: add

Tool Information

  • Name: kpartx
  • Description: - kpartx
    • kpartx -av /imagefile.dd
  • URL: https://kpartx.org
  • Skill Level: beginner
  • Platforms: Linux
  • License: GPL v3
  • Domains: static-investigations
  • Phases: data-collection
  • Related Concepts: File Systems & Storage Forensics

Copy-Paste YAML

  - name: kpartx
    type: software
    description: "- **kpartx**\n\t- `kpartx -av /imagefile.dd`\n\t-"
    domains:
      - static-investigations
    phases:
      - data-collection
    skillLevel: beginner
    url: https://kpartx.org
    platforms:
      - Linux
    license: GPL v3
    accessType: cli
    related_concepts:
      - File Systems & Storage Forensics

For Maintainers

  1. Copy the YAML above
  2. Add to src/data/tools.yaml in the tools array
  3. Maintain alphabetical order
  4. Close this issue when done

Submitted via ForensicPathways contribution form

## Add Tool: kpartx **Submitted by:** anon@anon.anon **Type:** software **Action:** add ### Tool Information - **Name:** kpartx - **Description:** - **kpartx** - `kpartx -av /imagefile.dd` - - **URL:** https://kpartx.org - **Skill Level:** beginner - **Platforms:** Linux - **License:** GPL v3 - **Domains:** static-investigations - **Phases:** data-collection - **Related Concepts:** File Systems & Storage Forensics ### Copy-Paste YAML ```yaml - name: kpartx type: software description: "- **kpartx**\n\t- `kpartx -av /imagefile.dd`\n\t-" domains: - static-investigations phases: - data-collection skillLevel: beginner url: https://kpartx.org platforms: - Linux license: GPL v3 accessType: cli related_concepts: - File Systems & Storage Forensics ``` ### For Maintainers 1. Copy the YAML above 2. Add to `src/data/tools.yaml` in the tools array 3. Maintain alphabetical order 4. Close this issue when done --- *Submitted via ForensicPathways contribution form*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mstoeck3/forensic-pathways#30