Tim
5c6c1106e8
pass config as byte array
2016-10-11 17:11:51 +08:00
Tim
7e6c043b0c
use stage package
2016-10-11 14:27:25 +08:00
Tim
d6cd73e2bc
store Payload config as byte array
2016-10-11 14:27:25 +08:00
Tim
92a598101f
remove duplicated PayloadTrustManager
2016-10-11 14:27:25 +08:00
Tim
d411bfc90b
add shared module
2016-10-11 14:27:25 +08:00
Tim
fbb12450c6
add static method to MainService to aid apk injection
2016-10-07 01:31:33 +08:00
Tim
ca30cad1e8
Revert "hide activity after launch"
...
This reverts commit 8c752b46f0
.
2016-10-03 17:12:51 +08:00
Tim
dbeb5c2cb2
android stageless reverse_tcp
2016-09-15 15:50:44 +01:00
Tim
8c752b46f0
hide activity after launch
2016-05-24 14:56:31 +01:00
Tim
d2f54e6d45
fix android service restarting on exit
2016-03-17 12:16:36 +00:00
Tim
d1aafbf668
run as android service
2016-03-17 11:17:28 +00:00
Rohit Shampur
c41a1446e4
Added Read and write permissions for call log
2016-02-26 15:42:40 +05:30
Brent Cook
3f07e220ec
Land #75 , hide verbose connection retry messages in android logs
2016-02-25 22:32:55 -06:00
Brent Cook
c1498abfe1
add a few more comments around what this is for
2016-02-25 22:32:34 -06:00
Brent Cook
e6b0ee9f6f
Merge branch 'upstream-master' to fix conflicts
2016-02-25 22:26:31 -06:00
Tim
9561638a1a
fix #61 , suppress error when Android meterpreter handler down
2016-02-23 05:42:43 +00:00
Artem
7975064ca0
Update AndroidManifest.xml
2016-02-14 16:46:46 +03:00
Tim
ee1eed2abc
android set wallpaper
2016-02-11 06:13:25 +00:00
Tim
d620856589
remove socket timeout
2016-01-31 17:39:51 +00:00
Tim
d2f2de7f59
fix shell payload crash
2016-01-31 17:39:51 +00:00
Brent Cook
4688223917
Land #55 , update Android API version, interval collection updates
2015-12-23 02:40:54 -06:00
Tim
0cc7a3ac94
add BOOT_COMPLETED receiver that starts the Payload
2015-11-13 07:51:21 +00:00
HD Moore
3f2ea326b2
Needed to actually build against API 10 (android version has to match)
2015-11-02 19:28:43 -06:00
HD Moore
57824d37bc
Merge branch 'master' into feature/interval-collection
2015-11-02 19:18:13 -06:00
HD Moore
f58a7321e9
Target API 17 (for future back-compat features)
2015-11-02 18:02:38 -06:00
HD Moore
e764f53951
Revert "Maven build system channges to support API level 17"
...
This reverts commit 1ca6d586aa
.
2015-10-31 09:00:11 -05:00
Narendra
1ca6d586aa
Maven build system channges to support API level 17
...
-To get Cell signal strenght it needs minimum
android version of 17
-changed all build dependencies
-in host it should be compitable and all jar files
to be availiable in ~/m2 directory to run this proper
2015-10-30 23:48:15 -07:00
HD Moore
4f1815eea7
Changes to support maven 3.3+ (Ubuntu 15.10+)
2015-10-24 21:18:33 -05:00
wchen-r7
7a1c64051d
Allow Android Meterpreter to be launched from a browser
2015-08-27 12:29:23 -05:00
OJ
726bc5b721
Add support for writing to storage, and restarting
...
This commit adds support for simple writing to disk functioanlity. It
means that the collectors can continue to collect and write to disk
while offline, and if they stop, they can restart and regather
information stored on disk. These files are removed when the application
is removed, so the content doesn't survive new installations of the
payload.
2015-08-19 00:20:33 +10:00
Joao Pena Gil
a206e966a1
add new permissions to manifest
2015-07-24 04:09:24 +01:00
Brent Cook
2d00913542
update minSDK version to 10, update compat check for Android 2.3.3
2015-07-01 21:57:46 -05:00
Brent Cook
42b143f92b
Merged java
2015-06-28 13:30:03 -05:00
OJ
34db0d71bb
Merge branch 'upstream/master' into transport-refactor
2015-06-27 12:01:16 +10:00
Brent Cook
d1eb125688
update to android API level 10
2015-06-26 14:57:52 -05:00
OJ
3afca8dc40
Remove log statements
2015-06-26 14:24:38 +10:00
OJ
c96724fab5
Better edgecase handling, process termination on exit
2015-06-25 21:38:01 +10:00
OJ
b62971d265
Implemented proper timeout modification
...
Also added the socket poll timeout to the stager
2015-06-25 13:29:13 +10:00
OJ
4ed2b484f0
Modify the staging process
2015-06-24 13:20:25 +10:00
Brent Cook
352d027368
Adjust java install paths
2015-06-01 08:28:15 -05:00
Tim
509e67b27a
add ssl cert validation
2015-05-20 07:28:20 +01:00
Tim
d02a5e41e4
add ability to change retry_wait/retry_total at runtime
2015-05-19 20:03:58 +01:00
Tim
7bbe4f5794
Merge branch 'master' into retry_options
...
Conflicts:
androidpayload/app/src/com/metasploit/stage/Payload.java
2015-05-19 17:31:44 +01:00
Tim
ba2433a16f
fix termination
2015-05-19 17:19:11 +01:00
Tim
57adddb803
fix http
2015-05-19 16:14:37 +01:00
Tim
6101c78a5b
code formatting
2015-05-18 07:03:15 +01:00
Tim
d1e69b2d43
format all code with the default intellij java formatter
2015-05-17 19:05:21 +01:00
Tim
5fce838afc
add support for configurable retry options
2015-05-17 18:56:30 +01:00
Tim
98aa4babbf
fix Payload.start
2015-05-12 04:25:33 +01:00
Tim
2f14c37ef7
fix path when running as root
2014-11-28 01:58:08 +00:00