Commit Graph

18843 Commits

Author SHA1 Message Date
adfoster-r7 b4ca6870f1 Land #16542, Fix nil channel id when trying to close channels 2022-05-06 19:03:15 +01:00
sjanusz cef38fb714 Fix nil channel id when trying to close channels 2022-05-06 17:09:36 +01:00
adfoster-r7 3b1792f436 Land #16529, Expose options for logging to a file in mettle 2022-05-06 15:29:00 +01:00
dwelch-r7 1f4ee19c05 Expose options for logging to a file in mettle 2022-05-06 14:36:55 +01:00
adfoster-r7 6b21c9995c Update zeitwerk to ignore go pkg folder 2022-05-06 12:35:43 +01:00
adfoster-r7 94580793a3 Land #16533, Fix -w option flag for meterpreter reg command 2022-05-06 10:49:46 +01:00
Grant Willcox 3e5c8d6d4b Land #16538, Update meterpreter encryptor loader to support python 3.4 2022-05-05 14:09:10 -05:00
Grant Willcox 0a86d07014 Land #16491, Fix crashes on timeouts for multiple modules and Meterpreter 2022-05-05 13:34:29 -05:00
adfoster-r7 e7db0aec99 Update meterpreter encryptor loader to support python 3.4 2022-05-05 19:18:20 +01:00
Metasploit c26199e8e0 Bump version of framework to 6.1.42 2022-05-05 12:05:41 -05:00
Christophe De La Fuente aedab4c8aa Fix reg command -w option flag 2022-05-05 11:09:53 +02:00
adfoster-r7 35271b40e7 Land #16445, Add support for Windows Meterpreter logging to file 2022-05-04 11:01:23 +01:00
adfoster-r7 bbd881f999 Fix crashes on timeouts 2022-05-04 09:43:00 +01:00
dwelch-r7 a76600f4a9 Land #16462, add support for armle/aarch64 architectures 2022-05-03 15:48:50 +01:00
dwelch-r7 2e44a91b39 Refactor debugging config options to a common location 2022-04-29 15:04:12 +01:00
dwelch-r7 db1d42237b Refactor debugging config options 2022-04-29 15:04:12 +01:00
dwelch-r7 e93253fb38 Conditionally send log path configuration for meterpreter 2022-04-29 15:04:11 +01:00
dwelch-r7 ec9f0b5242 Add log path session config option 2022-04-29 15:04:11 +01:00
Jack Heysel 78bea096a2 Land PR #16506, Fix extraneous whitespace
This PR fixes an extraneous whitespace in tunnel info
2022-04-28 10:52:18 -07:00
Metasploit 0de720aba4 Bump version of framework to 6.1.41 2022-04-28 12:07:33 -05:00
adfoster-r7 9f6950c6c8 Ensure HTML is escaped in markdown codeblocks 2022-04-27 19:51:05 +01:00
William Vu a00d0c8c82 Fix extraneous whitespace in tunnel info 2022-04-26 14:31:01 -05:00
Brendan Coles 02d911e655 gdb_server_exec: Cleanup and add support for armle/aarch64 architectures 2022-04-25 19:25:06 +00:00
Tim W e1802de7b8 Fix #16084, sessions -K should kill sessions in reverse order 2022-04-25 16:39:22 +01:00
George Britton ea1d87af4d Typo fix on line 4
Like -> Lie
2022-04-25 11:17:14 +01:00
Metasploit 362ebe5313 Bump version of framework to 6.1.40 2022-04-21 12:04:56 -05:00
Grant Willcox 86a978388c Land #16479, Meterpreter's reg setval command: add support to binary data when setting a REG_BINARY key value 2022-04-20 17:53:36 -05:00
Grant Willcox 7aa36a65d6 Add in additional validation options and rework the regex a bit so that we only match on valid hex characters. 2022-04-20 17:11:14 -05:00
Jack Heysel 2f5f5c83d7 Land #16437 add esxi to ssh_login platforms
Fixes #16431 by adding ESXi as a recognizable
type on ssh_login
2022-04-20 07:35:18 -07:00
Christophe De La Fuente 99789c81de Add support to binary data with setting a REG_BINARY key value 2022-04-20 12:12:57 +02:00
Jack Heysel 4417a335ff Land #16379, Make SSH defaults widely used
Refactored a number of modules to use ssh_client_defaults
2022-04-19 22:08:45 -07:00
Grant Willcox 1e67d62f42 Minor fix to improve readability 2022-04-19 12:43:57 -05:00
Jeffrey Martin 74e734c7e8 restore multi-char short flag support
Recent updates in `Rex::Parser::Arguments` regressed the ability have
short flags with multiple characters.
2022-04-15 15:11:11 -05:00
Jack Heysel 0d3f50522d Land #16318 Add support to old KEX algorithms
This commit fix the issue #16138 by adding
support to old key exchange algorithms in
the net/ssh lib by defining the
append_all_supported_algorithms to true.
2022-04-14 11:29:39 -07:00
Metasploit 67e710b69b Bump version of framework to 6.1.39 2022-04-14 12:31:53 -05:00
Jeffrey Martin 60e3e6e532 Land #16455, Remove railgun requirement from post file mixin 2022-04-14 12:04:47 -05:00
Grant Willcox 82be63ffdc Land #16451, Use debug versions of extensions if MeterpreterDebugBuild is enabled 2022-04-14 11:34:08 -05:00
adfoster-r7 7f24482ade Remove railgun requirement from post file mixin 2022-04-14 17:14:18 +01:00
adfoster-r7 22a3ae1bf5 Land #16411, expose detailed results for each module match 2022-04-14 17:06:57 +01:00
Jeffrey Martin 4bf199aff5 remove duplicate condition 2022-04-14 10:18:59 -05:00
Jack Heysel 04f042ae47 Land #16221, a wordpress_scanner bug fix
Adjust wordpress_url_rest_api definition to support
sites that don't place REST API under /index.php/
2022-04-13 14:22:17 -07:00
Heyder Andrade 0eb9d68319 Added support to depecreted key exchange algorithms 2022-04-13 18:53:50 +02:00
dwelch-r7 aca1b8df9b Use debug versions of extensions if MeterpreterDebugBuild is enabled 2022-04-13 14:10:57 +01:00
sjanusz fc73498919 Add debug option to Python Meterpreter 2022-04-12 10:54:26 +01:00
h00die 38e5e4350b add esxi to ssh_login platforms 2022-04-10 11:24:42 -04:00
Metasploit c252faf938 Bump version of framework to 6.1.38 2022-04-07 12:06:06 -05:00
Jeffrey Martin 8356b3cc1c refactor analyze rpc interface & output format 2022-04-07 11:06:42 -05:00
dwelch-r7 a82c936613 Land #16373, Add initial ruby 3.1 support 2022-04-07 16:44:02 +01:00
adfoster-r7 aafb38c7ed Fix crash when sorting modules by disclosure date 2022-04-06 18:51:28 +01:00
usiegl00 8495bff61c Merge master and update the smb_shadow module
Add comments detailing the technique used to attack SMBv3. Remove some
comments that are no longer needed. Fix Gemfile.lock conflict.
2022-04-06 07:06:45 +09:00