Last active
March 10, 2021 08:11
-
-
Save sa7mon/7568659790b8a38c6bd9 to your computer and use it in GitHub Desktop.
Scan your Mac for application feed URLs with the Sparkle Updater Framework. URL's that aren't HTTPS are vulnerable to MITM
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
find /Applications -name Sparkle.framework -exec defaults read {}/../../Info.plist SUFeedURL \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment