1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-24 10:09:49 +02:00

3241 Commits

Author SHA1 Message Date
Metasploit
3491d04008 Bump metasploit-payloads to 2.0.120 2023-03-07 08:34:40 -06:00
Spencer McIntyre
5f1acd51d7
Land , route add/remove commands
route add/remove commands for python meterpreter in windows
v2.0.119
2023-03-07 09:26:04 -05:00
Alex Romero
9da0559654
apply @smcintyre-r7 review suggestions 2023-03-06 11:07:20 -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 , Add stdapi_sys_process_attach for Python v2.0.118 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 , Set the metric so routes can be added and deleted v2.0.117 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
Metasploit
d8db925464 Bump metasploit-payloads to 2.0.117 2023-02-28 13:42:37 -06:00
Spencer McIntyre
9f2491bac4
Land , Fix getprivs permissions set
Fix getprivs permissions that are grabbed on C Meterpreter and Python Meterpreter So That They Match
v2.0.116
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 , Display IPv6 Routes on Windows
Feature to display IPv6 Routes on Windows
v2.0.115
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
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 , add arp cmd to linux python meterpreter
add arp command to linux python meterpreter
v2.0.114
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 , store and return HANDLE of processes
store and return HANDLE of created process for future uses
v2.0.113
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
Alex Romero
39bd2b2581
Merge branch 'rapid7:master' into python-process 2023-02-17 20:57:01 +03:30
Metasploit
2fb2604b05 Bump metasploit-payloads to 2.0.113 2023-02-17 11:04:54 -06:00
Spencer McIntyre
ea70c919f1
Land , minor fixes for Python 2.5
minor fixes to make python meterpreter comptaible with Python 2.5
v2.0.112
2023-02-17 11:55:42 -05:00
Alex Romero
d93a38a604
remove single qoutes from bytes() in order to Python 3.10 compatibility 2023-02-17 10:47:13 -05:00
Alex Romero
e601e34a1b
store and return HANDLE of created process for future uses 2023-02-17 09:25:53 -05:00
Metasploit
19840fa13d Bump metasploit-payloads to 2.0.112 2023-02-16 16:13:09 -06:00
Grant Willcox
20b92980d2
Land , add getprivs command to python windows meterpreter v2.0.111 2023-02-16 16:03:32 -06:00
Grant Willcox
78347dd379
Remove extra permissions that is deprecated 2023-02-16 15:36:44 -06:00
Grant Willcox
ca738c412c
Consolidate repeatedly defined constants, update priv list for SeDelegateSessionUserImpersonatePrivilege 2023-02-16 15:03:04 -06:00
Metasploit
261aaaace4 Bump metasploit-payloads to 2.0.111 2023-02-16 12:31:49 -06:00
Grant Willcox
890366cfd1
Land , Fix the output of getdesktop v2.0.110 2023-02-16 12:21:28 -06:00
Alex Romero
0223168822
add getprivs command to python windows meterpreter 2023-02-15 19:01:24 -05:00
Alex Romero
728c9cb397
minor fixes to make python meterpreter comptaible with Python 2.5 2023-02-15 16:33:45 -05:00
Metasploit
89d1f71fbd Bump metasploit-payloads to 2.0.110 2023-01-30 09:33:57 -06:00
Spencer McIntyre
ddefc9578f
Land , add getdesktop cmd python meterpreter
add getdesktop command to windows python meterpreter
v2.0.109
2023-01-30 10:23:10 -05:00
Spencer McIntyre
6880b0d8fa Remove an unnecessary blank line 2023-01-30 10:22:44 -05:00
Alex Romero
3fbabbca7d
fix minor changes from @smcintyre-r7 reviews 2023-01-29 13:33:54 -05:00
Spencer McIntyre
b45fcc185a Fix the output of getdesktop 2023-01-27 17:38:39 -05:00