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

Update dependency_installer.py #270

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Update dependency_installer.py #270

wants to merge 30 commits into from

Conversation

whoot
Copy link

@whoot whoot commented Jan 15, 2019

Don't use deprecated apt-get --force-yes

Fixed

Fixing the warning
[!] W: --force-yes is deprecated, use one of the options starting with --allow instead.
when using the dependency_installer.

ccsplit and others added 30 commits May 8, 2017 17:08
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.
* '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
* 'develop' of github:mwrlabs/needle:
  [CORE] Non-interactive mode
  [CORE] New command line interface
* '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
Added a preliminary way to handle issues with special characters
within the iOS Application name.
Use unquote to convert spaces. Fixes #151.
Add Black Hat Arsenal 2017 badge
New description
External sshpass command now supports complex passwords
Revert "External sshpass command now supports complex passwords"
Don't use deprecated `apt-get --force-yes`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants