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
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
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 #614 , 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 #611 , 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 #609 , 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 #606 , 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 #607 , 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 #605 , 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 #604 , 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
Alex Romero
90eacefad5
add getdesktop command to windows python meterpreter
2023-01-23 15:13:19 -05:00
Metasploit
251cec1882
Bump metasploit-payloads to 2.0.109
2023-01-19 17:58:45 -06:00
Grant Willcox
5ed840fdca
Land #599 , Bind to the specified LocalHost
v2.0.108
2023-01-19 17:55:02 -06:00
Grant Willcox
ca639d4756
Land #599 , Bind to the specified LocalHost
2023-01-19 17:49:34 -06:00
Spencer McIntyre
a54ea83cb0
More error handling and documentation
2023-01-19 15:32:46 -05:00
Metasploit
2259af1992
Bump metasploit-payloads to 2.0.108
2023-01-13 14:11:27 -06:00
Grant Willcox
9c70f169b2
Land #602 , Support dual IPv4 / IPv6 TCP servers in Python
v2.0.107
2023-01-13 14:01:41 -06:00
Metasploit
d5e3da858e
Bump metasploit-payloads to 2.0.107
2023-01-12 12:31:37 -06:00
Spencer McIntyre
d07b86f937
Land #600 , add enumdesktops to python meterpreter
...
add enumdesktops command to windows python meterpreter
v2.0.106
2023-01-12 13:22:12 -05:00
Alex Romero
8c99076e9a
apply @smcintyre-r7 patch on station 0 bug for python enumdesktops
2023-01-12 13:03:42 -05:00