Giter VIP home page Giter VIP logo

saladandonionrings / ios-binary-security-analyzer Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 2.0 24 KB

Uncover usage of insecure functions, implementation of weak cryptography, encryption status, and the presence of security features like Position Independent Executable (PIE), Stack Canaries, and Automatic Reference Counting (ARC) in iOS Applications Binaries.

Shell 100.00%
binary-analysis binary-auditing insecure-functions ios ios-penetration-testing ios-pentesting mobile-application mobile-penetration-testing mobile-pentest pentest-tool

ios-binary-security-analyzer's Introduction

๐Ÿ•ต๏ธโ€โ™‚๏ธ iOS Binary Security Analyzer

This script inspects iOS application binaries to uncover usage of insecure functions, implementation of weak cryptography, encryption status, and the presence of security features like Position Independent Executable (PIE), Stack Canaries, and Automatic Reference Counting (ARC).

๐ŸŒŸ Features

  • Quick static analysis of iOS binaries
  • Checks for various iOS binary security features (encryption, PIE, Stack Canaries, ARC)
  • Detection of weak cryptographic methods (MD5, SHA1)
  • Identification of commonly misused and insecure functions

๐Ÿ“‹ Requirements

  1. ๐Ÿ“ฒ Jailbreak your iOS device.
  2. ๐Ÿ› ๏ธ Install otool: This can be done through the Cydia package manager.
    • Add the following repository in Cydia: http://apt.thebigboss.org/repofiles/cydia/
    • Search for and install the Big Boss Recommended Tools package.
    • Alternatively, search for and install the Darwin CC Tools package.
    • If your device is set up with SSH and command line access, you can also install otool via command line using: apt install otool

๐Ÿš€ Usage

The binary should be located within the /private/var/containers/Bundle/Application/XXXXXXX/<APP-PATH>/ directory.

# on host
git clone https://github.com/saladandonionrings/ios-binary-checks.git
cd ios-binary-checks
# send the script to your ios device
scp check-binary.sh root@ip:/var/root

# on ios device
./check-binary.sh <binary>

๐Ÿ“ธ Screenshots

image image

ios-binary-security-analyzer's People

Contributors

saladandonionrings avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.