Created
June 14, 2018 19:58
-
-
Save milo2012/dd68c7af3f65bd52cb7c7845fcb7c4bd to your computer and use it in GitHub Desktop.
Backdoor Notes
This file contains hidden or 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