Mobile App Security Test

  • iOS/Android Security Test
  • Mobile App Privacy Check
  • OWASP Mobile Top 10 Test
  • Static & Dynamic Mobile Scan
Free online tool to test mobile app's security
826,411mobile applications tested

Free API

ImmuniWeb Community Edition provides a free API for the Mobile Security Test. It shares the number of tests performed via web interface.

Account typeTests per dayMonthly subscription
No Account2Free
Free Account4Free

Premium API

ImmuniWeb Community Edition also provides a premium API for a higher number of tests via API or web interface:

Select packageTests per dayMonthly subscription
10$299
25$699
100$2795
250$7295
?
The number of API requests will be available via web interface under your account
?
The number of API requests will be shared among all users with the same domain name as your account
Total: $299
Get in touch for details.

Public schools, local governments and non-for-profit organizations may request a free access to the premium API.

API Documentation

API Specifications

Field NameValue
ProtocolHTTP/HTTPS
Request TypeGET/POST
URLhttps://www.immuniweb.com/mobile/api/

Example of Transaction Using CURL

# Downloading app from Google Play and starting test
curl -d "app_id=com.viber.voip&store_id=googleplay" "https://www.immuniweb.com/mobile/api/download_apk"
# Uploading APK/IPA file and starting test
curl -F "malware_check=0" -F "hide_in_statistics=0" -F "file=@diva-beta.apk" "https://www.immuniweb.com/mobile/api/upload"
# Get test results
curl "https://www.immuniweb.com/mobile/api/test_info/id/TEST_ID"
# Delete test (possible only for manually uploaded APK/IPA files)
curl "https://www.immuniweb.com/mobile/api/delete/id/TEST_ID/gsess_value"
# Refresh test by redownloading (possible only for APKs downloaded from Google Play)
curl "https://www.immuniweb.com/mobile/api/refresh/id/TEST_ID"