Replies: 3 comments
|
This would likely be easier to do with a Frida script, I'm sure there are already ones out there that do exactly this. Suppose you could also just use tcpdump if you are on a rooted/jailbroken device though? |
0 replies
|
Sure. The possible with Frida, but with objection that more comfortable for usage. |
0 replies
|
Objection doesnt currently have the functionality, but I'm sure you are welcome to make a PR for it. Alternatively you can also implement it as plugin: https://github.com/sensepost/objection/wiki/Plugins |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I use objection to create a PCAP file that contains ssl_read and ssl_write decrypted?
All reactions