rohitkumarankam
599642bbb9
Updated variable names to be more specific
2023-03-08 10:53:24 -06:00
rohitkumarankam
28fb670d4d
added sane defaults for new variables
2023-03-08 10:53:23 -06:00
rohitkumarankam
71e142a5ee
updated variable names
2023-03-08 10:53:23 -06:00
rohitkumarankam
2c3005fee3
Added new Datastore options to ssh_login
2023-03-08 10:53:23 -06:00
Grant Willcox
10af603858
Land #17673 , Msf::Payload::Apk: apktool: Decompile only main classes
2023-03-07 13:01:20 -06:00
Christophe De La Fuente
ecbeceb817
Land #17733 , Add Gather Wowza Streaming Engine Credentials
2023-03-07 15:27:52 +01:00
bcoles
3f781de8e9
Add Wowza Streaming Engine Manager Login Utility
2023-03-07 23:42:42 +11:00
bcoles
9dcaf93b29
Replace deprecated File.exists? with File.exist?
2023-03-05 14:30:47 +11:00
bwatters
9a4f8c0e7f
Land #17716 , Fix the reverse port forward message
...
Merge branch 'land-17716' into upstream-master
2023-03-03 16:28:49 -06:00
cgranleese-r7
252012f48d
Land #17675 , Add support for forging inter-realm Kerberos tickets
2023-03-03 14:17:48 +00:00
adfoster-r7
efd79eb638
Add support for forging inter-realm Kerberos tickets
2023-03-03 13:20:39 +00:00
bwatters
5b4962e2bd
Land #17721 , Fix adapted payload stage encoding
...
Merge branch 'land-17721' into upstream-master
2023-03-02 14:03:06 -06:00
Metasploit
673a574b3d
Bump version of framework to 6.3.6
2023-03-02 12:11:53 -06:00
adfoster-r7
f3975e968f
Land #17635 , Add support for full pac ul_type 19 and partial ticket checksum support
2023-03-02 14:22:58 +00:00
Spencer McIntyre
08cb115368
Handle encoding stages of different architectures
2023-03-01 12:17:37 -05:00
space-r7
b3e6767125
Land #17676 , add SIS login module
2023-02-28 15:41:24 -06:00
Spencer McIntyre
636d89cf67
Fix the reverse port forward message
2023-02-28 15:08:00 -05:00
Imran E. Dawoodjee
41c231b803
Convert to JSON before checks
2023-02-28 09:46:56 +08:00
Spencer McIntyre
2be54376bc
Land #17699 , Add in SCHANNEL support for LDAP
2023-02-27 16:35:30 -05:00
Spencer McIntyre
d92b6e328a
Fix up error message
2023-02-27 16:14:00 -05:00
bwatters
87f046f351
Land #17629 , Fix #17629 #query_ldap issues
...
Merge branch 'land-17698' into upstream-master
2023-02-27 14:39:19 -06:00
Jack Heysel
ac3e84d3fb
Land #17679 , Fix broken payload selection for RPC
...
Fix broken payload selection for Metasploit RPC
2023-02-27 15:19:50 -05:00
Grant Willcox
524f5e4e63
Check file exists first before trying to read
2023-02-27 14:12:09 -06:00
Grant Willcox
4cd50b4550
Address comments from review
2023-02-27 11:07:21 -06:00
Imran E. Dawoodjee
2f08cf6c46
Improved version check, review round 1
2023-02-26 17:23:54 +08:00
Grant Willcox
3c56cf7a15
Land #17701 , Fix typo in psexec.rb
2023-02-25 10:42:37 -06:00
Jeff McJunkin
b7d373d247
Typo in psexec.rb
2023-02-25 08:15:34 -08:00
Spencer McIntyre
49a2f481b6
Fix argument validation for the route command
2023-02-24 15:36:52 -05:00
Grant Willcox
fe8afed994
Change over to fail_with and add condition to fail when SSL is not enabled and SCHANNEL is the authentication mechanism
2023-02-24 14:13:13 -06:00
Grant Willcox
f6bfa6a61b
Add in SCHANNEL support, and update modules to fix a hang when using to_json instead of get_operation_result.
2023-02-24 13:50:04 -06:00
Spencer McIntyre
fc8f94fff4
Fix #query_ldap to use the API
...
Fix #query_ldap to use the API provided by Windows instead of dealing
with the opaque BER data structures. This means that querying is now
reliant on documented APIs and will function on both 32-bit and 64-bit
Meterpreters.
2023-02-24 13:46:11 -05:00
Spencer McIntyre
9706ee9d9e
Need to use #native_arch
...
Using #arch instead of #native_arch means that the Python Meterpreter
will be misclassified as ARCH_PYTHON and will be unable to use util
functions correctly.
2023-02-24 13:46:11 -05:00
bcoles
b19ab03da1
Msf::Payload::Apk: apktool: Decompile only main classes
2023-02-25 01:08:20 +11:00
Spencer McIntyre
fbf2e5d370
Land #17562 , Fix incorrect defs in def_wldap32.rb
...
Fix incorrect definitions for ldap_search functions in def_wldap32.rb
2023-02-23 14:03:26 -05:00
Metasploit
f4549b0a1e
Bump version of framework to 6.3.5
2023-02-23 12:11:22 -06:00
adfoster-r7
d21f6a10a2
Land #17690 , Update inspect ticket tests to use the local timezone
2023-02-23 16:02:55 +00:00
dwelch-r7
6c5c158607
Land #17691 , Fix module spec test failing on local machine
2023-02-23 14:52:05 +00:00
Spencer McIntyre
42bd87e0c1
Update how railgun handles pointer return types
...
Update railgun to handle pointer return types. If the type that is
pointed to is known (i.e. PCHAR, PULONG_PTR) and not LPVOID, the
contents returned to the caller. The raw address is also returned in the
&return key to enable the caller to free the buffer if necessary which
is determined by the function that was called.
2023-02-23 08:42:59 -06:00
Grant Willcox
4c25530afe
Fix up PCHAR and PWCHAR definitions to correctly handle cases where the return value may be 0. Also fix some definitions to be clearer and work on x64.
2023-02-23 08:41:26 -06:00
Grant Willcox
ae461c2395
Add in ULONG alias to DWORD and update definitions to fix some mistakes
2023-02-23 08:40:28 -06:00
Grant Willcox
59eb419d28
Make PULONG_PTR definitions PLPVOID to be more accurate, and correctly define some structures as PBLOB so they be handled correctly
2023-02-23 08:40:23 -06:00
Grant Willcox
d16905ca49
Fix incorrect definitions for ldap_search functions
2023-02-23 08:40:22 -06:00
Grant Willcox
8b27c2e8f7
Use start_tls for connections with SSL
2023-02-23 08:33:18 -06:00
adfoster-r7
b2cc84228f
Fix module spec test failing on local machine
2023-02-23 14:27:44 +00:00
Dean Welch
fd5d10e610
Update inspect ticket tests to use the local timezone
2023-02-23 12:43:43 +00:00
Imran E. Dawoodjee
2b5b17916f
Update docs, improved robustness of module+lib
2023-02-22 22:41:14 +08:00
Dean Welch
fc5d938d8c
Add support for full pac and partial ticket checksum support
2023-02-21 13:03:59 +00:00
adfoster-r7
239bc02db4
Fix broken payload selection for metasploit rpc
2023-02-21 11:04:11 +00:00
Imran E. Dawoodjee
bdc435f5c8
Add login module for Softing Secure Integration Server
2023-02-19 22:25:22 +08:00
manishkumarr1017
c553f80cd9
fixing case insensitive issue for show options #17459
2023-02-18 05:51:46 +00:00