extract_archive
Extract files from compressed archives (.zip, .7z, .rar) for malware analysis, automatically trying common passwords if protected.
Instructions
Extract files from a compressed archive (.zip, .7z, .rar). Automatically tries common malware passwords if the archive is password-protected. Returns list of extracted files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive_file | Yes | Path to archive file relative to samples directory (e.g., 'sample.zip') | |
| password | No | Optional password to try first. If not provided, tries common passwords from built-in list. | |
| output_subdir | No | Optional subdirectory name for extracted files. Defaults to archive filename without extension. |