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

475 Commits

Author SHA1 Message Date
Tim W
54de384b28
Land , StringBuffer to StringBuilder 2021-03-11 15:22:31 +00:00
Tim W
2dc21da562 cleanup 2021-03-11 15:19:35 +00:00
Tim W
89f1a38d48
Land , inner class to static 2021-03-04 13:56:42 +00:00
Tim W
7691f6f483 Land , remove unused boxing and unboxing 2021-03-04 13:55:19 +00:00
Tim W
c6fec5a3ef
Land , refine array copy 2021-03-04 13:54:08 +00:00
Tim W
365fa51cc3
Land , remove unneeded array creation 2021-03-04 13:53:47 +00:00
Tim W
bdb18a17d6
Land , remove useless object creation 2021-03-04 13:53:31 +00:00
XenoAmess
5b4782c0f3 remove unused boxing and unboxing 2021-02-20 01:13:45 +08:00
Grant Willcox
5370cba59b
Land , Remove useless casts in Java Meterpreter code 2021-02-19 10:44:08 -06:00
XenoAmess
e697af6668 remove useless cast 2021-02-19 11:36:34 +08:00
Grant Willcox
85be5fdf64
Land , Refine string handlings in Java Meterpreter 2021-02-14 22:54:03 -06:00
Tim W
55ff88459a Land , fix linting on ignored exceptions 2021-02-12 16:20:25 +00:00
Tim W
6e8023708d
Land , remove unused imports 2021-02-12 16:16:27 +00:00
Tim W
4395e61dbc
Land , fix errors in javadoc 2021-02-12 15:47:08 +00:00
Tim W
9ba15b0ead
Land , simplify test assertions 2021-02-12 15:45:57 +00:00
Tim W
38ca7adb8b Land , fix empty string comparison 2021-02-12 15:45:03 +00:00
Tim W
0488289495
Land , fix c-style array syntax in Utils.java 2021-02-12 14:21:08 +00:00
Tim W
958363b831
Land , fix duplication in .gitignore 2021-02-12 14:20:36 +00:00
Tim W
ea26abfa36
Land , add missing @Override 2021-02-12 14:19:50 +00:00
XenoAmess
d5e7df035c add braces 2021-02-11 23:23:06 +08:00
XenoAmess
8cac54b070 add missing @Override 2021-02-11 23:20:09 +08:00
XenoAmess
c90e6e1a0b remove duplication in gitignore 2021-02-11 23:17:52 +08:00
XenoAmess
604f1235a6 remove useless object creation 2021-02-11 23:13:17 +08:00
XenoAmess
0354d7cfd7 remove uneeded array creation 2021-02-11 23:11:03 +08:00
XenoAmess
384b5fb795 refine string handlings 2021-02-11 23:09:41 +08:00
XenoAmess
cf6b589ea7 simplify assertions 2021-02-11 23:06:28 +08:00
XenoAmess
23fa4836c9 bug : compare strings using != 2021-02-11 23:05:12 +08:00
XenoAmess
4223c8cb4c refine array copy 2021-02-11 23:01:37 +08:00
XenoAmess
b0e91e2dab inner class to static 2021-02-11 22:49:49 +08:00
XenoAmess
dc6d600d62 fix errors in javadoc 2021-02-11 22:40:45 +08:00
XenoAmess
6cffe0d3e2 StringBuffer to StringBuilder 2021-02-11 22:35:33 +08:00
XenoAmess
23b9cbf269 remove unused imports 2021-02-11 22:32:50 +08:00
XenoAmess
e78735107f change ignored Throwable's name to ignored 2021-02-11 22:30:17 +08:00
XenoAmess
61cd6dce8d change c-style array declaration 2021-02-11 22:24:58 +08:00
Alan Foster
90f9d545e5
Document java docker build steps 2021-01-07 11:27:30 +00:00
Tim W
4a10a3a9bb fix android ls, getenv and ifconfig 2020-12-21 13:45:20 +00:00
Tim W
dc1b451242 fix Android stdapi_channel_open 2020-12-21 12:15:12 +00:00
dependabot[bot]
848de1d318
Bump junit from 3.8.2 to 4.13.1 in /java
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r3.8.2...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 03:29:38 +00:00
Jeffrey Martin
d552529c3b
log error to base stream
Changes from  interacted with  causing `outputStream`
to no longer be a local variable.  Revert to grabbing the error
stream from the base object when logging the error.
2020-07-31 16:38:50 -05:00
Tim W
44da75f2c7 rebase fix java stderr output in cmd_exec 2020-07-03 13:49:51 +08:00
Tim W
86c02d4b28 pedantic fixes 2020-06-30 13:49:22 +08:00
Spencer McIntyre
92e4be2ded Use AES-256-CBC for Java's TLV crypt when it is available 2020-06-29 17:25:29 -04:00
Spencer McIntyre
8f60350f5c Use AES-128-CBC for Java's TLV crypt 2020-06-29 13:51:13 -04:00
Tim W
5a9cd64c31
fix tlv encryption on Android 2020-06-19 10:49:24 +10:00
Tim W
a4a960ede8
remove base64 code 2020-06-19 10:49:24 +10:00
OJ
07c6a06487
First pass of TLV encryption support in Java
Some bits stolen from @timwr's work!
2020-06-19 10:49:19 +10:00
OJ
aacaf43ace
Revert mistaken modification to pom.xml 2020-06-15 17:13:03 +10:00
OJ
50048d02ca
Fix up TLV types and remove ones that don't exist 2020-06-09 10:57:44 +10:00
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