summaryrefslogtreecommitdiff
path: root/security/ruby-metasploit-payloads
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09security/ruby-metasploit-payloads: update to 2.0.97taca3-7/+11
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-28security/ruby-metasploit-payloads: really update to 2.0.94taca2-6/+6
Reallu update to 2.0.94 not 2.0.93.
2022-08-28security/ruby-metasploit-payloads: update to 2.0.94taca3-7/+37
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-14security/ruby-metasploit-payloads: update to 2.0.74taca2-6/+6
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-11security/ruby-metasploit-payloads: update to 2.0.66taca2-6/+6
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-28security/ruby-metasploit-payloads: update to 2.0.60taca2-6/+6
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-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-19security/ruby-metasploit-payloads: update to 2.0.55taca2-7/+7
2.0.55 (2021-09-14) * Land #499, Add support for updating terminal size dynamically
2021-08-31security/ruby-metasploit-payloads: update to 2.0.54taca2-7/+7
No release note is available. Please refer commit log <https://github.com/rapid7/metasploit-payloads/compare/v2.0.47...v2.0.54> in details.
2021-06-14security/ruby-metasploit-payloads: update to 2.0.47taca2-7/+7
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-30security/ruby-metasploit-payloads: update to 2.0.46taca2-7/+7
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
2021-03-21security/ruby-metasploit-payloads: update to 2.0.39taca2-7/+7
No release note is available. Please refer commit log <https://github.com/rapid7/metasploit-payloads/compare/v2.0.38...v2.0.39> in details.
2021-03-11security/ruby-metasploit-payloads: update to 2.0.38taca2-7/+7
No release note is available. Please refer commit log <https://github.com/rapid7/metasploit-payloads/compare/v2.0.37...v2.0.38> in details.
2021-03-07security/ruby-metasploit-payloads: update to 2.0.37taca2-7/+7
No release note is available. Please refer commit log <https://github.com/rapid7/metasploit-payloads/compare/v2.0.32...v2.0.37> in details.
2021-02-13security/ruby-metasploit-payloads: update to 2.0.32taca2-7/+7
No release note is available. Please refer commit log <https://github.com/rapid7/metasploit-payloads/compare/v2.0.28...v2.0.32> in details.
2021-02-03security/ruby-metasploit-payloads: update to 2.0.28taca2-7/+7
No release note is available. Please refer commit log in details: <https://github.com/rapid7/metasploit-payloads/compare/v2.0.12...v2.0.28>.
2020-09-14security/ruby-metasploit-payloads: update to 2.0.12taca2-7/+7
Update ruby-metasploit-payloads package to 2.0.12. No release note is available. Please refer commit log in details: <https://github.com/rapid7/metasploit-payloads/compare/v2.0.5...v2.0.12>.
2020-06-21security/ruby-metasploit-payloads: update to 2.0.5taca2-7/+7
Update ruby-metasploit-payloads to 2.0.5. No releasenote nor changelog is available. Please refer commit log in details: <https://github.com/rapid7/metasploit-payloads/compare/v2.0.3...v2.0.5>.
2020-06-15security/ruby-metasploit-payloads: update to 2.0.3taca3-10/+8
Update ruby-metasploit-payloads to 2.0.3. No releasenote nor changelog is available. Please refer commit log in details: <https://github.com/rapid7/metasploit-payloads/compare/v1.4.3...v2.0.3>.
2020-03-24security/ruby-metasploit-payloads: update to 1.3.86.taca3-11/+12
Update ruby-metasploit-payloads to 1.3.86. No release notes available.
2018-10-19ruby-metasploit-payloads: SSP skip bundled Android libs.jperkin1-1/+2
2018-09-23security/ruby-metasploit-payloads: update to 1.3.49taca3-8/+10
No proper change log is not available. Please refer commit log: <https://github.com/rapid7/metasploit-payloads/commits/master>.
2018-03-21security/ruby-metasploit-payloads: update to 1.3.31taca2-7/+7
No proper change log is not available. Please refer commit log: <https://github.com/rapid7/metasploit-payloads/commits/master>.
2017-10-09ruby-metasploit-payloads: follow redirectwiz1-2/+2
2017-10-02security/ruby-metasploit-payloads: Fix syntax of Makefiletaca1-3/+1
Fix syntax fo Makefile.
2017-10-01Don't check payload files for library dependencies.joerg1-1/+5
2017-09-29security/ruby-metasploit-payloads: Import version 1.3.9minskim4-0/+91
Compiled binaries for Metasploit's Meterpreter.