1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00
Commit Graph

3359 Commits

Author SHA1 Message Date
Metasploit
cc34597728 Bump metasploit-payloads to 2.0.123 2023-03-09 08:24:18 -06:00
Spencer McIntyre
ae6d4e7956
Land #621, return interface name for arp command
return interface name instead of index for arp command
2023-03-09 09:21:10 -05:00
Spencer McIntyre
dd9db6530b
Land #624, Fix incorrect error handling
Fix incorrect error handling in "packet_transmit_http"
2023-03-09 09:12:39 -05:00
Spencer McIntyre
82631e898b Include the direction in the log message 2023-03-09 09:12:28 -05:00
Metasploit
9e2a1ef7cb Bump metasploit-payloads to 2.0.122 2023-03-09 08:00:58 -06:00
Spencer McIntyre
1862751dfe
Land #623, bug fix token handle leak in Python 2023-03-09 08:52:08 -05:00
Alex Romero
885d63d568
Update c/meterpreter/source/extensions/stdapi/server/net/config/arp.c
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
2023-03-07 21:32:37 +03:30
Alex Romero
cfce3c6797
Merge branch 'rapid7:master' into py-tkn-leak-fix 2023-03-07 21:27:55 +03:30
Metasploit
b5e75f5880 Bump metasploit-payloads to 2.0.121 2023-03-07 08:54:33 -06:00
Spencer McIntyre
327d0de60b
Land #616, add stdapi_sys_process_get_info
add stdapi_sys_process_get_info function to python windows meterpreter
2023-03-07 09:46:18 -05:00
Metasploit
3491d04008 Bump metasploit-payloads to 2.0.120 2023-03-07 08:34:40 -06:00
Spencer McIntyre
5f1acd51d7
Land #620, route add/remove commands
route add/remove commands for python meterpreter in windows
2023-03-07 09:26:04 -05:00
guffre
2153df9f64 Use common.h break macro 2023-03-06 23:46:51 -06:00
Alex Romero
5df4982d73
return interface name instead of index for arp command 2023-03-06 16:25:20 -05:00
Alex Romero
9da0559654
apply @smcintyre-r7 review suggestions 2023-03-06 11:07:20 -05:00
Alex Romero
c2b6d505e4
minor changes 2023-03-06 10:10:22 -05:00
Alex Romero
8167674f37
bug fix token handle leak in getprivs python api 2023-03-03 17:20:32 -05:00
Metasploit
0f18eef4f8 Bump metasploit-payloads to 2.0.119 2023-03-03 16:11:20 -06:00
Alex Romero
96f11eb8c0
Merge branch 'master' into python-route 2023-03-04 01:39:36 +03:30
Grant Willcox
161cc7f20e
Land #619, Add stdapi_sys_process_attach for Python 2023-03-03 16:02:47 -06:00
Alex Romero
f4896864a8
route add/remove commands for python meterpreter in windows 2023-03-03 17:02:07 -05:00
Metasploit
09c60cf2b9 Bump metasploit-payloads to 2.0.118 2023-03-03 15:28:03 -06:00
Grant Willcox
6a3f725f44
Land #617, Set the metric so routes can be added and deleted 2023-03-03 15:19:07 -06:00
Spencer McIntyre
e01dbdbb5d Add fix up tracking the process handle
This allows the process handle to be closed when the process was not
started by the Meterpreter instance.
2023-03-02 15:54:37 -05:00
Spencer McIntyre
5f79b77c3d Fix the handle for the current process 2023-03-02 15:31:47 -05:00
Spencer McIntyre
00cc60f9d7 Add the sys_process_attach command for Windows 2023-03-02 15:31:47 -05:00
Spencer McIntyre
fb8bf774ed Set the metric so routes can be added and deleted 2023-03-02 10:52:20 -05:00
Alex Romero
b8feab6ffa
add stdapi_sys_process_get_info function to python windows meterpreter 2023-03-02 07:21:12 -05:00
Metasploit
d8db925464 Bump metasploit-payloads to 2.0.117 2023-02-28 13:42:37 -06:00
Spencer McIntyre
9f2491bac4
Land #610, Fix getprivs permissions set
Fix getprivs permissions that are grabbed on C Meterpreter and Python Meterpreter So That They Match
2023-02-28 14:32:47 -05:00
Grant Willcox
242e66ec44
Add in missing SE_DELEGATE_SESSION_USER_IMPERSONATE_NAME privilege that was not being obtained in C versions of Meterpreter 2023-02-28 10:32:13 -06:00
Grant Willcox
b05d4b3995
Redo the Python Meterpreter so it also gains SE_UNDOCK_NAME and SE_UNSOLICITED_INPUT_NAME privileges and to organize the list alphabetically 2023-02-28 10:32:12 -06:00
Metasploit
9e6e3df690 Bump metasploit-payloads to 2.0.116 2023-02-28 09:34:55 -06:00
Spencer McIntyre
16a9a2d2f6
Land #614, Display IPv6 Routes on Windows
Feature to display IPv6 Routes on Windows
2023-02-28 10:24:20 -05:00
Spencer McIntyre
f402d7cb9e Fix Windows XP compatibility
GetIpForwardTable2 is not available on Windows versions prior to Vista.
Use GetProcAddress to call it when it's available while avoiding
crashing on XP.
2023-02-28 09:36:31 -05:00
Spencer McIntyre
bf7e5cb7c6 Fix compiler and other errors 2023-02-28 09:36:26 -05:00
guffre
fe2acd8332 Update server_transport_winhttp.c
The response code from packet_transmit_http was hardcoded to always return ERROR_SUCCESS.

