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
OJ
5f41877622
Merged patch from timwr fixing process handle type
2014-09-16 09:49:12 +10:00
Tim
4f30431dd6
PROCESS_HANDLE should be a Long
2014-09-15 17:31:36 +01:00
Joe Vennix
c6f00ea745
Land #16 , @AnwarMohamed's new commands for android meterpreter.
2014-08-09 16:33:22 -05:00
OJ
044b2b854a
Minor tidy/tweaks
...
Adjustments based on discussion.
2014-07-10 11:28:01 +10:00
OJ
d1b8969236
Set IMAGE_BASE as a QWORD value
2014-07-07 16:30:39 +10:00
OJ
bd4db6364d
Add QWORD support, update values to use QWORDS
...
QWORDs didn't exist in Java meterpreter, but there are a number of
elements in the TLVs that make use of this type. This commit adds
support for the QWORD type and updates various types to use this
new type so that it matches the MSF source.
[SeeRM #8824 ]
2014-07-07 15:43:43 +10:00
AnwarMohamed
3e1a10d19a
removing shutdown but cached
2014-06-15 00:52:03 +02:00
AnwarMohamed
4d51eff4bb
indentation
2014-06-11 17:11:17 +02:00
AnwarMohamed
d77e3d9244
inserting extra spaces
2014-06-11 17:08:48 +02:00
AnwarMohamed
94509cf8d6
indentation
2014-06-11 17:06:10 +02:00
AnwarMohamed
f8432bdb6c
formatting
2014-06-11 17:00:34 +02:00
AnwarMohamed
80216ceb83
android extension ~ rebase
2014-06-11 16:49:57 +02:00
Tod Beardsley
5ab837536d
Land #9 , webcam_snap and other fixes
...
Thanks again @timwr! You're the best!
2014-06-04 11:13:44 -05:00
Tim
86d5206e7a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
.gitignore
2014-05-05 15:57:57 +01:00
James Lee
831106e97c
Add .DS_Store to gitignore
2014-04-22 10:10:00 -05:00
Tim
af3b0e7f77
add stage name placeholder and remove armeabi-v7a bin
2014-03-23 16:28:24 +00:00
OJ
adbdd9a2f3
Add getenv support to the Java payload
...
This will bring this meterpreter in line with the other meterpreter
payloads so that the getenv feature works consistently across them.
I also had to tweak the way the TLVs were stored so that we could
support the notion of having more than one value appear that is of
the same type.
2014-03-20 15:12:19 +10:00
Tim
45463b3edf
update readme
2014-03-15 19:48:42 +00:00
Tim
0bd6446945
Merge remote-tracking branch 'origin'
2014-03-15 19:38:13 +00:00
Tim
f9b1aeb9a3
deploy to data/android/libs
2014-03-15 19:37:34 +00:00
Tim
12c2b05d24
s/dalvikstager/ndkstager/g
2014-03-15 18:45:41 +00:00
timwr
fdc30df336
Merge pull request #2 from jvennix-r7/webcam_fixes
...
Resolves merge conflicts and adds maven pom.xml
2014-03-11 10:42:04 +00:00
Joe Vennix
dc427c4423
Oops, remove .DS_Store file.
2014-03-10 21:59:45 -05:00
Joe Vennix
87ef7139b6
Build NDK Stager with root deploy.
2014-03-10 20:55:05 -05:00
Joe Vennix
fe710a8e4c
Cleanup comment.
2014-03-10 20:24:21 -05:00
joe
1b2dadb94b
Convert Makefile to pom.xml, an exercise in patience.
...
Ugh.
2014-03-10 18:13:43 -07:00
Joe Vennix
e641d72332
Attempt a pom.xml file.
2014-03-10 17:21:21 -05:00
Joe Vennix
f9e59c89c9
Merge branch 'reverse_http_s' into webcam_fixes
...
Manually resolves conflicts in Payload.java
Conflicts:
androidpayload/app/src/com/metasploit/stage/Payload.java
2014-03-10 15:15:56 -05:00
jvennix-r7
5e5197231a
Add instructions updating the Android SDK.
2014-03-07 14:48:36 -06:00
jvennix-r7
e35bd00ff9
Trailing slashes make maven sad.
2014-03-07 14:32:32 -06:00
jvennix-r7
177caf4914
Add link to android SDK URL.
2014-03-07 14:23:34 -06:00
jvennix-r7
616f73f878
Add android.release=true setting to android build.
2014-03-07 14:21:58 -06:00
jvennix-r7
2a62adef43
Update README.txt instructions for android
...
Add clearer instructions for building android meterpreter.
2014-03-07 12:58:53 -06:00
AnwarMohamed
d47975b602
parsing http/s host as url with port
2014-03-04 18:06:42 +02:00
Tim
de5dcff2a5
native jni stager
2014-02-25 23:45:02 +00:00
AnwarMohamed
e3aa313118
formatting
2014-02-26 00:02:51 +02:00
AnwarMohamed
b5d55bc791
formatting
2014-02-25 23:55:33 +02:00
AnwarMohamed
40f8cb0cae
TrustManager for https
2014-02-25 23:46:42 +02:00
AnwarMohamed
e2055718d2
add reverse_http & reverse_https
2014-02-25 23:21:58 +02:00
Tim
ffb1f711f4
get context via reflection
2014-02-24 23:09:20 +00:00
Tim
021532869e
fix silly exception handling
2014-02-19 00:25:47 +00:00
Tim
1c34b863a3
fix webcam_snap visibility
2014-02-15 14:49:14 +00:00
Tim
29a8a6403d
reduce payload size
2014-02-15 13:56:43 +00:00
Tim
5e2d21e56f
disable android commands when the context is null
2014-02-15 13:40:03 +00:00
Tim
93c854ac86
fix webcam_stream
2014-02-15 13:39:58 +00:00
Tim
3c5a00a558
fix webcam_snap
2014-02-10 03:24:32 +00:00