VirusTotal / yara-x

A rewrite of YARA in Rust.
https://virustotal.github.io/yara-x/
BSD 3-Clause "New" or "Revised" License
631 stars 50 forks source link

Appreciation for YARA-X Team & Feature Request: `--scan-list Flag` #112

Closed snakeeater0x01 closed 4 months ago

snakeeater0x01 commented 4 months ago

Thank you, YARA-X team, for your dedication to creating a robust scanning tool. Your efforts are truly appreciated!

Request: Could we add a --scan-list flag like the old YARA version? It'd be handy for scanning lists of files stored in a txt file.

Context: This feature would streamline scanning multiple files, enhancing YARA-X's usability.

Closing: Excited for future enhancements! Thanks again for your hard work.

plusvic commented 4 months ago

@ousbaailyas thank you for your kind words. I've implemented the --scan-list, and it will be included in the next release.