Application sometime store information in cookies that may contain sensitive information.
The cookies are stored in the cookies.binarycookies
file in the application home directory.
iron@MacOS Documents % objection -g "DVIA-v2" explore
Using USB device `iPhone`
Agent injected and responds ok!
_ _ _ _
___| |_|_|___ ___| |_|_|___ ___
| . | . | | -_| _| _| | . | |
|___|___| |___|___|_| |_|___|_|_|
|___|(object)inject(ion) v1.11.0
Runtime Mobile Exploration
by: @leonjza from @sensepost
[tab] for command suggestions
* on (iPhone: 14.6) [usb] # ios cookies get --json
[]
* on (iPhone: 14.6) [usb] # ios cookies get --json
[
{
"domain": "highaltitudehacks.com",
"expiresDate": "2053-05-18 13:03:24 +0000",
"isHTTPOnly": "false",
"isSecure": "false",
"name": "username",
"path": "/",
"value": "admin123",
"version": "0"
},
{
"domain": "highaltitudehacks.com",
"expiresDate": "2053-05-18 13:03:24 +0000",
"isHTTPOnly": "false",
"isSecure": "false",
"name": "password",
"path": "/",
"value": "dvpassword",
"version": "0"
}
]