password-recovery

Recovers passwords and sensitive data from disk images using forensic tools and byte-level fragment analysis.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Zurybr/lefarma-skills --skill password-recovery-zurybr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: password-recovery
Source: https://github.com/Zurybr/lefarma-skills/tree/main/letta/benchmarks/trajectory-only/password-recovery
Command: npx skills add https://github.com/Zurybr/lefarma-skills --skill password-recovery-zurybr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agents systematically recover lost or deleted passwords and sensitive authentication data from various storage media and file system states, crucial for forensic investigations or data recovery scenarios.

Core Features & Use Cases

  • Forensic Tool Integration: Guides the use of specialized tools like extundelete, debugfs, testdisk, and photorec for structured data recovery.
  • Fragment Analysis: Provides methods for searching, identifying, and validating fragmented data that may contain credentials.
  • Use Case: When tasked with retrieving forgotten user credentials from a corrupted hard drive image, this Skill will outline the steps to analyze the image, attempt file recovery, and search for password fragments.

Quick Start

Use the password-recovery skill to find and recover any password-related data from the provided disk image file 'evidence.img'.

Frequently Asked Questions about password-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover lost passwords from a corrupted disk image?

To recover lost passwords from a corrupted disk image, you must perform byte-level fragment analysis and utilize forensic tools like extundelete, debugfs, and photorec to extract and validate credential data.

What is the best way to extract credentials from fragmented forensic data?

Extracting credentials from fragmented forensic data requires byte-level fragment analysis to identify scattered password fragments, which are then validated against known formats and contextual clues to ensure structural data recovery.

How does byte-level fragment analysis work for credential recovery?

Byte-level fragment analysis works by searching disk images for scattered password fragments. It identifies partial credential data and validates the recovered fragments against known formats to reconstruct the sensitive information.

How do I validate recovered password fragments from a disk image?

You validate recovered password fragments by checking the extracted data against known formats and contextual clues. This ensures the recovered credentials are accurate and structurally intact before completing the recovery process.

When should I use extundelete and debugfs for recovering sensitive authentication data?

Use extundelete and debugfs for recovering sensitive authentication data when you need to retrieve deleted credentials from corrupted hard drive images and require specialized forensic tools for structured file system analysis.