Giter Club home page Giter Club logo

romikavinda / root_jailbreak_sniffer Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 152 KB

A Flutter Plugin to Detect root on Android (Magisk to some extent) and jailbreak on iOS

Home Page: https://pub.dev/packages/root_jailbreak_sniffer

License: Apache License 2.0

CMake 57.93% AIDL 0.26% C 4.43% Java 28.37% Swift 1.22% Objective-C 0.03% Dart 6.88% Ruby 0.87%
fluter jailbreak magisk mobileappsecurity root dart android android-security ios mobile-security

root_jailbreak_sniffer's Introduction

root_jailbreak_sniffer

Flutter plugin to detect jailbreak on iOS and root detection (Magisk hide to some extent) on Android.

Based on RootBeer , RootInspector , DetectMagiskHide for Android, and IOSSecuritySuite for iOS.

Getting Started

Install

$ flutter pub add root_jailbreak_sniffer

or add the below line to your package's pubspec.yaml:

dependencies:
  root_jailbreak_sniffer: ^1.0.6

Platform Based Configurations

Android

No Configurations Needed.

iOS

Add following lines to the Info.plist file in /ios/Runner/ folder.

<key>LSApplicationQueriesSchemes</key>
    <array>
        <string>undecimus</string>
        <string>sileo</string>
        <string>zbra</string>
        <string>filza</string>
        <string>activator</string>
    </array>

Usage

import 'package:root_jailbreak_sniffer/rjsniffer.dart';

    bool amICompromised = await Rjsniffer.amICompromised() ?? false;     //Detect JailBreak and Root
    bool amIEmulator = await Rjsniffer.amIEmulator() ?? false;           //Detect Emulator Environment
    bool amIDebugged = await Rjsniffer.amIDebugged() ?? false;           //Detect being Debugged

root_jailbreak_sniffer's People

Contributors

romikavinda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

monfadev huyxuhao

root_jailbreak_sniffer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.