Pinned Repositories
DVIA
Damn Vulnerable iOS App (DVIA) is an iOS application that is damn vulnerable. Its main goal is to provide a platform to mobile security enthusiasts/professionals or students to test their iOS penetration testing skills in a legal environment. This application covers all the common vulnerabilities found in iOS applications (following OWASP top 10 mobile risks) and contains several challenges that the user can try. This application also contains a section where a user can read various articles on iOS application security. This project is developed and maintained by @prateekg147. The vulnerabilities and solutions covered in this app are tested upto iOS 8.1 .
DVIA-v2
Damn Vulnerable iOS App (DVIA) is an iOS application that is damn vulnerable. Its main goal is to provide a platform to mobile security enthusiasts/professionals or students to test their iOS penetration testing skills in a legal environment. This project is developed and maintained by @prateekg147. The vulnerabilities and solutions covered in this app are tested up to iOS 11. The current version is writen in Swift and has the following vulnerabilities.
gdb-demo
A demo app to explain the use of GDB as a debugger for performing runtime analysis. A related article can be found at http://highaltitudehacks.com/2013/11/08/ios-application-security-part-21-arm-and-gdb-basics
InsecureCryptography-Demo
A demo application to demonstrate insecure and broken cryptography techniques in IOS Applications. Complete article can be found at http://highaltitudehacks.com/2014/01/17/ios-application-security-part-29-insecure-or-broken-cryptography
InsecureCryptographyDecryptor
A demo application to decrypt a weak encryption technique followed in https://github.com/prateek147/InsecureCryptography
Jailbreak-Detector
A simple app with a class named JailbreakDetector to detect whether the IOS device the app is running on is jailbroken or not. A related article can be found at http://highaltitudehacks.com/2013/12/17/ios-application-security-part-24-jailbreak-detection-and-evasion
localDataStorageDemo
A demo app to demonstrate saving local data insecurely in the application. This app is used in a tutorial that can be found at http://highaltitudehacks.com/2013/10/26/ios-application-security-part-20-local-data-storage-nsuserdefaults
prateek147.github.io
Code for my website HighAltitudeHacks.com
SLAE
All the code written in the "SecurityTube Linux Assembly Expert course"
Test
555-555-0199@example.com
prateek147's Repositories
prateek147/gdb-demo
A demo app to explain the use of GDB as a debugger for performing runtime analysis. A related article can be found at http://highaltitudehacks.com/2013/11/08/ios-application-security-part-21-arm-and-gdb-basics
prateek147/SLAE
All the code written in the "SecurityTube Linux Assembly Expert course"
prateek147/localDataStorageDemo
A demo app to demonstrate saving local data insecurely in the application. This app is used in a tutorial that can be found at http://highaltitudehacks.com/2013/10/26/ios-application-security-part-20-local-data-storage-nsuserdefaults
prateek147/Jailbreak-Detector
A simple app with a class named JailbreakDetector to detect whether the IOS device the app is running on is jailbroken or not. A related article can be found at http://highaltitudehacks.com/2013/12/17/ios-application-security-part-24-jailbreak-detection-and-evasion
prateek147/iNalyzer
iOS iNalyzer
prateek147/introspy
Security profiling for blackbox iOS
prateek147/SiriProxy
A (tampering) proxy server for Apple's Siri
prateek147/SPSE
All python code from the SecurityTube Python Scripting expert course