2023-03-17 15:41:14 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
security/ruby-metasploit-payloads: 2.0.122
2.0.119 (2023-03-07)
* Land #620, route add/remove commands for python meterpreter in windows
2.0.120 (2023-03-07)
* Land #616, add stdapi_sys_process_get_info function to python windows
meterpreter
2.0.121 (2023-03-09)
* Land #623, bug fix token handle leak in Python
2.0.122 (2023-03-09)
* Land #624, Fix incorrect error handling in "packet_transmit_http"
* Land #621, return interface name instead of index for arp command
|
2023-03-05 15:03:44 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.118
2.0.113 (2023-02-25)
* Land #609, store and return HANDLE of processes
2.0.114 (2023-02-25)
* Land #611, add arp cmd to linux python meterpreter
2.0.115 (2023-03-01)
* Land #614, Display IPv6 Routes on Windows
2.0.116 (2023-03-01)
* Land #610, Fix getprivs permissions set
2.0.117 (2023-03-03)
* Land #617, Set the metric so routes can be added and deleted
2.0.118 (2023-03-03)
* Land #619, Add stdapi_sys_process_attach for Python
|
2023-02-23 16:11:38 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.112
2.0.110 (2023-02-16)
* Land #605, Fix the output of getdesktop
2.0.111 (2023-02-16)
* Land #607, add getprivs command to python windows meterpreter
2.0.112 (2023-02-17)
* Land #606, minor fixes for Python 2.5
|
2023-02-12 16:09:43 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.109
2.0.109 (2023-01-31)
* Land #604, add getdesktop cmd python meterpreter
|
2023-01-25 14:51:58 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.108
2.0.108 (2022-01-19)
* Land #599, Bind to the specified LocalHost
|
2023-01-19 15:51:26 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.107
2.0.106 (2023-01-12)
* add enumdesktops command to windows python meterpreter
2.0.107 (2023-01-13)
* Land #600, add enumdesktops to python meterpreter
|
2023-01-09 06:56:57 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.105
2.0.98 (2022-11-03)
* Land #593, add shutdown command for python
2.0.99 (2022-11-07)
* Land #596, Remove references to wintypes
2.0.100 (2022-11-10)
* Land #592, Fix #584: Close memory and handle leaks
2.0.101 (2022-11-15)
* Land #595, Mimikatz update
- Fix Python eventlog issues
- Fix buffer handling in Python 2.x
2.0.102 (2022-12-08)
* Land #598, arp command for windows pymeterpreter
2.0.103 (2022-12-12)
* Land #601, Pull in upstream COFFLoader changes
2.0.104 (2022-12-13)
* Update README.md to include Python and PHP testing directions
2.0.105 (2022-12-13)
* Land #597, Fix Python EventLog commands
|
2022-10-09 10:20:48 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.97
2.0.95 (2022-09-22)
* Changes are too many to write here, please refer:
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.94...v2.0.95>
2.0.96 (2022-09-22)
* Land #585, Add stdapi_registry_check_key_exists for Python
2.0.97 (2022-09-29)
* land #588, Add TrustedSec's COFFLoader as Meterpreter Extension
|
2022-08-28 07:39:05 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
security/ruby-metasploit-payloads: really update to 2.0.94
Reallu update to 2.0.94 not 2.0.93.
|
2022-08-28 07:37:29 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
security/ruby-metasploit-payloads: update to 2.0.94
2.0.75 (2022-02-23)
* Fix race condition when reading subprocess results
* Fail on invalid impersonation levels
2.0.76 (2022-03-01)
* Land #537, Fix race condition in pymet
2.0.77 (2022-03-01)
* Update mimikatz to 61cd1b9168
2.0.78 (2022-03-25)
* Build and ship debug builds for windows meterpreter
* Don't modify strings you don't own
* add AMD64 in get_system_arch
* add case insensivity
* Land #555, add AMD64 arch in get_system_arch()
2.0.79 (2022-04-01)
* Fix PHP Meterpreter crashing when trying to close a resource
* Land #553, Build and ship debug builds for windows meterpreter
2.0.80 (2022-04-01)
* Land #560, add build debug version to r7_all
2.0.81 (2022-04-05)
* Land #558, PHP Meterpreter v8.x Support - ensure already closed channels
are not reclosed
2.0.82 (2022-04-12)
* Fix AF_INET constants in PHP Meterpreter
* Land #557, Add debug logfile to Python Meterpreter
2.0.83 (2022-04-12)
* Land #559, Add logging prerequisites to PHP Meterpreter
2.0.84 (2022-04-26)
* Update the kiwi extension
* Various changes required for cross compilation
* Land #564, Remove unused extension network pug
2.0.85 (2022-04-29)
* Add REQUEST_IGNORE_BATTERY_OPTIMIZATIONS android permission
* Land #563, Add logging to file capabilities to windows Meterpreter
2.0.86 (2022-05-03)
* Land #566, Add REQUEST_IGNORE_BATTERY_OPTIMIZATIONS android permission
2.0.87 (2022-05-03)
* Land #565, update mimikatz (the kiwi extension)
2.0.88 (2022-05-04)
* Fix order of closing channels
* Update to include ReflectiveDllInjection#12
* Land #562, Fix AF_INET constants in PHP Meterpreter
2.0.89 (2022-05-05)
* Land #572, Fix argument order for array join
2.0.90 (2022-05-06)
* Land #570, Fix order of closing channels
2.0.91 (2022-05-11)
* Land #574, Remove logging artifacts that made their way into the release
build
2.0.92 (2022-05-16)
* Land #575, fix android meterpreter > play audio command
2.0.93 (2022-05-17)
* Land #571, Update ReflectiveDLLInjection to include #12 and remove a few
RWX memory sections.
2.0.94 (2022-06-23)
* Land #577, Add 6th getsystem technique EfsPotato
|