safe_extract_strings
Extract printable ASCII strings from binary files to locate hardcoded secrets, URLs, or indicators.
Instructions
Safely extracts print-printable ASCII strings from local binary files (mimicking the Linux 'strings' utility) to look for indicators, secrets, or hardcoded URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the binary file to extract strings from. | |
| minLength | No | Minimum character length of strings to extract (default is 4). |