Detail
This mobile application finder job uses web scraping and HTML parsing techniques to detect app links within a given URL. The process begins by checking for Android and iOS app links in meta tags and anchor tags across the HTML content. If the target asset contains files like assetlinks.json or manifest.json, it attempts to gather mobile app URLs from these as well. The detected app URLs are validated with HTTP requests to confirm their availability. The script includes specific filters to avoid false positives by removing commonly seen unrelated applications like Google Authenticator, Moodle, and Nextcloud. The output returns the confirmed URLs of mobile apps, if found, alongside diagnostic details.
Solution Advice
The scan successfully identifies accessible mobile application URLs by parsing the webpage HTML and validating detected links. If no valid links are found, it returns ‘Not found.’
Get AI-powered remediation steps tailored to your asset.
Try AI Solutions →