Grant Willcox
b866bf59c8
Land #17444 , Fix parsing of module options with special characters
2023-01-31 10:42:16 -06:00
Grant Willcox
6111852df8
Land #17504 , add 'favorite -l' and 'favorites' as aliases for show favorites
2023-01-27 09:37:06 -06:00
adfoster-r7
672fb9ce9f
Land #17460 , add support for feature kerberos authentication
2023-01-26 17:47:27 +00:00
Dean Welch
c143124344
Add feature to set the status of ticket/ccache via klist
2023-01-25 13:28:43 +00:00
ErikWynter
6419f2d5a5
add 'favorite -l' and 'favorites' as aliases for show favorites
2023-01-19 14:21:45 +02:00
h00die
a28b203f73
payload exploit command
2023-01-15 05:38:15 -05:00
adfoster-r7
a36882aee3
Always autocomplete options regardless of condition filtering
2023-01-13 13:11:32 +00:00
Hamilton Tobon Mosquera
fd7fbb76af
fix: cmd_run: remove unnecessary map
...
Removing the call to .map over args[:datastore_options] avoids an unnecessary call to Msf::DataStore#import_options_from_s. args[:datastore_options] is already a hash, converting it to string and using Msf::DataStore#import_options_from_s converts it back to hash, which is not necessary. The Msf::Simple::Module mixin already offers support for Options, which is expected to be a hash.
This change also prevents sending corner case option strings to Msf::DataStore#import_options_from_s when using post modules, which does not support strings like: "COMMAND='date --date=2023-01-01'".
2023-01-11 16:54:13 -05:00
dwelch-r7
75372dcdd3
Land #17374 , Add klist command
2023-01-06 12:57:20 +00:00
adfoster-r7
95d361754f
Merge branch 'upstream-master' into merge-6.2.33-master-into-kerberos-feature-branch
2022-12-28 13:59:42 +00:00
adfoster-r7
6f9ebe4068
Add klist command
2022-12-16 13:02:39 +00:00
Ashley Donaldson
bf307e552a
Resolves #14144 - expand ~ for hosts and notes commands
2022-12-15 12:31:25 +11:00
adfoster-r7
2783e92203
Update windows_secrets_dump and Keytab module to export kerberos keys
2022-12-14 13:40:39 +00:00
adfoster-r7
a9ccfe31b7
Merge branch 'upstream-master' into merge-msf-6.2.31-into-kerberos-feature-branch
2022-12-13 19:40:39 +00:00
adfoster-r7
f6ed9ef12d
Extract db command helpers to standalone module
2022-12-13 17:01:49 +00:00
adfoster-r7
2ea880c799
Show ssh key with verbose creds command
2022-12-10 00:08:54 +00:00
cgranleese-r7
4e539df3c3
Adds support to find default payloads
2022-12-05 11:52:11 +00:00
cgranleese-r7
ef28a963bf
Adds error handling for users who do not have git available on their machine
2022-11-11 13:33:39 +00:00
Grant Willcox
be1200401a
Land #17223 , Improves the reload_lib -a commands ability to track modified files
2022-11-08 11:35:20 -06:00
cgranleese-r7
fa3c277f53
Adds references to info -d command in options and info commands outputs
2022-11-07 16:40:38 +00:00
cgranleese-r7
073e91ff93
Improves the reload_lib -a commands ability to track modified files
2022-11-04 14:28:58 +00:00
adfoster-r7
7774b7ddcf
Merge remote-tracking branch 'upstream/master' into merge-6.2.25-master-into-kerberos-feature-branch
2022-10-31 23:15:11 +00:00
Matthew Dunn
aab064779c
Check the global LHOST before picking it from RHOST
2022-10-17 17:59:58 -04:00
adfoster-r7
5d345e6689
Merge branch 'upstream-master' into feature-kerberos-authentication
2022-09-29 16:42:58 +01:00
Grant Willcox
ad697c9f47
Add in docs site to banner
2022-09-19 10:09:48 -05:00
cgranleese-r7
55119aaac7
Land #16940 , Rewrite datastore, and add support for option fallback lookups
2022-09-16 14:19:19 +01:00
adfoster-r7
3a281234df
Add feature flagged datastore rewrite, with support for option fallback lookups
2022-09-16 12:59:02 +01:00
adfoster-r7
c7d92c3ed7
Add cidr mask defaults to route add command
2022-09-14 20:36:54 +01:00
adfoster-r7
b286e85479
Add profiler options to the time command
2022-08-31 20:31:21 +01:00
Jack Heysel
4f5c711dc7
Land #16833 , Add easier way to delete host tags
...
This PR adds an easier way to delete host tags from
the metasploit-framework and updates documentation accordingly
2022-08-02 14:02:54 -04:00
Spencer McIntyre
de22141e1b
Option aliases are valid option names too
2022-07-29 10:54:57 -04:00
Spencer McIntyre
c770b7dd39
Don't interfere when setting options globally
...
This fixes an issue introduce in #16774 where the `setg` and `set -g`
commands were broken. When setting options globally, just use the
original functionality instead of searching the list based on the
current context.
2022-07-29 10:30:39 -04:00
Grant Willcox
4f3b59bee3
Add easier way to delete host tags
2022-07-28 14:52:17 -05:00
entity0xfe
488d361721
Fix --tag for 'hosts' -t | --tag command
...
Enable parsing of the -t argument
2022-07-26 11:39:38 -05:00
adfoster-r7
a3ce694b88
Fix hosts crash when viewing tags
2022-07-26 12:07:57 +01:00
Spencer McIntyre
c388499acf
Suggest a correct datastore option
2022-07-18 09:32:45 -04:00
adfoster-r7
aea37f7137
Add initial SMB Kerberos authentication support
2022-07-06 16:15:33 +01:00
sjanusz
7103a619c2
Add validation opts, tables, custom stylers to exploit suggester
2022-05-19 16:22:47 +01:00
Tim W
e1802de7b8
Fix #16084 , sessions -K should kill sessions in reverse order
2022-04-25 16:39:22 +01:00
adfoster-r7
22a3ae1bf5
Land #16411 , expose detailed results for each module match
2022-04-14 17:06:57 +01:00
adfoster-r7
aafb38c7ed
Fix crash when sorting modules by disclosure date
2022-04-06 18:51:28 +01:00
Jeffrey Martin
d35137ed3a
initial Msf::Analyze::Result top level states
2022-04-05 14:06:40 -05:00
sjanusz
3b313b4ebe
Fix setg sessiontlvlogging crashing on non-Meterpreter sessions
2022-04-04 18:31:50 +01:00
Grant Willcox
2142c877ad
Land #16262 , Use bash instead of netcat as a default payload
2022-03-14 17:18:37 -05:00
Spencer McIntyre
735c1256a3
Put reverse_netcat back in the default list
...
See #16262 for context. This will select reverse_bash if no required
commands are specified, which should be suitable for most environments.
The RequiredCmd payload compatibility key can be specified to override
this behavior by marking the commands that are available.
2022-03-14 09:16:39 -04:00
Spencer McIntyre
c2e0a61a74
Fix the hosts command's tab completion
2022-03-09 18:17:14 -05:00
Spencer McIntyre
5c5340b6fd
Fix the hosts command's --search flag
2022-03-09 18:17:09 -05:00
adfoster-r7
79761c942c
Ignore iterating multiple rhosts if option not registered
2022-03-08 17:52:42 +00:00
adfoster-r7
1253878dd3
Land #16135 , Add setg sessiontlvlogging command to log TLV packets
2022-03-04 16:30:09 +00:00
sjanusz
a2fadf0606
Init logging on meterpreter's init, add option to change log file
2022-03-04 14:21:00 +00:00