-
Notifications
You must be signed in to change notification settings - Fork 285
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
whoot
wants to merge
30
commits into
WithSecureLabs:master
Choose a base branch
from
whoot:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.