1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-12 12:14:29 +01:00

180 Commits

Author SHA1 Message Date
Brent Cook
3bdd83779f
Land , Replace METHOD string with COMMAND_ID integer 2020-05-28 16:22:02 -05:00
Tim W
79e2018f0d fix stdapi_channel_open 2020-05-18 17:02:22 +08:00
OJ
1945275be3
Get the last of the android stuff working 2020-05-04 19:14:14 +10:00
OJ
28d522561b
Finalised android support.. I think.
Still can't get it to build because I'm a java/mvn noob. NO idea what's
going on.
2020-05-04 17:19:56 +10:00
OJ
fc0079e98a
Update enumeration commands to support the id range 2020-05-01 15:55:43 +10:00
OJ
d3f3a513de
Update command id maps for php, java and python 2020-05-01 15:42:45 +10:00
Tim W
48a9c6c77e fix java meterpreter > shell stderr 2020-04-30 16:03:36 +08:00
OJ
5e31a39eaa
Finalise changes to Java for Command ID support 2020-04-30 17:44:59 +10:00
OJ
c466527fb6
First pass of java support for UINT comamnd
Also had to fix up some implementation issues (such as riding off the
back of the command functionality to make channels... noooo!
2020-04-30 13:39:58 +10:00
Tim W
9d343c9f62 simplify ProcessChannel read 2020-04-12 14:12:12 +08:00
Tim W
d4c808d413 fix 2020-04-11 14:33:52 +08:00
Tim W
0ca5722ab1 fix wildcard usage 2020-03-10 14:59:24 +08:00
Tim W
312e019b58 revert globbing and only fix basic wildcard usage 2020-03-09 14:25:53 +08:00
Tim W
29ca118b98 implement full globbing 2020-03-09 14:21:04 +08:00
Tim W
0e8fe2b642 fix 2020-03-06 11:11:23 +08:00
bwatters
bf6fd52c25
Land , Add keyboard and mouse input for the java meterpreter
Merge branch 'land-350' into upstream-master
2019-10-03 16:51:00 -05:00
Clément Notin
2f39a17604
Java meterpreter: Allow to list ("ls") relative paths 2019-08-27 21:03:43 +02:00
Tim W
e686724e18 add java keyevents 2019-06-23 13:40:07 +08:00
Tim W
0f004b26d7 remove reflection 2019-06-16 14:18:40 +08:00
Tim W
0e3f1cec66 add broken stdapi_ui_send_keys 2019-06-11 19:31:07 +08:00
Tim W
8afcc9a640 use reflection 2019-06-11 19:10:04 +08:00
Tim W
b86548b8d6 java mouse 2019-06-10 15:26:05 +08:00
Tim W
ebac0d33a9 actually fix expand_path 2019-06-01 06:39:36 +08:00
Tim W
ae7d26c258 fix fs.file.expand_path on java 2019-06-01 05:44:49 +08:00
Tim W
4a5e7cb220 fix shell_command_token 2019-03-25 05:34:05 +08:00
Tim W
1804550159 fix cmd_exec tests 2019-03-25 01:02:02 +08:00
Tim W
1e74803c0b fix cmd_exec on windows 2019-03-25 01:02:02 +08:00
Tim W
b502769e94 stdapi_sys_process_close 2019-03-25 01:01:59 +08:00
Tim W
cb56aed837 fix , fix java functional tests 2019-03-15 20:54:08 +08:00
Brent Cook
7e2181700a update stat struct sizes 2019-02-06 17:51:21 -06:00
Tim W
cad9382bea fix java/android meterpreter ls of 4gb files 2019-01-02 20:00:08 +08:00
Tim W
ecb83e5760 fix java/android download speed 2018-07-06 18:56:54 +08:00
Tim
576e886bab move payload flags to Config class 2017-12-11 14:20:44 +08:00
Tim
23ee21ccc8 add android option parsing 2017-11-24 14:11:00 +08:00
OJ
db20322182
Fix TLV type defs and config size for HTTP migrate 2017-10-04 10:42:40 +10:00
Tim
0f8419e05c add shared code for addrequestheader 2017-09-13 13:07:51 +08:00
Tim
932b17ae31 add custom headers to Android 2017-09-12 18:25:07 +08:00
Tim
a74f3c8b49 refactor config parsing into shared module
remove println
2017-09-12 15:42:27 +08:00
Brent Cook
9e1c1dbb99
Land , fix java/android process_execute with escaped arguments 2017-09-08 10:13:53 +02:00
Tim
fe02cd012b fix process_execute with escaped arguments 2017-09-08 11:57:05 +08:00
Tim
028f094528 fix android config parsing 2017-09-08 11:41:23 +08:00
Brent Cook
01c7a7d998 add unpack64 - unused, but might come in handy later 2017-09-08 02:21:34 +02:00
Brent Cook
cb70dde703 adjust offset where the useful bits are stored 2017-09-08 02:21:20 +02:00
OJ
9bb22ad251
Add 32 bit encrypt flag support to Java meterp 2017-07-03 17:58:07 +10:00
OJ
2c2583b975
Add support to java for new packet header 2017-06-26 19:28:09 +10:00
OJ
813760a9e2
Remove support for the crypto context
Crypto context stuff appears to have only ever been supported in
Meterpreter on Windows. The only thing it allowed for is XOR, which is
redundant given that we have packet level XOR in place. Also, it would
appear that MSF didn't have support for it anyway!

With the move torwards packet-level encryption, this is unnecessary so
it needs to go bye bye.
2017-06-19 16:51:54 +10:00
OJ
cf575a05dd
Add session GUID support to Meterpreter payloads 2017-06-06 17:24:36 +10:00
OJ
6872495da6
Remove Migrate TLVs from php/py, adjust for Java 2017-01-24 07:38:59 +10:00
Tim
db85f099c3
stdapi_fs_file_copy 2016-11-29 13:58:46 +08:00
Brent Cook
bd6fcb0eeb Revert "Adjust the XOR packet handling in Java"
This reverts commit 2e69e8f0efe93d7487a237106728ae659c71a0eb.
2016-11-17 06:23:18 -06:00