文件名称:chef-yara:安装 YARA 恶意软件研究工具的 Chef Cookbook
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-02 06:05:12
ruby chef-cookbook malware-analysis yara Ruby
描述 用于安装和配置Chef 食谱,这是一款适用于恶意软件研究人员的模式匹配瑞士刀。 用法 在run_list包含yara::default配方。 要禁用安装 yara-python 设置以下属性: default[:yara][:install_yara_python] = false 测试 bundle install # Run Unit and Lint Tests bundle exec rake # Run Test-Kitchen Integration Tests kitchen test 贡献 分叉吧 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feat
【文件预览】:
chef-yara-master
----.travis.yml(269B)
----recipes()
--------python.rb(529B)
--------install.rb(1KB)
--------default.rb(146B)
----attributes()
--------python.rb(327B)
--------default.rb(835B)
----Rakefile(621B)
----test()
--------integration()
----.kitchen.yml(425B)
----.rubocop.yml(501B)
----chefignore(974B)
----Gemfile(339B)
----spec()
--------unit()
--------spec_helper.rb(75B)
----metadata.rb(269B)
----.gitignore(126B)
----README.md(1KB)
----Berksfile(84B)