jheysel-r7
53a761a13d
Update lib/msf/core/auxiliary/rocketmq.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-07-05 11:13:08 -04:00
h00die
c9249fd9b7
basics
2023-07-02 12:37:58 -04:00
Grant Willcox
859ff288fc
Land #18147 , Add Ruby 3.3.0-preview1 to test suite
2023-06-29 17:20:24 -05:00
adfoster-r7
085943bd78
Add Ruby 3.3.0-preview1 to test suite
2023-06-29 22:53:17 +01:00
Jack Heysel
cc1b7db773
Method documentation comments
2023-06-29 15:52:03 -04:00
jheysel-r7
35f5b19512
Apply suggestions from code review
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-06-29 15:23:27 -04:00
Metasploit
1426a5c12e
Bump version of framework to 6.3.24
2023-06-29 12:18:27 -05:00
adfoster-r7
0c8dff1ab0
Land #17901 , Add lazy loading for payloads on startup
2023-06-28 23:12:12 +01:00
jheysel-r7
f86f9c0440
Update lib/msf/core/auxiliary/rocketmq.rb
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-06-27 16:39:16 -04:00
dwelch-r7
36e0d8f915
Land #18121 , Add proper SubjectAltName parsing
2023-06-27 16:54:33 +01:00
Jack Heysel
46629ca1d2
responded to comments
2023-06-26 14:01:12 -04:00
Grant Willcox
da34476a91
Land #17959 , rescue login scanner attempts
2023-06-23 14:49:26 -05:00
manishkumarr1017
87582ee5c9
PR Review changes
2023-06-23 13:14:48 +05:30
manishkumarr1017
375a91e4f7
Merge branch 'rapid7:master' into add_new_column_in_creds
2023-06-23 11:35:34 +05:30
Metasploit
0f65368866
Bump version of framework to 6.3.23
2023-06-22 15:51:18 -05:00
Jack Heysel
4c73067dfe
Land #18104 , fix falsely caused empty file reads
...
This issue was happening frequently with the java metepreter.
The issue has been fixed and tested with test/file post module.
2023-06-22 13:07:19 -04:00
dwelch-r7
e298788a28
Land #18049 , Update jenkins login scanner to work with newer versions
2023-06-22 14:04:24 +01:00
cgranleese-r7
ace4c45c5d
Land #18118 , Update UA strings for June 2023
2023-06-22 12:31:09 +01:00
Jack Heysel
64b441be2a
Rspec tests, get_broker_port addition
2023-06-22 01:29:33 -04:00
Jeffrey Martin
1b562dd02b
Revert "Improve AMSI bypass on new Windows"
...
This reverts commit f97ab80224 , reversing
changes made to c8f942cc03 .
This change impacted the default `psexec` powershell target and needs further
testing to be reintroduced.
2023-06-21 16:35:41 -05:00
Spencer McIntyre
7cff25e639
Land #18117 , Consider Windows 10 Revision
...
Consider Windows 10 Revision number in version module
2023-06-21 14:32:59 -04:00
Grant Willcox
cd00585e12
Support properly handling tagging multiple hosts and then deleting those tags.
...
This involves updating add_host_tag and delete_host_tag and performing some refactoring.
2023-06-21 09:31:55 -05:00
cgranleese-r7
0609d246f3
adds more future proofing to implementation
2023-06-21 14:19:24 +01:00
usiegl00
44762f18e8
Increase Stack Space for Loader
...
This increases the stack stack space mmap'd for the 2nd stage loader and
should fix the invalid stack memory access crash on the staged payload.
2023-06-19 10:57:37 +02:00
usiegl00
e70bdb028a
Basic MachO Signing
...
This commit adds the sign method to Payload::MachO which performs a
basic SHA256 signature update on the provided macho to enable it to run
under osx aarch64 systems.
2023-06-19 10:57:37 +02:00
usiegl00
658c87996d
Hotwire MachO Signing
...
This commit hotwires in executable signing to some of the aarch64 osx
payloads in order to ensure that they are fully functional.
2023-06-19 10:57:37 +02:00
usiegl00
8a5442f7f0
Fix AARCH64 MachO Generation
...
This updates the exe util to properly generate stageless aarch64 macho
payloads. I've also added comments on how to assemble the aarch64
stages.
2023-06-19 10:57:37 +02:00
usiegl00
5f8767f4cf
M1ssion Dyld Mettle: Aarch64 Payloads
...
This builds on Back from the dyld by adding the required aarch64
assembly code to enable the OSX loader to run on the m1. This enables
the use of native payloads on M1 or M2 devices that do not have Rosetta
installed.
2023-06-19 10:57:37 +02:00
Ashley Donaldson
2a3cac051f
Suggestion from code review
2023-06-19 07:53:46 +10:00
h00die
e49e70ce93
update rocketmq tests
2023-06-16 16:26:35 -04:00
h00die
67225650de
convert _ to .
2023-06-16 16:13:36 -04:00
h00die
4f661ff230
rocketmq version lib
2023-06-16 15:36:06 -04:00
Spencer McIntyre
0ca978fe9d
Return arrays of values where applicable
...
Return arrays of values where applicable and update method docs.
2023-06-16 12:19:11 -04:00
Spencer McIntyre
2d800be5b1
Read the ORAddress definition
...
Note that there's a known issue that needs the changes from
sdaubert/rasn1#37 to work.
2023-06-16 11:48:36 -04:00
Dean Welch
8527eea15d
Add lazy loading for payloads
2023-06-16 12:04:48 +00:00
Ashley Donaldson
5832685f5e
Update UA strings for June 2023
2023-06-16 11:32:37 +10:00
Ashley Donaldson
381d291da9
Use revision in MSF modules
2023-06-16 10:07:35 +10:00
Ashley Donaldson
ddbd24554d
Take into account Windows 10 revision number
2023-06-16 06:50:39 +10:00
Spencer McIntyre
9e8a8d7c25
Remove our BMPString definition
...
It was added in https://github.com/sdaubert/rasn1/pull/33 and is present
in RASN 0.12.1.
2023-06-15 15:57:10 -04:00
Spencer McIntyre
0555b4ada0
Add SAN parsing with a proper ASN.1 definition
...
The ORAddress field is left out because it's significantly more
complicated than the rest and doesn't appear to be necessary at this
time.
2023-06-15 15:57:02 -04:00
Spencer McIntyre
39c9355715
Add additional string primitives
2023-06-15 15:51:14 -04:00
adfoster-r7
50832bef97
Land #18094 , Fix an edge case in .to_win32pe
2023-06-15 20:39:07 +01:00
space-r7
9776a6eb4a
Land #18078 , add SID support for icpr_cert
...
pulls in latest changes
2023-06-15 13:39:31 -05:00
space-r7
5b77805d68
Land #18078 , add support for SID in icpr_cert
2023-06-15 13:17:09 -05:00
Metasploit
ea34db64af
Bump version of framework to 6.3.22
2023-06-15 12:15:30 -05:00
Jack Heysel
f014033321
Land #18054 , Fix info command IP address issue
...
This PR fixes the issue where an ArgumentError was thrown
when running the info command when using a fetch payload
2023-06-15 11:51:16 -04:00
bwatters
63abeb331d
Remove default value
2023-06-15 08:46:45 -05:00
dwelch-r7
8da6f1efb9
Land #18105 , Fix time command bug when running complex commands
2023-06-15 13:41:16 +01:00
cgranleese-r7
c85b017c9e
Land #18106 , Update SessionTLVLogging to no longer truncate useful values
2023-06-15 12:50:33 +01:00
cgranleese-r7
95d05e0e9c
Land #18111 , Fix initialised constant error when meterpreter registry key reads timeout
2023-06-15 10:23:29 +01:00