1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-27 08:33:43 +01:00

Land : Launch android meterpreter from browser

This commit is contained in:
OJ 2015-09-01 09:29:17 +10:00
commit f5f1cbf25d
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -33,9 +33,14 @@
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<data android:scheme="metasploit" android:host="my_host" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<action android:name="android.intent.action.VIEW" />
</intent-filter>
</activity>
</application>