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
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.62k stars 376 forks source link

Fixes #126 - PayloadTooLargeError on big Frida script #128

Closed Anon-Exploiter closed 10 months ago

Anon-Exploiter commented 10 months ago

As described in issue #126, when a big frida script with a lot of code is attached/spawned to/with an application, rms throws an exception PayloadTooLargeError: request entity too large.

This is due to the HTTP request body being too large because of the large amount of code. Changing the length of the POST body content in this case (to 50mb - bit overkill but doesn't hurt to have it this large) fixes the issue.

m0bilesecurity commented 10 months ago

Amazing thanks @Anon-Exploiter. I'll merge the PR in the next release of RMS 🎉