cgranleese-r7
|
a4b14d8b64
|
Runs Rubocop to fix layout in modules
|
2025-06-20 15:18:01 +01:00 |
|
adfoster-r7
|
fb02b4ade5
|
Revert "Bump rails version to 7.2"
|
2025-06-17 12:20:49 +01:00 |
|
Dean Welch
|
62f357207c
|
Minor bug fixes
|
2025-06-12 16:41:10 +01:00 |
|
Lukas Johannes Möller
|
39bbf4ba05
|
fix #20280
|
2025-06-03 19:51:16 +02:00 |
|
Lukas Johannes Möller
|
d9e96f91ca
|
see https://github.com/rapid7/metasploit-framework/pull/20273#issuecomment-2932671250
|
2025-06-03 11:21:07 +02:00 |
|
Lukas Johannes Möller
|
9cccad015d
|
fix(post/windows/manage/remove_host): handle whitespace parsing robustly
See #20157
|
2025-05-31 12:47:33 +02:00 |
|
cgranleese-r7
|
f6faa5598b
|
Fixes modules to now correctly use a hash with report note
|
2025-05-22 10:59:50 +01:00 |
|
Brendan
|
1982d81e22
|
Merge pull request #20098 from smashery/execute-assembly32
Execute assembly32
|
2025-05-13 16:49:25 -05:00 |
|
bcoles
|
81a405355c
|
modules/post: Resolve RuboCop violations and typos
|
2025-05-13 09:23:28 +10:00 |
|
bcoles
|
45336dd612
|
modules/post/windows: Resolve RuboCop violations
|
2025-05-09 10:51:17 +10:00 |
|
Ashley Donaldson
|
6ec67d6a26
|
32-bit .NET working
|
2025-04-29 09:44:03 +10:00 |
|
adfoster-r7
|
62a3f73e70
|
Update rubocop target ruby version
|
2024-07-24 16:47:17 +01:00 |
|
adfoster-r7
|
5fa1ce8ed2
|
Add support for newer sqlcmd versions
|
2024-02-12 11:51:02 +00:00 |
|
Dean Welch
|
2cf045d3c4
|
Leverage the module metadata cache in the module_sets
|
2024-01-15 14:56:46 +00:00 |
|
Spencer McIntyre
|
7b76cc01f9
|
Add x86 support to windows/manage/kerberos_tickets
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
54bce7fcb5
|
Add module docs
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
b44bf1ce7e
|
Resolve the ticket host
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
7137820381
|
Refactor the module and update output handling
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
79a3e756b3
|
Add the ENUM_LUIDS action
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
98906a5976
|
Add the SHOW_LUID action, refactor printed output
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
7b4caf79f8
|
Move the code into libraries for reuse
|
2023-10-27 12:47:19 -04:00 |
|
Spencer McIntyre
|
3a6086d88b
|
Initial kerberos_tickets WIP
|
2023-10-27 12:47:19 -04:00 |
|
Ashley Donaldson
|
afe359281c
|
Remove manual signature handling, and figure it out for the user.
|
2023-06-28 09:22:01 +10:00 |
|
Spencer McIntyre
|
df0f7de098
|
Fix an ARGUMENT handling error
`datastore['ARGUMENT']` can be `nil` when it's been unset. Avoid an
error when appending it to cln_params by checking that it's present.
|
2023-06-27 09:29:59 -04:00 |
|
Ashley Donaldson
|
0d0906840e
|
Fix memory protection bug
|
2023-06-27 09:59:52 +10:00 |
|
Ashley Donaldson
|
624643be4a
|
Catch errors and give meaningful error messages
|
2023-06-25 22:12:22 +10:00 |
|
Ashley Donaldson
|
a7ce4c7fa8
|
Free memory from the C++ side, rather than the Ruby side.
|
2023-06-23 09:57:53 +10:00 |
|
Ashley Donaldson
|
461240639c
|
Check PID validity before getting its bitness
|
2023-06-22 16:05:48 +10:00 |
|
Ashley Donaldson
|
6e438d338e
|
Modify execute_dotnet_assembly to run in existing processes (including our own process) and receive output.
|
2023-06-21 12:04:09 +10:00 |
|
bwatters
|
38f542174d
|
Land #17336, A more robust implementation for Windows version comparisons
Merge branch 'land-17336' into upstream-master
|
2023-06-13 15:38:56 -05:00 |
|
attl4s
|
a34c3cf055
|
linted - all offenses addressed
|
2023-06-06 09:07:57 +02:00 |
|
attl4s
|
217df628df
|
fix getting the username + use Failure::BadConfig instead of NoTarget
|
2023-05-25 19:05:42 +02:00 |
|
attl4s
|
39b45694af
|
Update datastore option USER -> USERNAME
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
|
2023-05-25 18:55:49 +02:00 |
|
Ashley Donaldson
|
75ba9110e2
|
Added module for Windows version comparisons
Utilised it in various existing modules - this should fix some subtle bugs in specific modules' version detection.
|
2023-05-25 14:36:46 +10:00 |
|
attl4s
|
240fd65d0c
|
module, not exploit
|
2023-05-24 16:30:38 +02:00 |
|
attl4s
|
623657b072
|
Logontype changed to OptEnum + better meterpreter session requirement check
|
2023-05-24 16:28:56 +02:00 |
|
attl4s
|
3a685849a8
|
add update_token bridge + make_token module
|
2023-05-24 10:33:52 +02:00 |
|
Edmond Major III
|
d24f5873bd
|
Update sticky_keys.rb
Persistance -> Persistence
Fix a small typo
|
2023-05-11 12:22:54 -05:00 |
|
dwelch-r7
|
11c886b30f
|
Land #17616, Run rubocop on post modules
|
2023-02-08 14:09:16 +00:00 |
|
adfoster-r7
|
a81a71c5df
|
Run rubocop on post modules
|
2023-02-08 13:47:34 +00:00 |
|
adfoster-r7
|
433bafdccf
|
Add missing module notes for stability reliability and side effects
|
2023-02-08 11:45:17 +00:00 |
|
bcoles
|
431804ef15
|
Fix typos: Replace 'the the' with 'the'
|
2022-12-04 17:41:24 +11:00 |
|
bwatters
|
ef0ca2edbb
|
Land #17057, Msf::Post::Windows::ExtAPI: Remove load_extapi method
Merge branch 'land-17057' into upstream-master
|
2022-10-07 15:54:52 -05:00 |
|
bcoles
|
5f92d9418d
|
Modules: Fix Stability/SideEffects/Reliability notes for several modules
|
2022-10-01 17:54:59 +10:00 |
|
bcoles
|
5531e3dcab
|
Msf::Post::Windows::ExtAPI: Remove load_extapi method
|
2022-09-23 17:41:20 +10:00 |
|
Grant Willcox
|
bd4a062e5f
|
Land #17023, Fix #16999 by using a compatible default action
|
2022-09-19 17:33:01 -05:00 |
|
Grant Willcox
|
5d7c7b0a09
|
Update documentation and change up the code to use action.name vs datastore['ACTION'] since that is no longer populated
|
2022-09-19 17:31:51 -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 |
|
Spencer McIntyre
|
4f46905e3c
|
Fix #16999 by using a compatible default action
Fixes the default action, fixes running on WOW64, applies rubocop
changes.
|
2022-09-15 17:10:51 -04:00 |
|