All Projects → prateek147 → Dvia V2

prateek147 / Dvia V2

Licence: mit
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.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Dvia V2

IoT-iBeacon
An Ionic app for indoor localization and navigation using BLE iBeacons.
Stars: ✭ 39 (-88.95%)
Mutual labels:  mobile-app
Openjailbreak
GeoSn0w's OpenJailbreak Project, an open-source iOS 11 to iOS 13 Jailbreak project & vault.
Stars: ✭ 277 (-21.53%)
Mutual labels:  jailbreak
Caffe Mobile
Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Stars: ✭ 316 (-10.48%)
Mutual labels:  mobile-app
farmassist
Farmassist is a smart farming app for IoT and AI-powered plant disease detection. It is built with Flutter and uses Firebase as its backend.
Stars: ✭ 41 (-88.39%)
Mutual labels:  mobile-app
Jail Monkey
A React Native library for identifying if a phone is rooted or mocking locations
Stars: ✭ 264 (-25.21%)
Mutual labels:  jailbreak
Contraflutterkit
A Flutter UI kit with 50 plus screens for beginners to learn.
Stars: ✭ 288 (-18.41%)
Mutual labels:  mobile-app
ProperLockGestures
Double tap to lock
Stars: ✭ 13 (-96.32%)
Mutual labels:  jailbreak
2019 Typography Calendar
2019 字体日历 App
Stars: ✭ 342 (-3.12%)
Mutual labels:  mobile-app
Osirisjailbreak12
iOS 12.0 -> 12.1.2 Incomplete Osiris Jailbreak with CVE-2019-6225 by GeoSn0w (FCE365)
Stars: ✭ 276 (-21.81%)
Mutual labels:  jailbreak
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+1045.04%)
Mutual labels:  mobile-app
habr app
Mobile app for habr
Stars: ✭ 36 (-89.8%)
Mutual labels:  mobile-app
Tailpos
TailPOS an Offline First Open Source POS for ERPNext
Stars: ✭ 258 (-26.91%)
Mutual labels:  mobile-app
Inds
Revival of the Nintendo DS emulator for iOS
Stars: ✭ 293 (-17%)
Mutual labels:  jailbreak
GeoNonceSetter12
Nonce Setter for iOS 12.0 -> 12.2 and 12.4 pre-A12
Stars: ✭ 37 (-89.52%)
Mutual labels:  jailbreak
Yo
Lightweight, easy-to-use, configurable, and extensible mobile front-end development framework.
Stars: ✭ 319 (-9.63%)
Mutual labels:  mobile-app
AppAuth-OAuth2-Books-Demo
A companion repo for the blog article: https://blog.approov.io/adding-oauth2-to-mobile-android-and-ios-clients-using-the-appauth-sdk
Stars: ✭ 22 (-93.77%)
Mutual labels:  mobile-app
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+772.24%)
Mutual labels:  mobile-app
Lookinloader
Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~13
Stars: ✭ 357 (+1.13%)
Mutual labels:  jailbreak
Procursus
Modern iOS Bootstrap
Stars: ✭ 311 (-11.9%)
Mutual labels:  jailbreak
Buttercup Mobile
📱 React-Native mobile application for Buttercup
Stars: ✭ 297 (-15.86%)
Mutual labels:  mobile-app

DVIA-v2

DVIA-v2 written in Swift along with additional vulnerabilities

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.

  1. Local Data Storage
  2. Jailbreak Detection
  3. Excessive Permissions
  4. Runtime Manipulation
  5. Anti Anti Hooking/Debugging
  6. Binary Protection
  7. Touch/Face ID Bypass
  8. Phishing
  9. Side Channel Data Leakage
  10. IPC Issues
  11. Broken Cryptography
  12. Webview Issues
  13. Network Layer Security
  14. Application Patching
  15. Sensitive Information in Memory

Installing DVIA on any iOS device

The best way to install DVIA is using Cydia Impactor

Steps

  1. Create an Apple ID https://appleid.apple.com/account
  2. Download Impactor, make sure the device you want to install the app on is connected to your computer. Now drag and drop the IPA file to Impactor.
  3. Enter your Apple ID credentials. App will install on the device
  4. Go to your device, Settings -> General -> Device Management. Select the Apple ID you used to install the app. Click on Verify App under DVIAv2.

Compiling DVIA using Xcode

Steps

  1. Clone the DVIA repo , git clone https://github.com/prateek147/DVIA-v2
  2. cd to the project root directory where the Podfile is present (/DVIA-v2/DVIA-v2). Then run pod install
  3. Open the DVIA-v2.xcworkspace file with Xcode. You can now directly run the app on a simulator.
  4. For running on the device, go under Project settings in Xcode on the top left, head over to the General tab and under Signing, enter credentials for your Apple ID.
  5. Now you can build and run the project on the device. You will have to trust the app again by going under Settings -> General -> Device Management.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].