awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to securing/iossecuritysuite

Open-source alternatives to IOSSecuritySuite

30 open-source projects similar to securing/iossecuritysuite, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best IOSSecuritySuite alternative.

  • chaitin/passionfruitchaitin avatar

    chaitin/passionfruit

    1,669View on GitHub↗

    WIP Crappy iOS app analyzer

    Vue
    View on GitHub↗1,669
  • ansjdnakjdnajkd/iosansjdnakjdnajkd avatar

    ansjdnakjdnajkd/iOS

    1,272View on GitHub↗

    Most usable tools for iOS penetration testing

    applecheatsheetfrida
    View on GitHub↗1,272
  • deepzec/bad-pdfdeepzec avatar

    deepzec/Bad-Pdf

    1,150View on GitHub↗

    Steal Net-NTLM Hash using Bad-PDF

    Pythonbadpdfcve-2018-4993ntlm-hash-extraction
    View on GitHub↗1,150
  • as0ler/r2flutchA

    as0ler/r2flutch

    0View on GitHub↗
    View on GitHub↗0
  • ashishb/android-security-awesomeashishb avatar

    ashishb/android-security-awesome

    9,224View on GitHub↗
    Shellandroidawesomeawesome-list
    View on GitHub↗9,224
  • auth0/simplekeychainA

    auth0/simplekeychain

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bacher09/pwgen-for-biosbacher09 avatar

    bacher09/pwgen-for-bios

    1,412View on GitHub↗

    Password generator for BIOS

    TypeScriptbioskeygenpassword
    View on GitHub↗1,412
  • bevry/getmacbevry avatar

    bevry/getmac

    360View on GitHub↗

    Get the mac address of the current machine you are on via Node.js

    TypeScript
    View on GitHub↗360
  • dwisiswant0/apkleaksdwisiswant0 avatar

    dwisiswant0/apkleaks

    6,102View on GitHub↗

    Apkleaks is a static analysis tool and security auditor designed to extract hardcoded secrets, API endpoints, and sensitive data from Android application packages. It operates as a secret scanner that analyzes compiled binaries without executing them to identify potential information leaks and insecure endpoints. The tool utilizes a regex-based data extraction engine to identify sensitive strings within decompiled code. It supports customization through JSON-defined search patterns and provides configuration flags to tune the behavior of the underlying disassembler. The analysis pipeline enc

    Python
    View on GitHub↗6,102
  • charles2gan/gda-android-reversing-toolcharles2gan avatar

    charles2gan/GDA-android-reversing-Tool

    4,778View on GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    View on GitHub↗4,778
  • chenxiancai/stcobfuscatorC

    chenxiancai/stcobfuscator

    0View on GitHub↗
    View on GitHub↗0
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    View on GitHub↗1,965
  • cypress-io/cypress-example-recipescypress-io avatar

    cypress-io/cypress-example-recipes

    3,484View on GitHub↗

    Various recipes for testing common scenarios with Cypress

    JavaScriptautomated-testscypresscypress-example
    View on GitHub↗3,484
  • datatheorem/trustkitdatatheorem avatar

    datatheorem/TrustKit

    2,134View on GitHub↗

    Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.

    Objective-Ciosmacosobjective-c
    View on GitHub↗2,134
  • aqzt/kjywaqzt avatar

    aqzt/kjyw

    1,855View on GitHub↗

    快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...

    Shelldevops
    View on GitHub↗1,855
  • dmayer/idbdmayer avatar

    dmayer/idb

    954View on GitHub↗

    idb is a tool to simplify some common tasks for iOS pentesting and research. Originally there was a command line version of the tool, but it is no longer under development so you should get the GUI version.

    Ruby
    View on GitHub↗954
  • dpnishant/appmondpnishant avatar

    dpnishant/appmon

    1,627View on GitHub↗

    Documentation:

    JavaScript
    View on GitHub↗1,627
  • dsheirer/sdrtrunkDSheirer avatar

    DSheirer/sdrtrunk

    2,112View on GitHub↗

    A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:

    Java
    View on GitHub↗2,112
  • ac-pm/inspeckageac-pm avatar

    ac-pm/Inspeckage

    2,971View on GitHub↗

    Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)

    Java
    View on GitHub↗2,971
  • facebook/fishhookfacebook avatar

    facebook/fishhook

    5,418View on GitHub↗

    Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and instrumenter, allowing for the replacement of system library implementations with custom logic at runtime. The project redirects function calls by updating lazy and non-lazy symbol pointers within Mach-O binary data segments. This approach enables the interception and modification of existing function behavior without altering the original binary on disk. The toolset covers binary instrumentation and dynamic hooking for iOS applications, facilitating the monitoring and altera

    C
    View on GitHub↗5,418
  • facebook/idbF

    facebook/idb

    5,151View on GitHub↗

    idb is a suite of tools for controlling and automating iOS simulators and physical devices. It consists of a command line interface, a simulator controller, and a bridge that provides access to internal system interfaces for automating features normally restricted to the graphical user interface. The project includes a remote target manager that enables the control of iOS devices and simulators across different machines or data centers using a companion host process. This system separates the command line interface from the process managing the actual device connection. The toolset provides

    Swift
    View on GitHub↗5,151
  • facebook/mariana-trenchfacebook avatar

    facebook/mariana-trench

    1,242View on GitHub↗

    A security focused static analysis tool for Android and Java applications.

    C++
    View on GitHub↗1,242
  • feross/spooffeross avatar

    feross/spoof

    1,865View on GitHub↗

    Easily spoof your MAC address in macOS, Windows, & Linux!

    JavaScriptjavascriptlinuxmac
    View on GitHub↗1,865
  • flipboard/flexFlipboard avatar

    Flipboard/FLEX

    14,610View on GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    View on GitHub↗14,610
  • frida/fridafrida avatar

    frida/frida

    19,778View on GitHub↗

    Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live application state manipulation. It enables the injection of custom scripts into running processes to trace function calls, modify memory, and analyze application behavior in real-time across diverse operating systems and processor architectures. The project distinguishes itself by embedding a high-performance JavaScript engine directly within the target process, allowing for the execution of user-defined logic for real-time inspection. It utilizes instruction-level hooking to re

    Mesonfridainstrumentationvala
    View on GitHub↗19,778
  • fsecurelabs/drozerFSecureLABS avatar

    FSecureLABS/drozer

    4,541View on GitHub↗

    Drozer is a security testing framework and runtime analyzer for Android applications and devices. It functions as an exploit management framework and a security toolset used to identify vulnerabilities, misconfigurations, and leaks within the Android operating system and its installed applications. The framework enables the simulation of application behavior and the interaction with communication endpoints to detect security flaws. It manages the execution, analysis, and sharing of public exploits for mobile security research. The system provides capabilities for application auditing, vulner

    Python
    View on GitHub↗4,541
  • fsecurelabs/needleFSecureLABS avatar

    FSecureLABS/needle

    1,398View on GitHub↗

    Needle is an open source, modular framework to streamline the process of conducting security assessments of iOS apps.

    Python
    View on GitHub↗1,398
  • google/ios-webkit-debug-proxygoogle avatar

    google/ios-webkit-debug-proxy

    6,174View on GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    C
    View on GitHub↗6,174
  • google/science-journal-iosG

    google/science-journal-ios

    0View on GitHub↗
    View on GitHub↗0
  • 51j0/android-storage-extractor51j0 avatar

    51j0/Android-Storage-Extractor

    21View on GitHub↗

    A tool to extract local data storage of an Android application in one click.

    Python
    View on GitHub↗21