cgranleese-r7
61004db2be
Merge pull request #20370 from msutovsky-r7/fix/smb_login_crash
...
Fixes smb_login crash
2026-01-06 10:34:23 +00:00
Spencer McIntyre
66a4aba1ad
Remove the old MS-TDS SSL Proxy code
2025-12-02 16:10:07 -05:00
Spencer McIntyre
9c1f545562
Initialize the info for web sockets
2025-12-02 16:10:07 -05:00
Spencer McIntyre
d4ba707fa5
Add the new encrypted MsTds channel
2025-12-02 16:10:06 -05:00
Spencer McIntyre
dcd3a62e88
Switch to the new fiber relay manager
2025-12-02 16:09:58 -05:00
Martin Sutovsky
20fcecc963
Adds exception raising
2025-11-28 12:40:23 +01:00
jheysel-r7
4a012dd06a
Merge pull request #20637 from zeroSteiner/feat/mod/smb-to-mssql
...
Add an SMB to MSSQL NTLM Relay module
2025-11-24 09:17:45 -08:00
Spencer McIntyre
ebc70000ce
Support auto authentication for MSSQL
2025-11-19 17:11:34 -05:00
dledda-r7
147cf9bc82
fix: include stdapi/stdapi in namespaced extensions
2025-11-13 10:51:04 -05:00
adfoster-r7
b2d1095d22
Fix oracle login crash
2025-10-23 10:30:57 +01:00
Spencer McIntyre
c2ccac414d
Remove the USE_WINDOWS_AUTHENT option
...
It's redundant with the Mssql::Auth option which is an enum and supports
all the authentication mechanisms. This eliminates the ambiguity between
the meaning and precedence of the options.
2025-10-21 11:20:51 -04:00
Spencer McIntyre
7bfa17eb24
Update the kerberos login method too
2025-10-16 16:29:19 -04:00
Spencer McIntyre
1cc412d95b
Use the new Login7 for plain SQL login too
2025-10-16 16:29:19 -04:00
Spencer McIntyre
609537d845
Finish the Login7 definition
2025-10-16 16:29:19 -04:00
Spencer McIntyre
581b938772
Add some MsTds definitions
2025-10-16 16:29:19 -04:00
Spencer McIntyre
0996cee71d
Refactor the login method to make it smaller
2025-10-16 16:29:19 -04:00
Brendan
10d1f53692
Merge pull request #19975 from dledda-r7/feat/split-stdapi
...
Split Stdapi
2025-10-08 13:00:04 -05:00
dledda-r7
7d8aa260e4
fix: better extension suggestion with an unknown command
2025-10-07 09:53:02 -04:00
dledda-r7
763f631852
fix: better loading check for split-stdapi
2025-10-06 08:40:09 -04:00
dledda-r7
35fe047a6e
chore: stdapi extensions fix comments, and format
2025-10-06 07:29:32 -04:00
dledda-r7
381ed892fa
chore: stdapi command dispatcher fix comments, and format
2025-10-06 06:48:12 -04:00
Diego Ledda
a1ab9b8ca9
Update lib/rex/post/meterpreter/extensions/stdapi_audio/stdapi_audio.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2025-10-06 10:31:54 +02:00
Diego Ledda
69ebefec13
Update lib/rex/post/meterpreter/client_core.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2025-10-06 10:30:45 +02:00
Diego Ledda
650ee9f6f1
Update lib/rex/payloads/meterpreter/config.rb
2025-10-06 10:10:05 +02:00
dledda-r7
5f2adab0e7
fix: updated stdapi loading logic
2025-10-03 09:53:50 -04:00
dledda-r7
889941487b
fix: fix logic for split stdapi loading
2025-09-26 09:43:20 -04:00
dledda-r7
dd802fa8a6
fix: fix mettle stdapi split regression
2025-09-26 06:54:24 -04:00
Spencer McIntyre
196e19808d
Add some error handling for kerberos options
2025-08-28 10:00:19 -04:00
Spencer McIntyre
7fdb1e03fa
Tie in Kerberos authentication for HTTP modules
2025-08-22 15:58:18 -04:00
dledda-r7
53ce08ef6e
feat: add stdapi_webcam extension
2025-08-21 07:13:36 -04:00
dledda-r7
0206663565
feat: add stdapi_ui extension
2025-08-21 07:13:36 -04:00
dledda-r7
02995f2f7d
feat: add stdapi_railgun extension
2025-08-21 07:13:35 -04:00
dledda-r7
809599a7d6
feat: add stdapi_audio extension
2025-08-21 07:13:35 -04:00
dledda-r7
94cc3d0a29
feat: add stdapi_sys extension
2025-08-21 07:13:34 -04:00
dledda-r7
44efeffef1
fix: removing duplicate dispatchers stdapi_fs and stdapi_net
2025-08-21 07:13:34 -04:00
dledda-r7
2af25bb294
fix: disable already loaded commands to allow multiple stdapi loading
2025-08-21 07:13:34 -04:00
dledda-r7
a265deb37e
fix: stdapi_net correct wrapped object alias
2025-08-21 07:13:33 -04:00
dledda-r7
d4c44f9dbf
feat: add stdapi_net extension
2025-08-21 07:13:33 -04:00
dledda-r7
4fe4f8fc14
feat: add stdapi_fs extension
2025-08-21 07:13:32 -04:00
msutovsky-r7
e8b441a5d3
Land #20012 , MeterpreterOptions break-up and default extension loading removal
...
MeterpreterOptions break-up and default extension loading removal
2025-08-07 15:28:56 +02:00
Jack Heysel
8179de6cea
ESC9 ESC10 and ESC16 detection
2025-07-30 11:46:57 -07:00
Spencer McIntyre
c2a06e341d
Expand on the matcher logic
2025-07-08 15:01:46 -04:00
Martin Sutovsky
5f1ff38293
Adds check for version negotiation response
2025-07-08 07:27:32 +02:00
Spencer McIntyre
7b1af9fc09
Initial implementation of #adds_sd_grants_permissions?
2025-06-24 11:27:52 -04:00
Spencer McIntyre
475760a108
Add helper methods for ace type checks
2025-06-24 11:27:52 -04:00
dledda-r7
e4bc2a6528
fix: changed MeterpreterOptions to be platform-specific in pivot
2025-06-02 08:07:14 -04:00
Spencer McIntyre
b40dbe89ff
Always return an array of PreAuthData
2025-05-29 10:25:35 -04:00
Spencer McIntyre
09c313003b
Propagate KERB-SUPERSEDED-BY-USER error details
2025-05-28 17:57:01 -04:00
Spencer McIntyre
74dcabfcc1
Add the definitions for KERB-SUPERSEDED-BY-USER
2025-05-28 17:38:36 -04:00
Ashley Donaldson
904f4b68f7
Warn user if they are using PowerShell with impersonation
2025-05-27 10:14:48 -04:00