- http://onhub.here/api/v1/diagnostic-report
- http://onhub.here/api/v1/get-attestation-information
- http://onhub.here/api/v1/get-endorsement-information
- http://onhub.here/api/v1/get-shmac
- http://onhub.here/api/v1/join-group
- http://onhub.here/api/v1/prove-identity
- http://onhub.here/api/v1/register-device
- http://onhub.here/api/v1/prepare-for-setup
Paul Buonopane paul@namepros.com at NamePros
PGP: https://keybase.io/zenexer
I'm working on cleaning up this advisory so that it's more informative at a glance. Suggestions are welcome.
This advisory addresses the underlying PHP vulnerabilities behind Dawid Golunski's [CVE-2016-10033][CVE-2016-10033], [CVE-2016-10045][CVE-2016-10045], and [CVE-2016-10074][CVE-2016-10074]. It assumes prior understanding of these vulnerabilities.
This advisory does not yet have associated CVE identifiers.
- To disable a service, download
Disable<Service>.regand double-click to import. (Replace<Service>with the name of the service you want to disable.) - To re-enable a service, download
Enable<Service>.regand double-click to import. (Replace<Service>with the name of the service you want to enable.)
Note that if you save the files by copying them into a text editor, they may need to be saved with Windows-style line endings (\r\n).
| gist@nuggies.ninja |
This gist has moved to a proper git repo so people can make pull requests: https://github.com/Zenexer/internet-reference/blob/main/Mac%20Keyboard%20Symbols.md
| APKTIDpOcb6b31RfgotJZXih8N52sJ3Hxq3j-SrTqGBxOZcmRr0Q |
This gist has moved to a proper git repo so people can make pull requests: https://github.com/Zenexer/internet-reference/blob/main/Internet%20Slang%20and%20Emoticons.md
Note: This workaround is no longer necessary in Windows 10 Insider build 17046 and later. As of 2018-02-07, the patch hasn't yet made it to stable.
- Upgrade with
do-release-upgrade, as you normally would. It will error out and leave your system in a partially upgraded state. - Close all WSL terminals and ensure that all WSL processes have terminated
- Run as a normal user (not root):
wget -O - https://gist.githubusercontent.com/Zenexer/10bc12fa5c99848b4b2150184f6beee5/raw/ubuntu-fix.sh | sh -s - Answer any prompts (sudo password, version disambiguation)
- If there are errors, resolve them and re-run the script. It is idempotent, meaning that it is safe to run any number of times, even if it only partially completes.
| { | |
| (?# | |
| # Adapted for PHP by Paul Buonopane | |
| # Based heavily on the following works: | |
| # - https://manishearth.github.io/blog/2018/02/15/picking-apart-the-crashing-ios-string/ | |
| # - https://github.com/hackbunny/viramarama | |
| # | |
| # This PHP regex will match any string that contains Indic character | |
| # combinations known to crash many iOS applications as of 11.2.5 and certain | |
| # macOS applications as of 10.13.3. |