there are scenarios where only specific file extensions needs to be scanned.
So, I've added an option (--exts) in order to specify which file extensions should be scanned in my custom yara build :
yara64.exe -C webshells.bin . --exts=.asp/.aspx/.dll/.jsp/.php
I would like to know if this is something that is planned in the feature list. If needed, I can share the code I'm currently using (I'm new to github).
Thanks!
Emmanuel
there are scenarios where only specific file extensions needs to be scanned.
So, I've added an option (--exts) in order to specify which file extensions should be scanned in my custom yara build :
yara64.exe -C webshells.bin . --exts=.asp/.aspx/.dll/.jsp/.php
I would like to know if this is something that is planned in the feature list. If needed, I can share the code I'm currently using (I'm new to github).
Thanks!
Emmanuel