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

3440 Commits

Author SHA1 Message Date
cgranleese-r7
673c09ab54
Land #653, Fix python meterpreter subprocess deadlock and file descriptor leak 2023-06-14 12:31:02 +01:00
Metasploit
2e0c64246c Bump metasploit-payloads to 2.0.138 2023-06-14 05:04:32 -05:00
adfoster-r7
5177490b15
Fix python meterpreter subprocess deadlock and file descriptor leak 2023-06-14 10:53:30 +01:00
cgranleese-r7
c6a4850f83
Land #651, Fix python meterpreter network method exceptions for OSX 2023-06-14 10:43:06 +01:00
Metasploit
5d2a9bdc0e Bump metasploit-payloads to 2.0.137 2023-06-09 09:42:12 -05:00
Spencer McIntyre
452b826be6
Land #656, Fix double-free in free 2023-06-09 10:32:48 -04:00
Ashley Donaldson
194a5a83b6 Fix double-free in free.
Also removed TLV size parameter, which (according to MSDN) can never have any
value other than 0 with MEM_RELEASE.
2023-06-08 14:33:40 +10:00
adfoster-r7
a1166ac585
Add automated tests for Python Meterpreter 2023-06-05 13:11:41 +01:00
adfoster-r7
c494d9e72d
Fix python meterpreter network method exceptions 2023-06-05 11:44:32 +01:00
Metasploit
cbf451bcde Bump metasploit-payloads to 2.0.136 2023-06-02 08:07:13 -05:00
Spencer McIntyre
5d6a9ea802
Land #648, Add update_token function to stdapi 2023-06-02 08:57:56 -04:00
Metasploit
90910dbce2 Bump metasploit-payloads to 2.0.135 2023-06-01 13:03:50 -05:00
Spencer McIntyre
7793e151a5
Land #637, Always warn when using custom files
Always warn when using custom meterpreter dependencies
2023-06-01 13:50:06 -04:00
saim1z
bdd2885571 remove TLV_TYPE_TOKEN_UPDATE_RESULT and unnecessary code 2023-05-24 16:18:43 +02:00
saim1z
4913a7f783 moved COMMAND_ID_STDAPI_SYS_CONFIG_UPDATE_TOKEN with the others COMMAND_ID_STDAPI_SYS_CONFIG* definitions 2023-05-24 15:35:23 +02:00
saim1z
bc341d1ae9 add update_token function to stdapi 2023-05-24 11:01:13 +02:00
Metasploit
2aadbeec33 Bump metasploit-payloads to 2.0.134 2023-05-23 11:08:59 -05:00
space-r7
7ffe5faf75
Land #646, update Java Meterpreter docs for macOS 2023-05-23 10:59:52 -05:00
adfoster-r7
c6ce10778f Update documentation for running java Meterpreter on mac 2023-05-22 23:21:24 +01:00
Metasploit
4bd1fbe0c7 Bump metasploit-payloads to 2.0.133 2023-05-15 14:41:29 -05:00
Spencer McIntyre
1a370ab66e
Land #645, Add stdapi_sys_process_memory_query
Add stdapi_sys_process_memory_query function to python windows
meterpreter
2023-05-15 15:31:18 -04:00
Alex Romero
0289d70ed2
set 0 instead of None in memory addresses - ext_server_stdapi.py
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
2023-05-12 00:11:47 +03:30
Alex Romero
2453e2703a
add missing PartitionId field
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
2023-05-12 00:10:14 +03:30
Alex Romero
114cadcf84
add stdapi_sys_process_memory_query function to python windows meterpreter 2023-05-09 16:12:08 -04:00
Metasploit
91207b4d82 Bump metasploit-payloads to 2.0.132 2023-05-08 10:30:21 -05:00
Spencer McIntyre
f5f5ba9f1e
Land #643, Add stdapi_sys_porcess_memory_protect
changing memory protection is available in python windows meterpreter
2023-05-08 11:15:54 -04:00
Spencer McIntyre
aaff164bec
Land #640, Update README 2023-05-08 09:13:10 -04:00
Alex Romero
8673514706
changing memory protection is available in python windows meterpreter 2023-05-01 15:38:30 -04:00
Metasploit
4486ab7d95 Bump metasploit-payloads to 2.0.131 2023-04-27 12:26:03 -05:00
adfoster-r7
c7116e2a1f
Land #631, WOW64 Support for hashdump 2023-04-27 18:16:32 +01:00
Spencer McIntyre
d5a325895d Update the MinGW builds 2023-04-27 10:53:17 -04:00
Spencer McIntyre
1c4f2df278 Use dump_sam for WOW64 support
Switch to using the dump_sam RDLL for x86, WOW64 and x64 hashdump
support.
2023-04-27 09:52:50 -04:00
Spencer McIntyre
d64c312029 Update the signature for inject_dll
Need to be able to pass things that are not strings
2023-04-27 09:52:50 -04:00
Spencer McIntyre
d114f5ec0a Add the dump_sam project
This is going to build a stand-alone RDLL that can be injected into
LSASS for hashdump.

The samsrv.dll functions still need to be resolved because they're not
exported but the rest can be used normally thanks to the RDLL loader.
Defined 32-bit and 64-bit structures that are compatible with MSVC and
MinGW. DLLs are dynamically linked for size and the Visual-C Runtime is
not used.

The reflectively loaded DLL is freed once the operation has completed.
2023-04-27 09:52:50 -04:00
Metasploit
ec15ce4944 Bump metasploit-payloads to 2.0.130 2023-04-27 08:34:50 -05:00
adfoster-r7
0d94cbbfcf Update README 2023-04-27 14:28:01 +01:00
adfoster-r7
8e9f2c04a6
Land #639, Build mingw build on Github actions 2023-04-27 14:24:08 +01:00
adfoster-r7
5e769a90be Build mingw build on Github actions 2023-04-27 11:48:37 +01:00
Metasploit
41800bbbff Bump metasploit-payloads to 2.0.129 2023-04-26 14:23:21 -05:00
Spencer McIntyre
9775c73c33
Land #634, add memory read/write for python
add memory read/write abilities to python windows meterpreter
2023-04-26 15:12:13 -04:00
Spencer McIntyre
41767690f0 Use None instead of 0 for missing values 2023-04-26 14:22:16 -04:00
Alex Romero
dbf1916a65
check for invalid parameter in read/write memory 2023-04-25 19:28:42 -04:00
adfoster-r7
76cdd75ace
Always warn when using custom meterpreter dependencies 2023-04-21 13:56:28 +01:00
Metasploit
6bac251842 Bump metasploit-payloads to 2.0.128 2023-04-20 18:03:55 -05:00
bwatters-r7
d83c7b4e73
Land #630, Fix a MinGW issue in the stdapi extension
Merge branch 'land-630' into upstream-master
2023-04-20 17:54:35 -05:00
Metasploit
62511f1d09 Bump metasploit-payloads to 2.0.127 2023-04-19 11:10:54 -05:00
dwelch-r7
908f993698
Land #636, Fix debug logging for Windows 7 2023-04-19 17:02:34 +01:00
adfoster-r7
41e7a26c77
Fix debug logging for Windows 7 2023-04-19 16:28:03 +01:00
Alex Romero
4f12dd814b
add memory read/write abilties to python windows meterpreter 2023-04-14 16:27:09 -04:00
Metasploit
d9b04ace74 Bump metasploit-payloads to 2.0.126 2023-04-14 09:21:12 -05:00