Android/Frida

[Frida] RMS (Runtime Mobile Security)

우와해커 2020. 8. 3. 21:35

RMS

https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security

- appmon의 진화형 느낌, 시스템 API를 모니터링, 추적 할때 유용할 것으로 보임

- 가장 최근에 개발되고 유지보수 되고 있는 오픈소스

- Frida를 브라우저에 연동하여 GUI 식으로 사용하기 때문에 편함, 녹스 등 애뮬레이터와 연동가능

- API monitor, Frida 스크립트 로딩(유명한 스크립트는 다 내장되어있음), 앱에서 사용하는 파일매니저 지원

 

 

m0bilesecurity/RMS-Runtime-Mobile-Security

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

github.com

  • Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime.

  • You can easily dump all the loaded classes and relative methods, hook everything on the fly, trace methods args and return value, load custom scripts and many other useful stuff

     

'Android > Frida' 카테고리의 다른 글

[Frida] non-root device에서 Gadget 사용해보기  (0) 2020.08.03
[Frida] Appmon  (0) 2020.08.02