Inspired by https://infosec.exchange/@jjtech/112612685494089718
Reboot into Recovery OS + Disable SIP
csrutil disable
Inspired by https://infosec.exchange/@jjtech/112612685494089718
Reboot into Recovery OS + Disable SIP
csrutil disable
I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
| [ | |
| { | |
| "bundleID": "com.miHoYo.GenshinImpact", | |
| "name": "Genshin Impact", | |
| "version": "2.8.0", | |
| "itunesLookup": "http://itunes.apple.com/lookup?bundleId=com.miHoYo.GenshinImpact", | |
| "link": "https://ipa.playcover.workers.dev/0:/Genshin%20Impact/US/Genshin%20Impact_2.8.0.ipa" | |
| }, | |
| { | |
| "id": "com.miHoYo.Yuanshen", |
| #!/bin/bash | |
| sudo steamos-readonly disable | |
| sudo pacman-key --init | |
| sudo pacman-key --populate archlinux | |
| #sudo pacman-key --refresh-keys | |
| # install docker package | |
| echo -e "\rInstalling Docker..." |
| #!/bin/bash | |
| URLs=$(curl "https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery2.json" \ | |
| -s --output - | \ | |
| grep "^.*\"url\".*$" | \ | |
| sed "s/.*\"url\": \"\(.*\)\".*$/\1/g") | |
| printf "\nPick which channel to download your image from. Channel name is near the end of the URL.\n\n" | |
| select URL in $URLs; |
| #include <android/security/keystore/IKeystoreService.h> | |
| #include <android/security/keystore/BpKeystoreService.h> | |
| namespace android { | |
| namespace security { | |
| namespace keystore { | |
| IMPLEMENT_META_INTERFACE(KeystoreService, "android.security.keystore.IKeystoreService") |
A quick guide on how to setup X11 forwarding on macOS when using docker containers requiring a DISPLAY. Works on both Intel and M1 macs!
This guide was tested on:
To disable it, set this preference
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -boolean false
Then, as @Leon mentions, use the regular web browser to login. Or if you are on a network where that somehow does not work then you can still try and open the app manually (located at /System/Library/CoreServices/Captive Network Assistant.app )
In case, you would ever want to remove this setting, you can do:
sudo defaults delete /Library/Preferences/SystemConfiguration/com.apple.captive.control Active
Stand: 2020-04-15T16:04:00Z
| // $ frida -l antiroot.js -U -f com.example.app --no-pause | |
| // CHANGELOG by Pichaya Morimoto (p.morimoto@sth.sh): | |
| // - I added extra whitelisted items to deal with the latest versions | |
| // of RootBeer/Cordova iRoot as of August 6, 2019 | |
| // - The original one just fucked up (kill itself) if Magisk is installed lol | |
| // Credit & Originally written by: https://codeshare.frida.re/@dzonerzy/fridantiroot/ | |
| // If this isn't working in the future, check console logs, rootbeer src, or libtool-checker.so | |
| Java.perform(function() { | |
| var RootPackages = ["com.noshufou.android.su", "com.noshufou.android.su.elite", "eu.chainfire.supersu", |