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
|
2022-02-14 15:41:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.74
No release note is available. Please refer commit log
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.66...v2.0.74>
in details.
|
2021-12-11 14:46:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.66
2.0.61 (2021-11-29)
* Land #510, honour the pty flag
2.0.62 (2021-12-07)
* resolve_host should return NULL on failure
* Land #513, fix php stdapi loading on php 5.3.29
2.0.63 (2021-12-08)
* Land #514, fix python exception when closing channels
2.0.64 (2021-12-08)
* Fix #512, fix python cmd_exec argument list during
PROCESS_EXECUTE_FLAG_SUBSHELL
* Land #515, Fix #512, fix python cmd_exec argv
2.0.65 (2021-12-08)
* Return an empty stat buf when stat fails
* Land #511, fix stderr output in python channels
2.0.66 (2021-12-09)
* Land #516, fix python stat on inaccessible directory
* Land #517, fix php stat on inaccessible directory
|
2021-11-28 15:01:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.60
No release note is available. Please refer commit log
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.55...v2.0.60>
in details.
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-09-19 18:57:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.55
2.0.55 (2021-09-14)
* Land #499, Add support for updating terminal size dynamically
|
2021-06-14 17:27:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.47
Quote from commit logs:
2.0.47 (2021-06-09)
* Support enumerating all extension names
* Support enumerating Meterpreter extension suffixs
* Fix a typo in how suffixes is spelled
* Rename a function and update a regex
|
2021-05-30 13:48:01 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-metasploit-payloads: update to 2.0.46
Quote from commit logs:
2.0.40 (2021-03-30)
* Land #480, Fix #479, fix python meterpreter resolve command
2.0.41 (2021-03-31)
* Land #481, fix request_fs_ls on inaccessible file
2.0.42 (2021-04-11)
* Add stdapi_net_resolve_host(s) support to the PHP meterpreter
* Land #483 - Avoid old PHP array indexing syntax
2.0.43 (2021-04-12)
* Land #482, add stdapi_net_resolve_hosts to php meterpreter
2.0.44 (2021-04-28)
* Land #484, Add stdapi_net_resolve_host(s) for Java
2.0.45 (2021-04-30)
* Land #486, fix python meterpreter http transport comm timeout
2.0.46 (2021-05-10)
* Land #488, fix HttpUserAgent on java/android
|