Ajin Abraham
Ajin Abraham
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance. **Is your feature request related to a problem? Please describe.** Items with @string...
Won't read the complete HTTP Request when an HTTP packet is formed of multiple TCP segments. It just takes into account the first packet with the HTTP request-line and skip...
Raw request ``` b'POST /tslwebapp/example/HelloWorld.action HTTP/1.1\r\nHost: 10.28.194.39:8080\r\nContent-Type: multipart/form-data; boundary=--------429242435\r\nContent-Length: 224\r\n\r\n----------429242435\r\nContent-Disposition: form-data; name="${#_memberAccess["allowStaticMethodAccess"]=true,@java.lang.Runtime@getRuntime().exec(\'touch /foo\')}=1"\r\n\r\n----------429242435--' ``` Request CURL translated by HRT ``` #!/usr/bin/env bash curl --data "----------429242435Content-Disposition: form-data; name=\"${#_memberAccess[\"allowStaticMethodAccess\"]=true,@java.lang.Runtime@getRuntime().exec('touch /foo')}=1\"----------429242435--" -v --request...
append() breaks: https://jsfiddle.net/vno23woL/ html() works just fine: https://jsfiddle.net/vno23woL/1/
No support for aab yet, you will have to create APK from the AAB. I think we can support this in the future. https://medium.com/@mkiziltay/generate-an-apk-file-from-an-aab-file-android-app-bundle-fba80ab63771 [Slack Message](https://mobsf.slack.com/archives/C0QMLNKMF/p1716315126343049?thread_ts=1716205034.120169&cid=C0QMLNKMF)
### Describe the Pull Request ``` DESCRIBE THE DETAILS OF PULL REQUEST HERE ``` ### Checklist for PR - [ ] Run MobSF unit tests and lint `tox -e lint,test`...
### Describe the Pull Request ``` DESCRIBE THE DETAILS OF PULL REQUEST HERE ``` ### Checklist for PR - [ ] Run MobSF unit tests and lint `tox -e lint,test`...
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance. **Is your feature request related to a problem? Please describe.** A clear and...
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance. **Is your feature request related to a problem? Please describe.** A possible alternative:...