Releases: sensepost/objection
Releases · sensepost/objection
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.3
new
- Add the
android hooking watch class
command to watch all methods within a class. - Add the
--json
flag to theios cookies get
command to output cookies as a JSON structure.
fixes
- Fix a bug in the
ios ui screenshot
command that caused screenshots to fail to write to disk. - Conditionally check for the code cache dir in the
env
command to improve Android 4x compatibility.
v1.2.2
v1.2.1
v1.2.1
new
- Add the
--quiet
flag to the Android and iOS sslpinning disable commands to reduce terminal output during usage. - Improve the iOS SSL pinning by hooking more functions such as
SecTrustEvaluate
,-[AFSecurityPolicy setSSLPinningMode:]
and-[AFSecurityPolicy setAllowInvalidCertificates:]
.
fixes
- Add the
--ignore-ios10-tls-helper
flag to theios sslpinning disable
command as there were some cases wheretls_helper_create_peer_trust
would break TLS connections in general.
v1.2.0
v1.2.0
new
- Add the
--enable-debug
flag for the Android patcher that will set theandroid:debuggable
property in the resultantAndroidManifest.xml
file totrue
after patching an APK. - Add the
--file-commands / -c
flag to theexplore
command to read objection commands from a file and run them on start up. - Add the
commands history
,commands save
andcommands clear
commands to work with the current sessions command history. Saved commands can be loaded using the previously mentioned-c
flag. - Refactor the iOS and Android class method watcher commands to now have flags to toggle the dumping of arguments (
--dump-args
), stack traces (--dump-backtrace
) and return values (--dump-return
) to the screen. The olderdump_args
commands for both platforms have been removed in favour of the new flags. - Add the ability to tab complete flags.
- Allow for multiple startup commands to be added when starting the REPL by using more than one
-s
flag. - Added command arguments to the output of the
jobs list
command to make it easier to distinguish commands of the same type.
fixes
- Improve the error handling when starting the objection REPL.
- Improve command argument validation, especially in commands where flags are used.
v1.1.15
v1.1.14
v1.1.14
fixes
- Fix the android method watching and argument dumping hooks so that they return the values intended by the method call.
- Correctly interpret the
--host
and--port
flags for network based Frida connections. - Fix the Writable / Readable output in filesystem listings that were incorrectly displayed.