-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New analyser: File Strings #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added python3 compatibility
It may also be good to take a look at this at the same time: |
I propose to add this feature as a submodule in FileInfo. |
I've added the feature as submodule. I just need to finish templates. |
So, if you use this version it's not floss per-say, but it's more capable than basic strings, and it can rank the strings in order of maliciousness with rankstrings |
Also, could always use the binary version of floss? |
I've already added FLOSS as a submodule for FileInfo: https://github.com/TheHive-Project/Cortex-Analyzers/tree/feature/fileinfo_floss |
(That's why I was assigned ;) ) |
sorry, I didn't knew that and it seems way better than my first attempt with floss :) |
I'd say, if you want to at least have the most useful stuff at the top of the long list, use |
@3c7 will you propose a pull request with your changes? |
Need more time to fix the template. Currently no time to work on Analyzer stuff. |
no problem. The plan is to release milestone 2.6.0 this friday, if you need more time I'll move your pr to next release 👍 |
fb8f5aa
to
23be632
Compare
A simple analyser to find printable strings within files.
I've personally found this analyser to be a useful first step when dealing with various types of unknown file so wanted to make it available to others.