1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-21 05:35:54 +01:00
Commit Graph

186 Commits

Author SHA1 Message Date
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
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
William Vu
dfeb0d3fef Land #30, ShellTest.java race condition fix 2015-03-26 01:35:49 -05: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
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
Michael Schierl
42c3b34289 Merge pull request #1 from bcook-r7/land-5-maven-fixes
update sample module code and provide property defaults
2015-01-31 15:48:42 +01:00
Brent Cook
65058c6dba update sample module code and provide property defaults 2015-01-30 18:50:59 -06:00
Brent Cook
256fd007b8 Land #14, #17, #22, #23 @timwr's omnibus android meterpreter patch set
This fixes a number of compatibilty issues with the latest Metasploit
framework and Android SDKs, along with setting the stage for running as
root on Android.
2015-01-30 09:26:48 -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
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