EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
285 stars 49 forks source link

Strings based analysis #64

Open geekscrapy opened 5 years ago

geekscrapy commented 5 years ago

In a somewhat similar vain to #11 I was wondering if the capability was there to extract and process string data? For example a module that extracts URLs and strings from a PE binary would then be consumed by another module later on which is able to do a lookup based on this output.

Another example is to have a base64 module that can consume base64 encoded data of attachments in emails. This would then be resubmitted into fsf.

Love to hear your thoughts