You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a virustotal_intelligence query returns several ruby errors, and no results.
Steps to reproduce
Running Mihari v 3.9.1
Run via CLI mihari analyze virustotal_intelligence 'entity:file tag:"cve-2021-40444"' --title "CVE-2021-40444" --description "Identifies samples leveraging CVE-2021-40444" --tags "Exploit"
Returns several errors:
/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major version
Provide a `default:` keyword argument instead
/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major version
Provide a `default:` keyword argument instead
/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major versionProvide a `default:` keyword argument instead/var/lib/gems/2.7.0/gems/dry-container-0.8.0/lib/dry/container/mixin.rb:68:in `class_eval' [dry-configurable] default value as positional argument to settings is deprecated and will be removed in the next major version
Provide a `default:` keyword argument instead
Could not find command"analyse".
Did you mean?"analyze"
Expected behavior
Should expect Mihari to store the SHA256 hashes of the matching files.
Actual behavior
Error returned, as above
Screenshots
N/A
System Information:
OS: Ubuntu 20.04.1, Minimal Install
Ruby version: 2.7.0
Mihari version: 3.9.1
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running a
virustotal_intelligence
query returns several ruby errors, and no results.Steps to reproduce
mihari analyze virustotal_intelligence 'entity:file tag:"cve-2021-40444"' --title "CVE-2021-40444" --description "Identifies samples leveraging CVE-2021-40444" --tags "Exploit"
Expected behavior
Should expect Mihari to store the SHA256 hashes of the matching files.
Actual behavior
Error returned, as above
Screenshots
N/A
System Information:
Additional context
None.
The text was updated successfully, but these errors were encountered: