Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 762 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 762 Bytes

JBDetect

Repo: https://github.com/an0nlk/JBDetect
Author: Kalana Sankalpa (Anon LK).

JailBreak Detection for iOS Applications

Add relevent functions in JBDetect/ViewController.swift to your Xcode project.
If JailBreak is detected these functions will return "JBroken".

Make sure to add following URLSchemes to the Info.plist file

<key>LSApplicationQueriesSchemes</key>
    <array>
        <string>sileo</string>
    	<string>cydia</string>
    	<string>zbrea</string>
	<string>installer</string>
	<string>rockapp</string>
	<string>icy</string>
	<string>saily</string>
	<string>packix</string>
	<string>undecimus</string>
	<string>xina</string>
	<string>filza</string>
	<string>santander</string>
	<string>apt-repo</string>
    </array>