Skip to content

an0nlk/JBDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

JailBreak Detection for iOS Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages