password-recovery

Recover passwords and credential data from disk images or corrupted files.

127|27|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/lazyFrogLOL/Harness_Engineering --skill password-recovery-lazyfroglol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: password-recovery
Source: https://github.com/lazyFrogLOL/Harness_Engineering/tree/main/skills/password-recovery
Command: npx skills add https://github.com/lazyFrogLOL/Harness_Engineering --skill password-recovery-lazyfroglol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recovering passwords and other credential data from disk images, corrupted files, or forensic scenarios is time‑consuming and error‑prone without a structured approach.

Core Features & Use Cases

  • Image format identification – Detects filesystem or archive types before attempting recovery.
  • Forensic tool integration – Automates use of extundelete, debugfs, ntfsundelete, testdisk, and similar utilities.
  • Fragment search and validation – Extracts printable strings, locates offsets, and validates combined fragments against known password patterns.
  • Use case example – A security analyst can run this skill on a compromised laptop image to retrieve stored passwords for incident response.

Quick Start

Use the password-recovery skill to analyze the file disk.img and retrieve possible passwords.

Frequently Asked Questions about password-recovery

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

FAQPage Schema
How do I extract passwords from a disk image?

Recovering passwords from a disk image involves detecting the filesystem format, applying forensic tools like extundelete or ntfsundelete, and validating extracted string fragments to locate hidden authentication data.

Can I recover credentials from corrupted files for forensic investigations?

Yes, recovering credentials from corrupted files is possible by extracting printable strings, locating data offsets, and validating combined fragments against known password patterns for forensic investigations.

What tools work with disk images to retrieve stored passwords?

Forensic tools such as extundelete, debugfs, ntfsundelete, and testdisk work with disk images to retrieve stored passwords by automating filesystem analysis and validating extracted credential fragments.

Does password recovery from disk images support different filesystem formats?

Password recovery supports different filesystem formats by first identifying the filesystem or archive type, then applying targeted forensic tools like debugfs for ext filesystems and ntfsundelete for NTFS volumes.

What is the best way to find hidden authentication data in a compromised laptop image?

The best way to find hidden authentication data in a compromised laptop image is to automate forensic tools, perform systematic fragment searches, and validate recovered credentials against known password patterns.

Why does fragment search and validation matter for credential extraction?

Fragment search and validation matter because they allow you to extract printable strings, locate offsets, and validate combined fragments against known password patterns to accurately verify recovered credentials.