-
-
Save carnal0wnage/10476eeaa61c638d0c319d8121ef235b to your computer and use it in GitHub Desktop.
Backdoor Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creating signed and customized backdoored macOS applications by abusing Apple Developer tools | |
https://medium.com/@adam.toscher/creating-signed-and-customized-backdoored-macos-applications-by-abusing-apple-developer-tools-b4cbf1a98187 | |
Notes: | |
Include 1) 1Password 7.app (Gatekeeper Approved) 2) StuffIt Expander.app/Backdoor (Not Approved) in /tmp/apps. You will be allowed to run both 1) and 2) (Gatekeeper bypass) | |
Alternative one liner: | |
$ pkgbuild --root /tmp/apps --identifier com.microsoft --install-location /Applications mypackage.pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment