* Fix a bug in base64 handling that caused an exception on some input. * Add `--extract-emails` flag to the CLI. * Update documentation.
1.13.0
* **NEW!**: Overhaul YARA extraction, with support for imports, includes, comments, scopes, and more. * Reduce false positives from URL extraction (29 from JayFields).
1.12.2
No functional changes; pinned to an older version of `regex`.
There is an import error with the newer version. This will be unpinned once the issue is addressed upstream.
1.12.1
* Add `--extract-ipv4s` and `--extract-ipv6s` flags to the CLI.
1.11.0
* **NEW!**: Add support for new URL defangs, including `http:__` and `http:\\`. * Fix a number of URL extraction issues (6), reducing false positives and drastically improving existing results. * Refactor regex for clarity and to allow easier maintenance.
1.10.0
* **NEW!**: Add several new defang methods to email extraction/refang (22).
Check the [documentation](https://inquest.readthedocs.io/projects/iocextract/en/latest/#more-details) for more details.