Camera spoof

This commit is contained in:
Echo Hou
2019-10-26 18:38:10 +08:00
parent 962573cb19
commit 4bfc2450b8
6 changed files with 135 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+16
View File
@@ -1018,6 +1018,22 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>AnyiSightCam.kext</string>
<key>Comment</key>
<string>Apple Camera Spoof</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
+119
View File
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.AnV_Software.driver.AnyiSightCam</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AnyiSightCam</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.8.8</string>
<key>IOKitPersonalities</key>
<dict>
<key>Fake Built-in iSight Device</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
<key>IOClass</key>
<string>AppleUSBMergeNub</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>USB Product Name</key>
<string>FaceTime HD Camera (Built-in)</string>
<key>USB Serial Number</key>
<string>DJHB2F000LDH7FL0</string>
<key>USB Vendor Name</key>
<string>Apple Inc.</string>
<key>bcdDevice</key>
<integer>1302</integer>
<key>iManufacturer</key>
<integer>1</integer>
<key>iProduct</key>
<integer>2</integer>
<key>iSerialNumber</key>
<integer>3</integer>
<key>idProduct</key>
<integer>34057</integer>
<key>idVendor</key>
<integer>1452</integer>
<key>kSuspendPort</key>
<true/>
<key>non-removable</key>
<string>yes</string>
</dict>
<key>idProduct</key>
<integer>46153</integer>
<key>idVendor</key>
<integer>1266</integer>
</dict>
<key>Fake Built-in iSight Interface A</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
<key>IOClass</key>
<string>AppleUSBMergeNub</string>
<key>IOProviderClass</key>
<string>IOUSBInterface</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>USB Interface Name</key>
<string>Built-in iSight</string>
<key>bcdDevice</key>
<integer>1077</integer>
<key>idProduct</key>
<integer>34055</integer>
<key>idVendor</key>
<integer>1452</integer>
</dict>
<key>bConfigurationValue</key>
<string>*</string>
<key>bInterfaceNumber</key>
<integer>0</integer>
<key>idProduct</key>
<integer>46153</integer>
<key>idVendor</key>
<integer>1266</integer>
</dict>
<key>Fake Built-in iSight Interface B</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
<key>IOClass</key>
<string>AppleUSBMergeNub</string>
<key>IOProviderClass</key>
<string>IOUSBInterface</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>USB Interface Name</key>
<string>Built-in iSight</string>
<key>bcdDevice</key>
<integer>1077</integer>
<key>idProduct</key>
<integer>34055</integer>
<key>idVendor</key>
<integer>1452</integer>
</dict>
<key>bConfigurationValue</key>
<string>*</string>
<key>bInterfaceNumber</key>
<integer>1</integer>
<key>idProduct</key>
<integer>46153</integer>
<key>idVendor</key>
<integer>1266</integer>
</dict>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>