sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Concatenated AES Encryption Key #655

Open kpratik99 opened 6 months ago

kpratik99 commented 6 months ago

Hi,

While running an objection on an ios app, concatenated AES key is displayed:

length = 456, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 00000154

Any way around to print full encryption key?

leonjza commented 5 months ago

Going to need more info on the type, and how you got that output. In short, it will probably require you to write a custom hook (you can use objections hook generators to get you started fast) to dump what you need.