mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
Get the last of the android stuff working
This commit is contained in:
parent
28d522561b
commit
1945275be3
@ -168,6 +168,20 @@ public interface CommandId {
|
||||
public static final int EXTAPI_CLIPBOARD_MONITOR_START = 3007;
|
||||
public static final int EXTAPI_CLIPBOARD_MONITOR_STOP = 3008;
|
||||
public static final int EXTAPI_CLIPBOARD_SET_DATA = 3009;
|
||||
public static final int ANDROID_ACTIVITY_START = 5001;
|
||||
public static final int ANDROID_CHECK_ROOT = 5002;
|
||||
public static final int ANDROID_DEVICE_SHUTDOWN = 5003;
|
||||
public static final int ANDROID_DUMP_CALLLOG = 5004;
|
||||
public static final int ANDROID_DUMP_CONTACTS = 5005;
|
||||
public static final int ANDROID_DUMP_SMS = 5006;
|
||||
public static final int ANDROID_GEOLOCATE = 5007;
|
||||
public static final int ANDROID_HIDE_APP_ICON = 5008;
|
||||
public static final int ANDROID_INTERVAL_COLLECT = 5009;
|
||||
public static final int ANDROID_SEND_SMS = 5010;
|
||||
public static final int ANDROID_SET_AUDIO_MODE = 5011;
|
||||
public static final int ANDROID_SET_WALLPAPER = 5012;
|
||||
public static final int ANDROID_SQLITE_QUERY = 5013;
|
||||
public static final int ANDROID_WAKELOCK = 5014;
|
||||
public static final int ANDROID_WLAN_GEOLOCATE = 5015;
|
||||
}
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
<fileset dir="${project.basedir}/../../meterpreter/meterpreter/src/main/java" includes="**/*.java"/>
|
||||
<fileset dir="${project.basedir}/../../meterpreter/shared/src/main/java" includes="**/*.java"/>
|
||||
<!-- Webcam_audio_record_V1_4 depends on Sun proprietary API -->
|
||||
<fileset dir="${project.basedir}/../../meterpreter/meterpreter/target/extension-src" includes="**/*.java" excludes="**/webcam_audio_record_V1_4.java" />
|
||||
<fileset dir="${project.basedir}/../../meterpreter/meterpreter/target/extension-src" includes="**/*.java" excludes="**/stdapi_webcam_audio_record_V1_4.java" />
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user