All Projects → FSecureLABS → Needle

FSecureLABS / Needle

Licence: other
The iOS Security Testing Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Needle

Drozer
The Leading Security Assessment Framework for Android.
Stars: ✭ 2,683 (+139.13%)
Mutual labels:  pentesting, mobile
Drozer Modules
Stars: ✭ 126 (-88.77%)
Mutual labels:  pentesting, mobile
Awesome Mobile Security
An effort to build a single place for all useful android and iOS security related stuff. All references and tools belong to their respective owners. I'm just maintaining it.
Stars: ✭ 1,837 (+63.73%)
Mutual labels:  pentesting, mobile
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-62.66%)
Mutual labels:  pentesting, mobile
Vulmap
Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞利用功能
Stars: ✭ 1,079 (-3.83%)
Mutual labels:  pentesting
Burpsuite Collections
BurpSuite收集:包括不限于 Burp 文章、破解版、插件(非BApp Store)、汉化等相关教程,欢迎添砖加瓦---burpsuite-pro burpsuite-extender burpsuite cracked-version hackbar hacktools fuzzing fuzz-testing burp-plugin burp-extensions bapp-store brute-force-attacks brute-force-passwords waf sqlmap jar
Stars: ✭ 1,081 (-3.65%)
Mutual labels:  pentesting
Mkvideoplayer
MKVideoPlayer library is a video player have some basic features that need to develop an video player application in android studio
Stars: ✭ 54 (-95.19%)
Mutual labels:  mobile
Cn Mobile Location
中国手机号码归属地接口
Stars: ✭ 53 (-95.28%)
Mutual labels:  mobile
Flowkit
FlowKit: Flowminder CDR analytics toolkit
Stars: ✭ 60 (-94.65%)
Mutual labels:  mobile
Cordova Plugin Device Motion
Apache Cordova Plugin device-motion
Stars: ✭ 58 (-94.83%)
Mutual labels:  mobile
React Native Midtrans
Midtrans Mobile SDK for React Native
Stars: ✭ 57 (-94.92%)
Mutual labels:  mobile
Delta
PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
Stars: ✭ 55 (-95.1%)
Mutual labels:  pentesting
Cordova Mobile Spec
Apache Cordova mobile-spec
Stars: ✭ 57 (-94.92%)
Mutual labels:  mobile
Nmap Nse Info
Browse and search through nmap's NSE scripts.
Stars: ✭ 54 (-95.19%)
Mutual labels:  pentesting
Carpoolear
The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
Stars: ✭ 59 (-94.74%)
Mutual labels:  mobile
Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (-95.28%)
Mutual labels:  pentesting
Flutter ui challenge todo
A showcase flutter todo application.
Stars: ✭ 57 (-94.92%)
Mutual labels:  mobile
Ymcache
YMCache is a lightweight object caching solution for iOS and Mac OS X that is designed for highly parallel access scenarios.
Stars: ✭ 58 (-94.83%)
Mutual labels:  mobile
Breachdetector
Detect root, emulation, debug mode and other security concerns in your Xamarin apps
Stars: ✭ 57 (-94.92%)
Mutual labels:  mobile
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (-95.01%)
Mutual labels:  mobile

Needle

Black Hat Arsenal Black Hat Arsenal

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

NOTE: This tool has been decomissioned and is no longer maintained. We are leaving the original project up for archival purposes.

Needle was originally made to work with iOS 9 and iOS 10. Since then, Frida was released and became the defacto tool to use with mobile security assessments. Some common Frida mobile security scripts were later implemented within Needle, as some of these scripts worked better or addressed some issues that were present in Needle's custom tooling.

With the release of iOS 11 came additional security protections that were good for the consumer, but bad for Needle. These enhancements essentially broke Needle's functionality, and thus F-Secure were faced with two options:

  • Re-write Needle from the ground up, potentially using Frida as a base
  • Recommend another well estalbished tool that would contain the same functionality as Needle

F-Secure chose the latter option, as some of our consultants had already started using and contributing to another tool when Needle's fate was being discussed. The third party tool is called Objection and can be found here:

https://github.com/sensepost/objection

Needle can still be used on devices running iOS 10 and below. If the device is running iOS 11 or above, F-Secure recommends that you use Objection instead.

Description

Assessing the security of an iOS application typically requires a plethora of tools, each developed for a specific need and all with different modes of operation and syntax. The Android ecosystem has tools like "drozer" that have solved this problem and aim to be a ‘one stop shop’ for the majority of use cases, however iOS does not have an equivalent.

Needle is the MWR's iOS Security Testing Framework, released at Black Hat USA in August 2016. It is an open source modular framework which aims to streamline the entire process of conducting security assessments of iOS applications, and acts as a central point from which to do so. Needle is intended to be useful not only for security professionals, but also for developers looking to secure their code. A few examples of testing areas covered by Needle include: data storage, inter-process communication, network communications, static code analysis, hooking and binary protections. The only requirement in order to run Needle effectively is a jailbroken device.

The release of version 1.0.0 provided a major overhaul of its core and the introduction of a new native agent, written entirely in Objective-C. The new NeedleAgent is an open source iOS app complementary to Needle, that allows to programmatically perform tasks natively on the device, eliminating the need for third party tools. 

Needle has been presented at and used by workshops in various international conferences like Black Hat USA/EU, OWASP AppSec and DEEPSEC. It was also included by ToolsWatch in the shortlist for the Top Security Tools of 2016, and it is featured in the OWASP Mobile Testing Guide.

Needle is open source software, maintained by MWR InfoSecurity.

Installation

See the Installation Guide in the project Wiki for details.

Supported Platforms

  • Workstation: Needle has been successfully tested on both Kali and macOS
  • Device: iOS 8, 9, and 10 are currently supported

Usage

Usage instructions (for both standard users and contributors) can be found in the project Wiki.

License

Needle is released under a 3-clause BSD License. See the LICENSE file for full details.

Contact

For news and updates, follow @mwrneedle on Twitter and the MWR Mobile Tools blog.

Feel free to submit issues or ping us on Twitter - @mwrneedle, @lancinimarco

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].