├── BSidesBudapest2020 ├── Android │ ├── BSidesBudapest2020-Randorisec_Android_Mobile_Hacking.pdf │ ├── README.md │ ├── UnCrackable-Level1 │ │ ├── bypass-root-ul1.js │ │ ├── bypass-root-with-exit-ul1.js │ │ ├── solution-gadget-ul1.js │ │ └── solution-ul1.js │ ├── UnCrackable-Level2 │ │ └── solution-ul2.js │ ├── UnCrackable-Level3 │ │ ├── bypass-anti-frida-ul3.js │ │ ├── solution-ul3.js │ │ └── xor-secret.py │ ├── generate-keystore.sh │ ├── sign-apk.sh │ └── update-apktool-2.4.1.sh └── iOS │ ├── BSidesBudapest2020-Randorisec_iOS_Mobile_Hacking.pdf │ ├── Headbook-v1.0.ipa │ ├── README.md │ ├── dvia.ipa │ ├── frida.js │ ├── iGoat.ipa │ └── iOS_cheatsheet.txt └── README.md /BSidesBudapest2020/Android/BSidesBudapest2020-Randorisec_Android_Mobile_Hacking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/BSidesBudapest2020-Randorisec_Android_Mobile_Hacking.pdf -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/README.md -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level1/bypass-root-ul1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level1/bypass-root-ul1.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level1/bypass-root-with-exit-ul1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level1/bypass-root-with-exit-ul1.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level1/solution-gadget-ul1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level1/solution-gadget-ul1.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level1/solution-ul1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level1/solution-ul1.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level2/solution-ul2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level2/solution-ul2.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level3/bypass-anti-frida-ul3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level3/bypass-anti-frida-ul3.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level3/solution-ul3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level3/solution-ul3.js -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/UnCrackable-Level3/xor-secret.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/UnCrackable-Level3/xor-secret.py -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/generate-keystore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/generate-keystore.sh -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/sign-apk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/sign-apk.sh -------------------------------------------------------------------------------- /BSidesBudapest2020/Android/update-apktool-2.4.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/Android/update-apktool-2.4.1.sh -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/BSidesBudapest2020-Randorisec_iOS_Mobile_Hacking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/BSidesBudapest2020-Randorisec_iOS_Mobile_Hacking.pdf -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/Headbook-v1.0.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/Headbook-v1.0.ipa -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/README.md -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/dvia.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/dvia.ipa -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/frida.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/frida.js -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/iGoat.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/iGoat.ipa -------------------------------------------------------------------------------- /BSidesBudapest2020/iOS/iOS_cheatsheet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/BSidesBudapest2020/iOS/iOS_cheatsheet.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randorisec/workshops/HEAD/README.md --------------------------------------------------------------------------------