I want to perform security test an mobile application, both Android and Studio. For that I am considering to use OWASP ZAP. But I don't know how can we perform the test with real device. So, anyone knowing this, please let me know. Thanx!
how to perform mobile security test on real devices using OWASP ZAP
1.9k views Asked by manisha At
1
Yes,you can perform the test simply by using "proxy server". First you need to install the certificate in your mobile device for ZAP to record it. You can do that by following steps:
Then, you need to configure your android/ios application network configuration You can do that by following steps:
After these steps, you need to be able to perform the test.
Hope it works! Thanx!