OJ
|
08551a0e8f
|
Remove old java versions, update readme
|
2015-06-27 14:46:26 +10:00 |
|
OJ
|
3e551a8b9d
|
Land #46 : update android API to level 10
|
2015-06-27 11:45:54 +10:00 |
|
Brent Cook
|
d48beb4782
|
simplify package checks, add test for _su as well
|
2015-06-26 18:09:23 -05:00 |
|
Brent Cook
|
d1eb125688
|
update to android API level 10
|
2015-06-26 14:57:52 -05:00 |
|
Joao Pena Gil
|
c1fd2340c2
|
fixing fixes
|
2015-06-25 23:47:43 +01:00 |
|
Joao Pena Gil
|
89c3da95d3
|
fix accidental run of su
|
2015-06-25 23:04:12 +01:00 |
|
Joao Pena Gil
|
3e3202bb71
|
fixed check_root file extensions
|
2015-06-25 16:57:33 +01:00 |
|
Joao Pena Gil
|
b47ed549c8
|
Added SuperSU.apk to check_root
|
2015-06-23 15:25:08 +01:00 |
|
Tim
|
ac3d244538
|
add machine_id and fix sysinfo as root
|
2015-06-03 08:12:38 +01:00 |
|
Brent Cook
|
e4af7abf22
|
Land #38, fix thread race condition
|
2015-06-01 08:00:26 -05:00 |
|
Tim
|
cd0d091eb0
|
fix race condition
|
2015-06-01 07:15:19 +01:00 |
|
Tim
|
4cef8cfbb1
|
fix http sluggishness
|
2015-05-27 13:13:33 +01: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
|
5c362ad256
|
cleaner contextless meterpreter
|
2015-05-19 17:19:38 +01:00 |
|
Tim
|
ba2433a16f
|
fix termination
|
2015-05-19 17:19:11 +01:00 |
|
Brent Cook
|
8a6e26af80
|
fix a little more whitespace, remove superfluous ;
|
2015-05-19 10:33:34 -05: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
|
a66ec09285
|
wait for the context object
|
2015-05-18 06:55:31 +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 |
|
Brent Cook
|
3ba13e719a
|
Land #32, switch FILE_HASH to use RAW, strings to use UTF-8
|
2015-05-15 09:58:38 -05:00 |
|
Tim
|
98aa4babbf
|
fix Payload.start
|
2015-05-12 04:25:33 +01:00 |
|
Tim
|
6586bd0df8
|
add TLV_TYPE_FILE_HASH
|
2015-05-10 15:05:45 +01:00 |
|
Brent Cook
|
5998658155
|
wait up to 5 seconds for shell output before checking the result.
otherwise, we can jumpt the gun and fail the test randomly
|
2015-03-26 01:14:38 -05:00 |
|
Brent Cook
|
fdebac9f9d
|
Land #28, @timwr switch back to background thread after finding Context
|
2015-03-22 21:48:20 -05:00 |
|
Brent Cook
|
d0ef907199
|
Land #27 @jlee-r7 handle broken isHidden with GCJ
|
2015-03-22 17:34:47 -05:00 |
|
Brent Cook
|
e891c7fcd0
|
treat strings in TLV packets as UTF-8
|
2015-03-19 15:21:08 -05:00 |
|
Tim Wright
|
3b59d513b5
|
Fix AndroidMeterpreter when running on Main thread
|
2015-03-13 23:29:42 +00:00 |
|
James Lee
|
78084a2d20
|
Fix stat when isHidden() is broken
Works around a bug in GCJ
|
2015-03-09 01:39:00 -05:00 |
|
Brent Cook
|
bab206fd92
|
Land #25, @jvazquez-r7's MBean loading support
|
2015-02-02 13:08:03 -06:00 |
|
Brent Cook
|
a0388b42d1
|
don't everybody get the same IDEA
|
2015-02-02 13:06:29 -06:00 |
|
Brent Cook
|
379b455a10
|
Land #5, @schierlm's meterpreter plugin maven archetype
|
2015-02-02 09:55:00 -06:00 |
|
Brent Cook
|
b7c0e49907
|
s/module/class/
|
2015-02-02 09:52:29 -06:00 |
|
Brent Cook
|
65058c6dba
|
update sample module code and provide property defaults
|
2015-01-30 18:50:59 -06:00 |
|
jvazquez-r7
|
ca95627f3c
|
Add interface and class to support MBean loading
|
2015-01-14 18:09:06 -06:00 |
|
Tim
|
4a6b28fabf
|
fix ndkstager
|
2014-12-02 05:26:30 +00:00 |
|
Tim
|
29aaec7188
|
remove logging
|
2014-12-01 03:17:12 +00:00 |
|
Tim
|
0f2d9aca95
|
minor tweak
|
2014-12-01 03:07:03 +00:00 |
|
Tim
|
2f14c37ef7
|
fix path when running as root
|
2014-11-28 01:58:08 +00:00 |
|
Tim
|
d9c6acc343
|
fix to run as root
|
2014-11-27 22:48:32 +00:00 |
|
Tim
|
65a43caa2b
|
gitignore intellij files
|
2014-11-27 22:48:16 +00:00 |
|
Tim
|
882937154b
|
don't pass android context through meterpreter
|
2014-11-27 22:32:03 +00:00 |
|
Tim
|
52912ac812
|
Merge branch 'pr-14' into mergeall
|
2014-11-25 21:54:53 +00:00 |
|
Tim
|
f8414b041c
|
Merge branch 'pr-17' into mergeall
|
2014-11-25 21:54:47 +00:00 |
|
Tim Wright
|
081a30ea4c
|
dx has moved again
|
2014-11-25 00:33:20 +00:00 |
|
Tim
|
4f30431dd6
|
PROCESS_HANDLE should be a Long
|
2014-09-15 17:31:36 +01:00 |
|
OJ
|
044b2b854a
|
Minor tidy/tweaks
Adjustments based on discussion.
|
2014-07-10 11:28:01 +10:00 |
|