Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unquote to convert spaces. Fixes #151. #162

Merged
merged 5 commits into from
May 22, 2017

Commits on May 8, 2017

  1. Use unquote to convert spaces. Fixes WithSecureLabs#151.

    Since the information is passed back and forth through JSON with the agent
    it is URL-Encoded and therefore it needs to be removed when passing the
    string to an local_operation/remote_operation path command.
    ccsplit committed May 8, 2017
    Configuration menu
    Copy the full SHA
    7149aa4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Merge branch 'develop' of github:mwrlabs/needle into develop

    * 'develop' of github:mwrlabs/needle:
      [FIX] Remove infinite loop from  decorator, which attempts to restore a connection with the device if it fails
      Specify type CONSOLE
      [CORE] Version checking, to ensure the latest version of Needle is being used
      [MODULE] Frida Script: hook all methods of the specified class
      [MODULE] Frida Script: hook all methods of the specified class
      [FIX] Search PID for apps with a space in their name
      [V1.1.0] Update version and changelog
    ccsplit committed May 10, 2017
    Configuration menu
    Copy the full SHA
    de7c8db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github:mwrlabs/needle into develop

    * 'develop' of github:mwrlabs/needle:
      [CORE] Non-interactive mode
      [CORE] New command line interface
    ccsplit committed May 10, 2017
    Configuration menu
    Copy the full SHA
    2ad6edc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Merge branch 'develop' of github:mwrlabs/needle into develop

    * 'develop' of github:mwrlabs/needle:
      [FIX] Improve exception detection
      [FIX] Re-added support on iOS for: storage/data/keychain_dump, binary/reversing/strings, binary/reversing/class_dump
      [CORE] Add support for binary thinning
      Better logging
      [FIX] Metadata parsing for app extensions
      [FIX] Metadata parsing for app extensions
    ccsplit committed May 12, 2017
    Configuration menu
    Copy the full SHA
    f1aeca3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Add the start of a way to handle special characters.

    Added a preliminary way to handle issues with special characters
    within the iOS Application name.
    ccsplit committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d238fda View commit details
    Browse the repository at this point in the history