This fix emulates how errors are debug-printed and returned from server_transport_tcp and server_transport_pipe.
2023-02-26 18:10:48 -06:00
guffre
dd91ed13e9 Update server_transport_winhttp.c
The response code from packet_transmit_http was hardcoded to always return ERROR_SUCCESS.

This fix emulates how errors are debug-printed and returned from server_transport_tcp and server_transport_pipe.
2023-02-26 18:03:28 -06:00
guffre
1c6241604d Fix error response in packet_transmit_http
The response code from packet_transmit_http was hardcoded to always return ERROR_SUCCESS.

This fix emulates how errors are debug-printed and returned from server_transport_tcp and server_transport_pipe.
2023-02-26 17:54:39 -06:00
Nishant Desai
98726de8be Display-ipv6-routes 2023-02-25 05:57:15 -05:00
Metasploit
6d92de2b7e Bump metasploit-payloads to 2.0.115 2023-02-24 12:12:08 -06:00
Spencer McIntyre
e743c87c74
Land #611, add arp cmd to linux python meterpreter
add arp command to linux python meterpreter
2023-02-24 13:02:53 -05:00
Alex Romero
541d8c1e17
Merge branch 'master' into python-arp-linux 2023-02-24 19:51:15 +03:30
Alex Romero
64b86014f4
minor changes in stdapi_net_config_get_arp_table function 2023-02-24 11:02:27 -05:00
Metasploit
127aaf42d4 Bump metasploit-payloads to 2.0.114 2023-02-24 09:49:43 -06:00
Spencer McIntyre
11244fc306
Land #609, store and return HANDLE of processes
store and return HANDLE of created process for future uses
2023-02-24 10:40:37 -05:00
Alex Romero
624a976086
Update python/meterpreter/meterpreter.py
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
2023-02-24 17:28:35 +03:30
Alex Romero
15223316a8
add arp command to linux python meterpreter 2023-02-23 17:38:37 -05:00
Alex Romero
285cf5183d
apply @smcintyre-r7 requested changes 2023-02-23 16:43:58 -05:00
Alex Romero
a16078f8f9
apply @smcintyre-r7 review suggestions 2023-02-17 15:26:10 -05:00