1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00
Commit Graph

3019 Commits

Author SHA1 Message Date
Tim W
c14e1e7bfe fix getenv for missing environment variables 2022-01-17 10:11:36 +00:00
Tim W
25ed0159d4
Land #521, add java stdapi_sys_process_getpid function 2022-01-17 09:28:02 +00:00
Tim W
023382aa9c reuse the classExists function in process_getpid 2022-01-17 09:27:08 +00:00
Metasploit
211dc96b9a Bump metasploit-payloads to 2.0.68 2022-01-17 03:25:57 -06:00
Tim W
343cc236b3
Land #519, update java stdapi_fs_delete_dir to be recursive 2022-01-17 09:14:36 +00:00
sjanusz
328a43bccf
Split getpid implementations into separate versions 2022-01-14 15:02:22 +00:00
sjanusz
9c937e5684
Add getpid to Java Meterpreter 2022-01-13 14:24:18 +00:00
Tim W
670fd8360c check the return value of rmtree in java stdapi_fs_delete_dir 2022-01-12 12:38:37 +00:00
Spencer McIntyre
e0dae30a95 Update Javas stdapi_fs_delete_dir to be recursive 2022-01-05 17:12:41 -05:00
Metasploit
c3b9bbc188 Bump metasploit-payloads to 2.0.67 2021-12-09 11:56:55 -06:00
Tim W
706d3f620e
Land #517, fix php stat on inaccessible directory 2021-12-09 17:48:26 +00:00
Tim W
080af01e83
Land #516, fix python stat on inaccessible directory 2021-12-09 17:47:30 +00:00
Metasploit
35f4963638 Bump metasploit-payloads to 2.0.66 2021-12-08 11:11:13 -06:00
Spencer McIntyre
fe8ff046e0
Land #511, fix stderr output in python channels 2021-12-08 12:03:18 -05:00
Spencer McIntyre
7bbcee3cf7 Return an empty stat buf when stat fails 2021-12-08 10:56:06 -05:00
Spencer McIntyre
20416b0c06 Return an empty stat buf when stat fails 2021-12-08 10:54:08 -05:00
Metasploit
286c93b9ff Bump metasploit-payloads to 2.0.65 2021-12-08 08:07:02 -06:00
Spencer McIntyre
67818e13a6
Land #515, Fix #512, fix python cmd_exec argv 2021-12-08 08:58:06 -05:00
Tim W
a59fd61520 Fix #512, fix python cmd_exec argument list during PROCESS_EXECUTE_FLAG_SUBSHELL 2021-12-08 08:12:47 +00:00
Tim W
93496f1c3a fix python channel stderr output 2021-12-08 06:44:26 +00:00
Metasploit
d08b1b31e8 Bump metasploit-payloads to 2.0.64 2021-12-08 00:41:54 -06:00
Tim W
582451f22e
Land #514, fix python exception when closing channels 2021-12-08 06:28:33 +00:00
Spencer McIntyre
4ede4211e9 Cleanup channels when closing processes 2021-12-07 10:36:57 -05:00
Metasploit
f452a0dd26 Bump metasploit-payloads to 2.0.63 2021-12-07 02:21:34 -06:00
Tim W
b56124555e
Land #513, fix php stdapi loading on php 5.3.29 2021-12-07 08:12:22 +00:00
Tim W
25e012bcd9 resolve_host should return NULL on failure 2021-12-07 08:10:52 +00:00
adfoster-r7
4db3392680
Fix Meterpreter for php 5.3 2021-12-06 23:23:29 +00:00
Metasploit
869f7f195f Bump metasploit-payloads to 2.0.62 2021-11-29 01:26:13 -06:00
Tim W
0e2b68a9fe
Land #510, honour the pty flag 2021-11-29 04:48:00 +00:00
dwelch-r7
89b6eb1e17 Honor the pty flag 2021-11-26 14:29:41 +00:00
Metasploit
50024b01d2 Bump metasploit-payloads to 2.0.61 2021-10-28 07:56:50 -05:00
Tim W
77c9f6c868
Land #506, fix python meterpreter core_channel_read 2021-10-28 13:45:11 +01:00
Spencer McIntyre
46ce044ab3 Don't delete channels when handling dead resources
Deleting the channels when they are dead prevents Metasploit from
reading their streams before closing them.
2021-10-27 15:10:33 -04:00
Metasploit
9e245b7582 Bump metasploit-payloads to 2.0.60 2021-10-03 08:43:10 -05:00
Tim W
9a6f12947e
Land #505, fix LOCAL_HOST and PEER_HOST string value 2021-10-03 14:33:21 +01:00
Spencer McIntyre
ac75b00e41 Use string IPs for LOCAL_HOST and PEER_HOST TLVs 2021-10-01 17:07:14 -04:00
Metasploit
d07f44ed46 Bump metasploit-payloads to 2.0.59 2021-09-28 14:26:23 -05:00
bwatters-r7
23ed10cf53
Land #504, Python support for seek and tell in file channels
Merge branch 'land-504' into upstream-master
2021-09-28 14:15:23 -05:00
Spencer McIntyre
c211dd1b3a Support seek and tell for file channels 2021-09-27 17:55:53 -04:00
Metasploit
164f9b5494 Bump metasploit-payloads to 2.0.58 2021-09-27 11:29:19 -05:00
Tim W
cb078144cd
Land #494, add date filtering to fs_search 2021-09-27 17:20:08 +01:00
Tim W
8c99f50b1e canonicalize php search results on Windows 2021-09-24 19:34:12 +01:00
Metasploit
d786fd4fb5 Bump metasploit-payloads to 2.0.57 2021-09-23 05:53:44 -05:00
Tim W
a4102052ae
Land #503, fix php getuid to only return the username 2021-09-23 11:40:48 +01:00
Tim W
9473d00274 fix php recursive search 2021-09-22 22:44:23 +01:00
Tim W
3760e1d41e fix php 1970-01-01 search date 2021-09-22 22:44:18 +01:00
Spencer McIntyre
14e3ffde17 Only return the username for getuid 2021-09-22 14:00:16 -04:00
Tim W
933cbe2a77 improve java stdapi_fs_search 2021-09-22 16:28:14 +01:00
Tim W
0d2f0f380d whitespace fixup 2021-09-22 15:48:12 +01:00
Tim W
4f49792feb fix windows wds3_search 2021-09-22 14:51:10 +01:00