fridump | A universal memory dumper using Frida | Reverse Engineering library
kandi X-RAY | fridump Summary
kandi X-RAY | fridump Summary
Fridump (v0.1) is an open source memory dumping tool, primarily aimed to penetration testers and developers. Fridump is using the Frida framework to dump accessible memory addresses from any platform supported. It can be used from a Windows, Linux or Mac OS X system to dump the memory of an iOS, Android or Windows application.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Manage command line interface
- Splitter
- Dump data to a file
- Dump data to file
- Generate a list of strings
- Print a progress bar
fridump Key Features
fridump Examples and Code Snippets
Community Discussions
Trending Discussions on fridump
QUESTION
In our application, during the security testing, they were able to get the request and response details from the memory dump. Please find the following details they were able to get from the dump, is there any option or process we can implement to remove this from happening:
...ANSWER
Answered 2022-Mar-10 at 14:51We were not able to resolve the issue. The security team advised us to prevent the application from installing in a rooted device for now, and also have all the data saved in the mobile side encrypted.
QUESTION
Recently the security team has informed me that there’s sensitive data/ password stored in memory.
For the password input, I’m using TextInput onChangeText to do a setstate for the password string before passing it to the API service payload (object with password string) to authenticate the user. Together with redux and redux thunk.
The security team recommends to change the string to char array. I’m not sure how to go about it, since in the end I still need to pass the password string to the API payload and hence the sensitive password string will still be stored in the memory. Another recommendation is to encrypt the string, is it even possible to do this in memory? I’ve encrypt the API call before sending it out, but I’m not sure how to encrypt it in memory.
To detect the string in memory, I’m using a jail broken iPhone with fridump to dump out the memory and use it with -s flag to extract the strings to a text file.
...ANSWER
Answered 2020-Mar-13 at 09:08If your using TextInput of text type change it to password type for password and if in anycase you are storing username password in async-storage don't do it.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fridump
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page