Path: blob/master/modules/host/detect_airdroid/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7detect_airdroid:8enable: true9category: "Host"10name: "Detect Airdroid"11description: "This module attempts to detect Airdroid application for Android running on localhost (default port: 8888)"12authors: ["bcoles"]13target:14working:15ALL:16os: ["Android"]17not_working:18ALL:19os: ["All"]202122