文件名称:cuckoo-osx-analyzer:用于Cuckoo Sandbox项目的OS X分析器
文件大小:72KB
文件格式:ZIP
更新时间:2024-06-01 05:35:39
Python
布谷鸟分析仪 我的旨在为项目构建OS X分析器。 :warning: 在制品 :warning: 用法 另请参阅: 和 来宾机器设置 安装pt_deny_attach建议的pt_deny_attach内核扩展。 这是一个可选步骤,有关更多详细信息,请参见此。 由于此分析器使用某些需要附加特权才能运行的实用程序,因此您可能需要为它们启用无密码sudo 。 这可以通过修改/etc/sudoers文件来完成: --- a/etc/sudoers +++ b/etc/sudoers @@ -43,3 +43,5 @@ root ALL=(ALL) ALL # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom # %users localhost=/sbin/shutdown -h now + + username ALL=(root) N
【文件预览】:
cuckoo-osx-analyzer-master
----scripts()
--------bootstrap_host.sh(2KB)
--------bootstrap_guest.sh(3KB)
----analyzer()
--------__init__.py(0B)
--------darwin()
----requirements.txt(20B)
----.codeclimate.yml(53B)
----.travis.yml(687B)
----config()
--------signatures.yml(47B)
--------types.yml(42B)
----LICENSE(1KB)
----README.md(5KB)
----tests()
--------test_dtruss.py(5KB)
--------test_cuckoo.py(6KB)
--------test_apicalls.py(6KB)
--------test_ipconnections.py(2KB)
--------test_packages.py(2KB)
--------test_probesgenerator.py(7KB)
--------assets()
--------test_analyzer.py(533B)
--------common.py(1KB)
----.gitignore(724B)