RMS Runtime Mobile Security Versions Save

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime

1.4.2

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.4.2 🎉

  • Improved APIs Monitor Output (bug fixing)
  • new option to save the APIs Monitor Console output
  • new option to reset the Console Logs Output
  • new FRIDA custom scripts: Bypass for iOS 13 SSL Pinning and Android System.exit()
  • Solving OWASP UnCrackable Android Apps Tutorial links added to the README
  • default FRIDA custom scripts are now alphabetically ordered
  • UI improvements

1.4.1

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.4.1 🎉

  • improved gadget support
  • iOS attach process fix | issue #29
  • improved Device Page UI
  • APIs Monitor return value fix
  • new Android APIs Monitors: Accessibility, Clicks, Clipboard, Compression, Bluetooth, JSON, Socket

Device_Page_new_UI

1.4

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.4 🎉

All the most important features of RMS have been ported to iOS devices 🎉🎉🎉

DEMO_5_Hook_Hack

1.3.2

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.3.2 🎉

  • New Custom Frida Scripts by @FSecureLABS, Mediaservice, @iddoeldor, @dzonerzy and @akabe1
  • New Zoomed Modal View for Console Logs TAB
  • New File Manager [BETA] - since the feature is still in [BETA], files download directly from the web page is currently not possibile (frida-fs is the solution)

1.3.1

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.3.1 🎉

  • Heap Search page has been redesigned
  • new Heap Search algorithm
  • Hook Lab - it is now possible to generate hook template directly for a specific method
  • UI fix and improvements:
    • loaded_classes are now alphabetically sorted
    • flask logs have been enabled again
    • new call stack index for hooked methods I/O info
    • improved Stack Trace output

1.3

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.3 🎉

  • Dump page is now able to highlight all the hooked methods that have been executed by the app
  • print StackTrace directly from the dump page
  • new button to save console logs in a text file
  • new quick filters for loaded methods: executed, native, boolean
  • new button to quickly filter loaded classes based on package name
  • loaded classes are now alphabetically sorted

1.2

3 years ago

Runtime Mobile Security (RMS) 📱🔥 - Version 1.2 🎉

  • Regex search for loaded classes by @Azult (PR #17)
  • new FRIDA custom scripts by @iddoeldor:
    • bypass_flag_secure.js
    • hook_JNI_by_address.js
    • get_ANDROID_ID.js
  • class filter for AndroidX stuff
  • new monitor API: Permissions
  • RMS is now able to detect FRIDA crashes
  • Flask-Server logs have been hidden
  • it is now possibile to hook methods with an array as argument (issue #18)

1.1

4 years ago
  • via the new API Monitor TAB you can easily monitor tons of Android APIs organized in 19 different Categories. Support can be easily extended by adding more classes/methods to the api_monitor.json file
  • RMS can now work without attaching the default persistence process
  • fixed a bug in loadmethods (default.js) | issue #14

1.0.5

4 years ago

New FRIDA Custom Scripts to:

  • Hook Native Functions
  • Print Environment Paths
  • Monitor Shared Preferences
  • Load Stetho by Facebook

1.0.4

4 years ago
  • new File System Monitor TAB (BETA)
  • new print StackTrace option (Hook LAB) - disabled by default
  • fix print issue (hook_lab_template)
  • new readme and demo