1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-05-12 19:04:32 +02:00

2914 Commits

Author SHA1 Message Date
Tim W
f0147af46b Add stdapi_net_resolve_host(s) to the Java meterpreter 2021-04-16 12:36:59 +01:00
Tim W
41d51af8c9
Land , add stdapi_net_resolve_hosts to php meterpreter v2.0.43 2021-04-12 12:23:44 +01:00
Metasploit
20192d6e4b Bump metasploit-payloads to 2.0.43 2021-04-11 18:41:18 -05:00
OJ
3cb4f0bb2a
Land - Avoid old PHP array indexing syntax v2.0.42 2021-04-12 09:32:39 +10:00
Justin Steven
7938a9cf5f
Stop using deprecated PHP array indexing syntax
https://wiki.php.net/rfc/deprecate_curly_braces_array_access
2021-04-09 22:59:18 +10:00
Spencer McIntyre
1d2f143a22 Add stdapi_net_resolve_host(s) support to the PHP meterpreter 2021-03-31 17:02:20 -04:00
Metasploit
b98ba6c690 Bump metasploit-payloads to 2.0.42 2021-03-30 19:35:41 -05:00
Shelby Pace
363330708e
Land , fix request_fs_ls on inaccessible file v2.0.41 2021-03-30 19:26:37 -05:00
Tim W
dc4d69d695 fix request_fs_ls on an inaccessible file 2021-03-30 19:35:16 +01:00
Metasploit
8712b7e399 Bump metasploit-payloads to 2.0.41 2021-03-30 07:39:22 -05:00
Tim W
c05ec518d5
Land , Fix , fix python meterpreter resolve command v2.0.40 2021-03-30 13:31:27 +01:00
Spencer McIntyre
57c6f10314 Use the first entry returned by getaddrinfo
Fixes 
2021-03-29 17:31:28 -04:00
Metasploit
6e08d1f981 Bump metasploit-payloads to 2.0.40 2021-03-19 15:16:41 -05:00
Tim W
ef2360acf1
Land , add route command on python meterpreter v2.0.39 2021-03-19 20:08:21 +00:00
Tim W
adb7ee62af fix route parsing on macOS 10.13 and lower 2021-03-19 20:04:32 +00:00
Spencer McIntyre
a612d32da4 Add get_routes support for OS X via netstat 2021-03-17 17:09:54 -04:00
Spencer McIntyre
d3a0840792 Add a get_routes implementation for Windows XP 2021-03-17 11:56:43 -04:00
Spencer McIntyre
5ca9d02004 Refactor some Windows ctypes code, Always use GetAdaptersAddresses
GetAdaptersAddresses was added in Windows XP / Server 2003 which since
Metasploit v6 is the oldest version of Windows that Meterpreter
supports. There is now no need to fail back to the older GetIfEntry
function.
2021-03-17 11:24:40 -04:00
Spencer McIntyre
85ba357364 Fix a Python 2.x compatibility bug in netlink_request 2021-03-17 10:37:21 -04:00
Spencer McIntyre
b911574baf Update log messages to use a consistent case 2021-03-17 10:26:42 -04:00
Spencer McIntyre
a155cb8cea Fix a ctype error and catch exceptions when deleting things 2021-03-17 10:26:42 -04:00
Spencer McIntyre
bdc9c648d6 Add the interface names to the routes for Windows 2021-03-17 10:26:42 -04:00
Spencer McIntyre
604b546db8 Initial windows route support via GetIpForwardTable2 2021-03-17 10:26:42 -04:00
Spencer McIntyre
966db5f616 Consolidate libc definitions for OSX and Linux 2021-03-17 10:26:42 -04:00
Spencer McIntyre
f0b37fad91 Add get_routes via netlink for Python 2021-03-17 10:26:42 -04:00
Metasploit
840f8c9cb4 Bump metasploit-payloads to 2.0.39 2021-03-11 09:30:39 -06:00
Tim W
54de384b28
Land , StringBuffer to StringBuilder v2.0.38 2021-03-11 15:22:31 +00:00
Tim W
2dc21da562 cleanup 2021-03-11 15:19:35 +00:00
Metasploit
7843a9d553 Bump metasploit-payloads to 2.0.38 2021-03-04 12:39:19 -06:00
Spencer McIntyre
16e2c2d52b
Land , Set nMaxInstances to 1 for named pipes v2.0.37 2021-03-04 13:31:43 -05:00
Metasploit
37b74f85db Bump metasploit-payloads to 2.0.37 2021-03-04 08:07:18 -06:00
Tim W
89f1a38d48
Land , inner class to static v2.0.36 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
Metasploit
20c7d856e1 Bump metasploit-payloads to 2.0.36 2021-03-04 06:35:54 -06:00
Tim W
914118edc5
Land , add debugging information to readme v2.0.35 2021-03-04 12:28:20 +00:00
dwelch-r7
316846e929 Add debugging info to Readme 2021-02-26 12:35:19 +00:00
Zeev R
8825987525 Tiny bug fix.
The nMaxInstances argument refers only to subsequent calls to CreateNamedPipe and not to calls that just open the pipe.
There is no reason to enable anybody else but us to create a pipe with the same name.
2021-02-24 18:55:04 +02:00
XenoAmess
5b4782c0f3 remove unused boxing and unboxing 2021-02-20 01:13:45 +08:00
Metasploit
a86432c886 Bump metasploit-payloads to 2.0.35 2021-02-19 10:52:21 -06:00
Grant Willcox
5370cba59b
Land , Remove useless casts in Java Meterpreter code v2.0.34 2021-02-19 10:44:08 -06:00
XenoAmess
e697af6668 remove useless cast 2021-02-19 11:36:34 +08:00
Metasploit
c82802f7ad Bump metasploit-payloads to 2.0.34 2021-02-14 23:01:57 -06:00
Grant Willcox
85be5fdf64
Land , Refine string handlings in Java Meterpreter v2.0.33 2021-02-14 22:54:03 -06:00
Metasploit
f3caecccf5 Bump metasploit-payloads to 2.0.33 2021-02-12 14:54:31 -06:00
Grant Willcox
77f215e3b5
Land , Fix issues from re tab completion and missing command enumeration in the Python Meterpreter v2.0.32 2021-02-12 14:46:32 -06:00
Spencer McIntyre
ff2459e08b Only enumerate the local directory if it exists 2021-02-12 14:36:50 -05:00
Metasploit
4caafa1d6a Bump metasploit-payloads to 2.0.32 2021-02-12 10:29:16 -06:00