Metasploit
dc26c6d10f
automatic module_metadata_base.json update
2023-11-02 11:09:41 -05:00
Jack Heysel
17f7d5c253
Land #18497 , Add Exploit For F5 CVE-2023-46747
...
This module exploits a flaw in F5s BIG-IP Traffic Management User
Interface (TMUI) that enables an external, unauthenticated
attacker to create an administrative user. The attacker can then use
the admin user to execute arbitrary code in the context of the root user.
2023-11-02 11:46:15 -04:00
Spencer McIntyre
27d86be456
Remove the REPEATABLE_SESSION tag
...
The module is generally reliable, but may fail after it's been run multiple
times.
2023-11-02 11:11:36 -04:00
Spencer McIntyre
cea4c1f326
Feedback from module review
2023-11-02 10:17:45 -04:00
Spencer McIntyre
d26742a266
Add check code annotations, update AJP link
2023-11-02 08:53:56 -04:00
Spencer McIntyre
9c67b92a4d
Rename the other TMUI RCE module
2023-11-01 16:55:42 -04:00
Spencer McIntyre
7b53592b4f
Add module docs
2023-11-01 16:55:41 -04:00
Spencer McIntyre
03252913a1
Add the check method
2023-11-01 16:55:41 -04:00
Spencer McIntyre
714eeaaa3a
Finish cleaning the exploit up
2023-11-01 16:55:36 -04:00
Spencer McIntyre
c803d6ef7e
Fetch the admin hash as a bonus
2023-10-31 15:27:31 -04:00
Spencer McIntyre
04388d9e25
Initial commit of CVE-2023-46747
2023-10-31 09:55:18 -04:00
Jack Heysel
df47814029
Land #18454 , add AppleTV and Axis Login Doc files.
2023-10-30 16:38:14 -04:00
Metasploit
8ca35b0d2c
automatic module_metadata_base.json update
2023-10-30 14:54:27 -05:00
bwatters
ac6aa53fc7
Land #18386 , Add a new lmkdir command
...
Merge branch 'land-18386' into upstream-master
2023-10-30 14:36:56 -05:00
Christophe De La Fuente
ec3cf74ff3
Land #18492 , Add module for Citrix Bleed (CVE-2023-4966)
2023-10-30 17:25:53 +01:00
Metasploit
351e35d9f1
automatic module_metadata_base.json update
2023-10-30 09:05:57 -05:00
Spencer McIntyre
6e9facbefb
Merge pull request #18419 from smashery/dcsync_kerberos
...
DCSync using Kerberos Pass-the-Ticket
2023-10-30 09:41:22 -04:00
Ashley Donaldson
2a699b89fa
Changes from code review
2023-10-30 12:51:55 +11:00
Spencer McIntyre
3bf4c0e7b1
Add the peer prefix to messages
2023-10-27 13:48:45 -04:00
Spencer McIntyre
1dc4e35134
Fix typos and log vulnerable servers
...
Log servers that are vulnerable but don't leak any cookies
2023-10-27 11:47:01 -04:00
Metasploit
bd3a6065b1
automatic module_metadata_base.json update
2023-10-27 06:42:28 -05:00
adfoster-r7
3b4302d902
Land #18441 , Add at rest encryption to Meterpreter payloads
2023-10-27 12:18:19 +01:00
Metasploit
369c66a85e
Bump version of framework to 6.3.41
2023-10-26 13:58:52 -05:00
Metasploit
0cae369a45
automatic module_metadata_base.json update
2023-10-26 10:49:41 -05:00
Zach Goldman
d960aa522c
Land #18348 , Splunk account take over (CVE-2023-32707) leading to RCE
2023-10-26 11:34:02 -04:00
dwelch-r7
816048b9f5
Land #18479 , No longer clear remote service msfdb creds by default
2023-10-26 15:09:00 +01:00
Spencer McIntyre
94ede61a99
Add module docs
2023-10-26 09:52:59 -04:00
Spencer McIntyre
8bd976e118
Initial commit of Citrix Bleed (CVE-2023-4966)
2023-10-26 09:15:03 -04:00
Heyder Andrade
e5e58bc0be
Update modules/exploits/multi/http/splunk_privilege_escalation_cve_2023_32707.rb
...
Co-authored-by: Zach Goldman <106169455+zgoldman-r7@users.noreply.github.com >
2023-10-26 14:03:06 +02:00
adfoster-r7
b58f963355
Land #18299 , extend error message for timeouts to include more detail to user
2023-10-26 00:21:22 +01:00
adfoster-r7
216f6fbfc5
Land #18466 , Replace grep with getent in entrypoint.sh
2023-10-25 21:22:26 +01:00
adfoster-r7
93645c23ac
Land #18403 , Fix FileDropper to properly clone string variables before storing them
2023-10-25 20:55:06 +01:00
Spencer McIntyre
0b7f079d25
Bump RubySMB to 3.2.6
2023-10-25 15:04:03 -04:00
Spencer McIntyre
235009d0de
Use the new AlterContext definition
2023-10-25 15:02:20 -04:00
Metasploit
a503152236
automatic module_metadata_base.json update
2023-10-25 12:55:11 -05:00
Christophe De La Fuente
9e5e57390f
Land #18194 , Useradd post module
2023-10-25 19:29:59 +02:00
Christophe De La Fuente
14a5aaab98
Fix small typo
2023-10-25 19:28:23 +02:00
Zach Goldman
862e738015
extend error message for timeouts to include more detail to user
...
initial functionality, testing/cleanup still needed
script and command functionality
remove unnecessary accessor
switch puts to print_error in proc
ensure proc is reset, run on every error, add yard docs
fix yard, refactor/remove dead code
rename on_error_proc
2023-10-25 11:08:00 -05:00
dwelch-r7
9e77eba39b
Land #18487 , Fix flakey test failure
2023-10-25 14:45:00 +01:00
adfoster-r7
a97cc128f7
Fix flakey test failure
2023-10-25 14:09:34 +01:00
Heyder Andrade
c0af43c10b
Update modules/exploits/multi/http/splunk_privilege_escalation_cve_2023_32707.rb
...
Co-authored-by: Zach Goldman <106169455+zgoldman-r7@users.noreply.github.com >
2023-10-25 11:02:30 +02:00
Metasploit
70ae201d5f
automatic module_metadata_base.json update
2023-10-24 10:55:19 -05:00
Christophe De La Fuente
ff9639e6a6
Land #18460 , VMWare Aria Operations for Networks (vRealize Network Insight) Static SSH key RCE
2023-10-24 17:32:28 +02:00
sjanusz-r7
c73e815974
Bump metasploit-payloads
2023-10-24 15:46:18 +01:00
adfoster-r7
96a04265c7
Land #18470 , Adds wiki guide for session searching and killing stale sessions
2023-10-24 15:30:46 +01:00
Christophe De La Fuente
59c277ba67
Land #18737 , Add DB Stats Command to Console
2023-10-24 16:12:39 +02:00
Heyder Andrade
5e19c8fd88
Update splunk_privilege_escalation_cve_2023_32707.rb
2023-10-24 14:44:27 +02:00
Zach Goldman
8331f4d2ad
Adds wiki guide for session searching
...
Also tweaks an error message
add readme to directory
2023-10-23 15:33:53 -05:00
h00die
3bf880192e
review comments
2023-10-23 10:28:33 -04:00
h00die
0d2a5795fe
total to bottom
2023-10-23 10:28:33 -04:00
h00die
ed78df0f0f
add creds and klist to db_stats
2023-10-23 10:28:33 -04:00
h00die
7452cda2b1
db_stats review comments
2023-10-23 10:28:33 -04:00
h00die
5f2703f8c0
add stats command
2023-10-23 10:28:33 -04:00
Christophe De La Fuente
b0b4da543d
Land #18400 , Kerberos ticket_search fix passing in a workspace
2023-10-23 16:17:24 +02:00
Christophe De La Fuente
77a8b0efa2
Land #18421 , Save Kerberos tickets in the MSF cache upon a successful login
2023-10-23 15:25:09 +02:00
adfoster-r7
5efaa32bd0
No longer clear msfdb creds by default
2023-10-23 11:55:24 +01:00
h00die
fa71d8b6e2
set all targets to dynamically build list
2023-10-23 06:54:38 -04:00
h00die
97f9edb5f7
review
2023-10-23 06:35:23 -04:00
Heyder Andrade
1ac0e2dc66
Update splunk_privilege_escalation_cve_2023_32707.md
2023-10-23 11:31:19 +02:00
Metasploit
a3c5ca6cc1
automatic module_metadata_base.json update
2023-10-19 16:59:52 -05:00
Spencer McIntyre
15aaa90379
Land #18447 , CVE-2023-22515 Confluence Auth Bypass
...
CVE-2023-22515 - Atlassian Confluence Data Center and Server Authentication Bypass
2023-10-19 17:35:17 -04:00
Aleksa Zatezalo
83e5b7a103
Update documentation/modules/auxiliary/scanner/http/appletv_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:22:18 -04:00
Aleksa Zatezalo
8192d204b7
Update documentation/modules/auxiliary/scanner/http/appletv_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:22:08 -04:00
Aleksa Zatezalo
ea4bc95e7b
Update documentation/modules/auxiliary/scanner/http/appletv_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:22:02 -04:00
Aleksa Zatezalo
d2a3e2f5f2
Update documentation/modules/auxiliary/scanner/http/appletv_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:21:55 -04:00
Aleksa Zatezalo
24c5d8197d
Update documentation/modules/auxiliary/scanner/http/axis_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:21:49 -04:00
Aleksa Zatezalo
95a9a0b2ee
Update documentation/modules/auxiliary/scanner/http/appletv_login.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-10-19 17:21:00 -04:00
Spencer McIntyre
ee0e5b9eda
Tidy the docs, fix the username
...
The username can not contain capital letters, or the operation will
fail.
2023-10-19 17:19:55 -04:00
Emir Polat
c79cc5a36b
Final Checks
2023-10-19 17:19:55 -04:00
Emir Polat
b3a9579e8a
Update modules/auxiliary/admin/http/atlassian_confluence_auth_bypass.rb
...
Implement changes proposed by Spencer McIntyre (smcintyre-r7)
2023-10-19 17:19:30 -04:00
emirpolatt
258ac6421b
Fix fail_with response code compare and documentation fixes
2023-10-19 17:19:30 -04:00
emirpolatt
7c977e07ef
Remove of the X-Atlassian-Token header from server-info.action
2023-10-19 17:19:30 -04:00
emirpolatt
236a301f27
Check method fixes
...
get_confluence_version inside to check method. Also new status messages
2023-10-19 17:19:08 -04:00
Metasploit
30e1930444
Bump version of framework to 6.3.40
2023-10-19 12:08:32 -05:00
dwelch-r7
7baabd08db
Land #18364 , Add support for filtering sessions
2023-10-19 16:40:42 +01:00
Zach Goldman
b4b73529d3
add -e flag for stale sessions
...
remove single flag
pivot to search flag
added support for search session type
adds search session id support
remove stale references
reshuffle code
fix time parsing, add command support
fix search list, reduce duplicated code
testing added
killall with search lists table of killed sessions
sessions are no longer represented by ids
addresses feedback on code structure and search behavior
some test reshuffling, switch raised errors to printed ones
add checkin validation, rest of cmd_sessions tests
add time parsing test
refactoring
test reformatting and adjusted error validation
make error handling more explicit, add test context
fixes
sub quotes, make constant
rubocopping
switch before and after to greater than and less than
mbetter incorporate constants
update example
2023-10-19 09:41:18 -05:00
Metasploit
dba2ac88f0
automatic module_metadata_base.json update
2023-10-19 03:44:02 -05:00
Christophe De La Fuente
da9d04d32d
Land #18461 , CVE-2023-22515 - Atlassian Confluence unauthenticated RCE
2023-10-19 10:22:57 +02:00
Patryk Krawaczyński
ce10038546
Replace grep with getent in entrypoint.sh
...
Use native "getent" command to get entries from NSS insead of "grep".
2023-10-18 15:38:21 +02:00
sfewer-r7
c63aaba760
add in documentation for Options
2023-10-18 10:05:05 +01:00
sfewer-r7
5e84f57ab3
set :random to true during generate_jar so we can randomize teh metasploit class path
2023-10-18 09:53:46 +01:00
sfewer-r7
fcffd36af0
no need to test for true, jsut return the value as we are waiting for done to be set to true
2023-10-18 09:37:04 +01:00
sfewer-r7
9fdbccb74f
catch a JSON ParserError exception and fail_with() if needed. Also detect if the JSON data doesnt have the expected value and fail_with() if needed
2023-10-18 09:36:02 +01:00
h00die
00b534dbed
review
2023-10-17 13:17:10 -04:00
Christophe De La Fuente
0b7a1bfcf7
Use #dup instead of #clone #2
2023-10-17 12:39:23 +02:00
sfewer-r7
34107e4f3b
favod over for string concatenation.
2023-10-17 11:36:07 +01:00
Christophe De La Fuente
5f438f729d
Use #dup instead of #clone
2023-10-17 12:19:03 +02:00
sfewer-r7
0fc35bf6d3
randomize the plugins version number
2023-10-17 10:01:02 +01:00
sfewer-r7
415bd49b15
use next semantics to return from a yielded block early (note we cannot use return for this)
2023-10-17 09:43:00 +01:00
sfewer-r7
54f334479a
fix another typo
2023-10-17 09:30:52 +01:00
sfewer-r7
9e6e9538e1
typo
2023-10-17 09:29:38 +01:00
sfewer-r7
d2438bad4e
add a note to explain we need to concat a trailing forward slash
2023-10-17 09:28:04 +01:00
sfewer-r7
4acdaf3087
typos
2023-10-17 09:22:09 +01:00
sfewer-r7
d17f065f12
remove 'localhost' in favor of some random chars
2023-10-17 09:21:28 +01:00
sfewer-r7
3242a7009b
clarify timeout is in seconds
2023-10-17 09:11:05 +01:00
sfewer-r7
b97cb9f63d
remove whitespace
2023-10-17 09:10:28 +01:00
sfewer-r7
1c027ac05c
add an RCE exploit for CVE-2023-22515
2023-10-16 20:50:18 +01:00
h00die
b94d278003
vmware aria ssh keys exploit
2023-10-16 14:47:04 -04:00
h00die
ba82b59ec2
vmware aria ssh keys exploit
2023-10-16 13:43:15 -04:00
h00die
f394b4a8ed
vmware aria ssh keys exploit
2023-10-16 13:42:58 -04:00
h00die
263eaf7d95
vmware aria ssh keys exploit
2023-10-16 13:42:27 -04:00
h00die
b3b1595ef4
vmware aria ssh keys exploit
2023-10-16 13:06:17 -04:00
aleksa
1a86610b57
New documentation peice added.
2023-10-14 00:05:20 -04:00
aleksa
b21c976634
Merge branch 'aux-docs' of https://github.com/AleksaZatezalo/metasploit-framework into aux-docs
2023-10-14 00:03:58 -04:00
aleksa
a2c082fd6d
axis_login change added.
2023-10-14 00:03:12 -04:00
Aleksa Zatezalo
c237533908
Update appletv_login.md
...
Removed incorrect in verification steps (username) and removed unnecessary nondescript text in the scenario section.
2023-10-13 23:56:33 -04:00
Aleksa Zatezalo
4bb816652d
Update appletv_login.md
2023-10-13 23:54:30 -04:00
aleksa
d66ee996ef
Appletv Login Documentation Added.
2023-10-13 22:32:26 -04:00
elliot
58176b6627
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
formatting
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-10-13 12:16:20 -05:00
elliot
102662d61a
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
formatting
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-10-13 12:16:04 -05:00
elliot
423262c979
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
formatting
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-10-13 12:15:54 -05:00
elliot
187ff951c3
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
formatting
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-10-13 12:15:39 -05:00
adfoster-r7
ec5648f6c5
Land #18452 , Update Writing Module Docs to reference msftidy_docs.rb
2023-10-13 17:55:16 +01:00
jheysel-r7
4ff3c0f102
Update docs/metasploit-framework.wiki/Writing-Module-Documentation.md
2023-10-13 11:58:01 -04:00
Jack Heysel
2464c43151
Update Writing Module Docs to reference msftidy_docs.rb
2023-10-13 11:26:19 -04:00
Jack Heysel
718cdd9a6b
Land #18428 , Add mssql_login docs
...
This PR adds a documentation file for the mssql_login scanner.
2023-10-13 10:56:58 -04:00
sjanusz-r7
daa8b8ae99
Use Metasploit-Payloads Crypto to decrypt payloads
2023-10-13 14:42:10 +01:00
sjanusz-r7
b428736e03
Add support for injection of encrypted dll payloads
2023-10-13 14:42:10 +01:00
sjanusz-r7
1140efc8b4
Support adding encrypted files to archives & jars
2023-10-13 14:42:10 +01:00
sjanusz-r7
7baf199f50
Add support for loading of encrypted libraries
2023-10-13 14:42:10 +01:00
cgranleese-r7
d2607c7a77
Land #18451 , Update creds cracked password to work with remote database
2023-10-13 13:15:59 +01:00
Metasploit
5d6b63c8ef
automatic module_metadata_base.json update
2023-10-13 06:51:04 -05:00
adfoster-r7
941c44f9ad
Update creds cracked password to work with remote database
2023-10-13 12:30:27 +01:00
adfoster-r7
bb19151891
Land #17689 , adding a new column cracked password in creds command to show cracked passwords
2023-10-13 12:25:51 +01:00
cgranleese-r7
44e5a93add
Land #18442 , Improve stability of msfdb initialization on windows environments
2023-10-13 12:21:02 +01:00
cgranleese-r7
e1a307e03a
Land #18450 , Add support for ruby 3.3.0-preview2
2023-10-13 11:55:43 +01:00
cgranleese-r7
9def455f65
Land #18449 , Update mysql authbypass hashdump module to correctly close sockets
2023-10-13 11:43:59 +01:00
cgranleese-r7
a1b3c8dc5f
Land #18438 , Improve UX for database management prompts
2023-10-13 11:16:37 +01:00
adfoster-r7
5f6b8dc7ef
Land #18381 , Add option to reload all libs when calling run or check on a module
2023-10-13 11:06:10 +01:00
cgranleese-r7
03433652e8
Land #18443 , Fix reverse ssh handler warnings on windows bootup
2023-10-13 10:24:31 +01:00
emirpolatt
0cb56c1de5
Some fixes
2023-10-13 02:16:17 -07:00
emirpolatt
e48ead5e8c
Fingerprint reduction with Rex::Text.rand_text_alpha(8)
2023-10-13 02:11:57 -07:00
emirpolatt
84f5c7321e
Reducing fingerprinting via Rex::Text.rand_text_alpha(8)
2023-10-13 02:02:13 -07:00
emirpolatt
9219a3e90a
Adding AttackerKB analysis URL
2023-10-13 01:56:14 -07:00
adfoster-r7
b81252e34f
Add support for ruby 3.3.0-preview2
2023-10-13 01:41:10 +01:00
Ashley Donaldson
776c0644e0
Corresponding change from RubySMB code review
2023-10-13 11:11:22 +11:00
Metasploit
2163c51a2e
automatic module_metadata_base.json update
2023-10-12 16:34:40 -05:00
Spencer McIntyre
05dd2e1473
Land #18351 , Apache Superset RCE (CVE-2023-37941)
2023-10-12 17:10:10 -04:00
jheysel-r7
82a1dfa9ff
Added new line at EOF
2023-10-12 16:17:20 -04:00
jheysel-r7
820f806a5e
Apply suggestions from code review
2023-10-12 15:56:08 -04:00
jheysel-r7
77694db215
Apply suggestions from code review
2023-10-12 15:53:48 -04:00
jheysel-r7
6c035dada0
Apply suggestions from msftidy_docs
2023-10-12 15:53:26 -04:00
Metasploit
fb77febe3e
Bump version of framework to 6.3.39
2023-10-12 12:08:36 -05:00
Jack Heysel
d31a485d63
Land #18383 , improves enum_computers module
...
This PR adds a variety of improvements to the
enum_computers module including shell and powershell
support as well as improvements to run on non-english
systems.
2023-10-12 13:01:54 -04:00
Metasploit
2fca548b31
automatic module_metadata_base.json update
2023-10-12 11:42:37 -05:00
adfoster-r7
075fe09c2f
Fix mysql authbypass running out of sockets
2023-10-12 17:40:33 +01:00
adfoster-r7
80d2fa738d
Land #18296 , update more mysql modules to support newer authentication methods
2023-10-12 17:19:02 +01:00
Metasploit
01ce90ae8a
automatic module_metadata_base.json update
2023-10-12 11:04:40 -05:00
Jack Heysel
1719d55c63
Land #18427 , Add TorchServer SSRF + RCE module
...
This PR adds a module that exploits a series of vulns
which leads to RCE on affected TorchServers tagrets. It
also includes updates the the class_loader library.
2023-10-12 11:29:20 -04:00
Spencer McIntyre
86b7ec4518
Address comments from the review
2023-10-12 09:50:19 -04:00
Spencer McIntyre
de8e392b7b
Only randomize the URI once
2023-10-12 09:50:19 -04:00
Spencer McIntyre
5577413bd9
Add additional classes for payload loading
...
This fixes the java/shell_reverse_tcp payload
2023-10-12 09:27:26 -04:00
Spencer McIntyre
4f734379d3
Add module docs and print some messages
2023-10-12 09:27:26 -04:00
Spencer McIntyre
0799f9d860
Add a check method and populate module metadata
2023-10-12 09:27:26 -04:00
Spencer McIntyre
f712c67441
Support URIPATH in Java::HTTP::ClassLoader
...
The URIPATH must end with / due to how the package names are requested
from the web server in a nested directory structure. #on_request_uri
also needed to be updated to check for the relative resource.
2023-10-12 09:27:26 -04:00
Spencer McIntyre
7a226ba285
Randomize components in the MAR file
2023-10-12 09:27:26 -04:00
Spencer McIntyre
5a6dc7f9a6
Initial commit of CVE-2023-43654
2023-10-12 09:27:26 -04:00
Rory McKinley
1b172768b4
Use upstream ruby-mysql in Remote::MYSQL
...
* ... and dependents
2023-10-12 13:08:35 +02:00
cgranleese-r7
3da17d2775
Addresses PR feedback
2023-10-12 10:59:29 +01:00
h00die
862a7930dc
Merge pull request #25 from smcintyre-r7/pr/collab/18351
...
Pr/collab/18351
2023-10-11 15:30:28 -04:00
Jack Heysel
7f4a9c47fc
Land #18355 , Fixes OpenJDK reflection issue.
...
This PR updates metasploit-framework side for the
metasploit-payloads fix #672 . This PR also includes
metasploit-framework PR #18445 which bumps the
metasploit-payloads gem version to 2.0.156.
2023-10-11 15:26:09 -04:00
emirpolatt
2b05dab554
Fix: Msftidy Warnings
2023-10-11 12:19:40 -07:00
emirpolatt
b8dcafc0f6
Revert "CVE-2023-27253 - PfSense 2.6.0 'Backup & Restore' OS Command Injection Module"
...
This reverts commit c65685deae .
2023-10-11 12:15:22 -07:00
emirpolatt
9ef1d1746a
CVE-2023-22515 - Atlassian Confluence Data Center and Server Broken Access Control Leads to Authentication Bypass
2023-10-11 12:09:22 -07:00
Ashley Donaldson
874366588c
Update metasploit side for java metasploit-payloads fix
2023-10-11 15:00:19 -04:00
Spencer McIntyre
7f7f106b92
Update metasploit-payloads gem to 2.0.156
...
Includes changes from:
* rapid7/metasploit-payloads#672
* rapid7/metasploit-payloads#678
2023-10-11 14:05:45 -04:00
adfoster-r7
6c33bf95f1
Land #18411 , Fix incorrect scope condition when populating RHOSTS using services command
2023-10-11 13:29:31 +01:00
adfoster-r7
0e62f3c5cd
Land #18444 , spelling fixes on docs
2023-10-11 13:24:53 +01:00
h00die
7ffc1ca491
undo some spelling fixes when upstream has those issues
2023-10-11 06:30:11 -04:00
bwatters
6af8d3f6e6
Land #18431 , Fix how port forwards are listed
...
Merge branch 'land-18431' into upstream-master
2023-10-10 16:56:11 -05:00
Spencer McIntyre
45be501a50
Raise a more specific error message
...
Check for and raise a more specific error message when the internal
database fails to mount because the path is incorrect.
2023-10-10 15:21:35 -04:00
h00die
557a15a115
spelling fixes on docs
2023-10-10 14:46:18 -04:00
Spencer McIntyre
47b0c01d58
Make the add_equals_to_base64 function private
2023-10-10 14:16:56 -04:00
Spencer McIntyre
59da2865d9
Use an exec-in-place gadget for Python
...
This adds a Python deserialization gadget that will exec arbitrary
Python code in place. It is only compatible with Python 3.x due to
differences in Python's exec function and statement between 2 and 3.
2023-10-10 14:01:24 -04:00
elliot
ccb3927254
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
Sets the path variable via a loop so that it fixes the path assignment and lets the user give a series of directories
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-10-10 12:23:31 -05:00
adfoster-r7
0c407945a0
Fix reverse ssh handler warnings on windows bootup
2023-10-10 15:26:24 +01:00
adfoster-r7
723557365a
Improve stability of msfdb initialization on windows environments
2023-10-10 15:25:10 +01:00
adfoster-r7
d427d64f6e
Land #18435 , wiki spelling fixes
2023-10-10 10:48:44 +01:00
adfoster-r7
0875cc8f73
Improve UX for databse management prompts
2023-10-09 11:04:34 +01:00
Ashley Donaldson
1071341b23
Changes from code review
2023-10-09 10:31:36 +11:00
h00die
76f5582a1a
artica not artical or article
2023-10-06 19:55:40 -04:00
h00die
15413416a7
wiki spelling fixes
2023-10-06 19:51:39 -04:00
Metasploit
b32fe19545
automatic module_metadata_base.json update
2023-10-06 16:55:04 -05:00
Jack Heysel
fb834b235a
Land #18417 , Add Kibana Upgrade Assistant RCE
...
Kibana before version 7.6.3 suffers from a prototype
pollution bug within the Upgrade Assistant. This PR adds
an exploit module to exploit the bug. There is no CVE
for this issue at the moment.
2023-10-06 17:29:02 -04:00
jheysel-r7
fe9afc94c7
Update documentation/modules/exploit/linux/http/kibana_upgrade_assistant_telemetry_rce.md
2023-10-06 16:45:52 -04:00
adfoster-r7
f7635b18e2
Land #18433 , Remove reline dependency update
2023-10-06 18:13:59 +01:00
adfoster-r7
5e7097197d
Remove reline dependency update
2023-10-06 17:56:06 +01:00
adfoster-r7
93fb0dd3b3
Land #18171 , Enable using modules when deferred loading is turned on
2023-10-06 17:41:18 +01:00
dwelch-r7
022dca4b10
Land #18432 , Update gem dependencies
2023-10-06 16:36:16 +01:00
Dean Welch
ef871685af
Revert accidental changes
2023-10-06 16:04:38 +01:00
Dean Welch
9eb4385a25
Get stats from the cache instead of from frameworks list of loaded modules
2023-10-06 16:04:38 +01:00
Dean Welch
d60993f7e8
Enable using modules when deferred loading is turned on
2023-10-06 16:04:34 +01:00
adfoster-r7
d11f15b9af
Update gem dependencies
2023-10-06 15:49:06 +01:00
h00die
931a67d290
kibana telemetry rce rewritten to use fetch payloads
2023-10-06 09:55:10 -04:00
dwelch-r7
9372d9c063
Land #18430 , Add pin to rails 7.0.x
2023-10-06 14:49:42 +01:00
adfoster-r7
88c849de74
Add pin to rails 7.0.x
2023-10-06 14:08:57 +01:00
Spencer McIntyre
d46e80f17f
Fix how port forwards are listed
...
Fixes #18291
2023-10-06 09:04:28 -04:00
h00die
a2a9becc73
convert cmd_stager to fetch payloads
2023-10-06 07:40:17 -04:00
adfoster-r7
f3c105916a
Land #18256 , general dependency update
2023-10-06 10:27:57 +01:00
aleksa
1bd7d25088
mssql_login documentation added.
2023-10-05 17:06:11 -04:00
bwatters
a1304fe1a8
Land #18394 , Add documentation for auxiliary/scanner/http/http_traversal module
...
Merge branch 'land-18394' into upstream-master
2023-10-05 15:18:20 -05:00
h00die
5e0538a239
review comments round 1
2023-10-05 13:12:33 -04:00
Metasploit
ec33707381
Bump version of framework to 6.3.38
2023-10-05 12:08:28 -05:00
Simon Janusz
faa3dd6b85
Land #18372 , Fix error downloading a file from generic shell
2023-10-05 17:47:27 +01:00
cgranleese-r7
dff907b6ca
Land #18425 , Add history support to nasm and metasm shells
2023-10-05 17:20:31 +01:00
adfoster-r7
1f6009333e
Add history support to nasm and metasm shells
2023-10-04 22:36:19 +01:00
bwatters
1ee7f03a2b
Land #18420 , Update user agent strings
...
Merge branch 'land-18420' into upstream-master
2023-10-04 14:13:04 -05:00
bwatters
4d369a8e52
Land #18424 , Fix documentation for CVE-2023-40044 exploit module.
...
Merge branch 'land-18424' into upstream-master
2023-10-04 13:58:20 -05:00
bwatters
6cea8f750f
Land #18277 , Add new doc for writing a command injection exploit module
...
Merge branch 'land-18277' into upstream-master
2023-10-04 13:54:59 -05:00
bwatters
a16379b2a7
Land #17919 , Post::Windows::Service: Support start/stop service on shell sessions
...
Merge branch 'land-17919' into upstream-master
2023-10-04 13:51:25 -05:00
Jack Heysel
81e4f94869
Land #18412 , Add a couple tips to metasploit
2023-10-04 13:45:33 -04:00
sfewer-r7
623b589fb5
When I removed the PowerShell target I forgot to update the documentation, this commit updates the documentation to reflect the changes made to the exploit module.
2023-10-04 17:03:28 +01:00
Metasploit
75225d0757
automatic module_metadata_base.json update
2023-10-04 09:37:46 -05:00
Spencer McIntyre
9eb0c336ab
Land #18414 , Exploit module for CVE-2023-40044
...
Exploit module for CVE-2023-40044 (WS_FTP unauthenticated RCE)
2023-10-04 10:21:54 -04:00
sjanusz-r7
126c19890a
Add option to reload all libs when running a module
2023-10-04 14:59:36 +01:00
Adam Robinson
329b4649e4
Approving cortex.yaml
...
PD-41096 Auto-add cortex.yaml
2023-10-04 12:44:40 +01:00
sfewer-r7
8431d11654
leverage Rex::MIME::Message instead of creating the multipart data manualy
2023-10-04 09:39:25 +01:00
sfewer-r7
ccd8c71ec6
change the payload space to 5000. This allows all the payloads I tested to work but also allows all the 3 gadget chains I tested to work. ClaimsPrincipal and TypeConfuseDelegate will fail if the space is too large.
2023-10-04 09:38:42 +01:00
bwatters
6aeffa5a17
Land #18363 , Add support to msfvenom for "-f octal
...
Merge branch 'land-18363' into upstream-master
2023-10-03 16:21:57 -05:00
sfewer-r7
1be8e0245b
remove the powershell target as the powershell command adapter will handle this for us (thanks Spencer). Increate the space to handle the larger powershell command lines. I tested with cmd/windows/powershell/x64/meterpreter/reverse_tcp and the powershell command length was 4404.
2023-10-03 17:48:37 +01:00
Metasploit
5dd2408b5c
automatic module_metadata_base.json update
2023-10-03 06:45:57 -05:00
adfoster-r7
14c42fcefc
Land #18405 , Show errors on inaccessible payload files
2023-10-03 12:22:04 +01:00
sfewer-r7
2eacb75feb
Add a reference to the AssetNote blog. Better describe what teh TARGET_URI option is for and why it defaults to /AHT/
2023-10-03 11:17:21 +01:00
cgranleese-r7
92867ceed8
Land #18347 , Update check method docs
2023-10-03 10:09:29 +01:00
cgranleese-r7
87d108aab5
Removes Meterpreter logic
2023-10-03 09:53:02 +01:00
Ashley Donaldson
4d87d4e114
Save Kerberos tickets in the MSF cache upon a successful login
2023-10-03 13:45:41 +11:00
Ashley Donaldson
2deb3a831a
Update user agent strings
2023-10-03 11:47:23 +11:00
Ashley Donaldson
185cba04c3
Support validating partial handshakes
2023-10-03 10:19:26 +11:00
h00die
88eb44be64
kibana telemetry rce
2023-10-02 16:53:20 -04:00
Spencer McIntyre
3baf867c76
Update lib/msf/ui/tip.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-10-02 16:38:26 -04:00
bwatters
42f6bb8212
Update on feedback from jmartin
2023-10-02 14:29:20 -05:00
Jack Heysel
50e4269c05
Land #18338 , Get crackable ASREP hashes
...
This PR fixes the ASREP roasting workflow and resolves
issue #17988 .
2023-10-02 13:26:43 -04:00
sfewer-r7
1695a12c9c
Explicitly state both the release name (e.g. 2022.0.2) and the version number (e.g. 8.8.2) in a more consistent way.
2023-10-02 17:40:11 +01:00
Metasploit
b078e8e08f
automatic module_metadata_base.json update
2023-10-02 10:18:33 -05:00
Jack Heysel
5087e0ffe3
Land #18197 , Ldap login scanner module
...
Adds a new login scanner module for LDAP
2023-10-02 10:56:56 -04:00
sjanusz-r7
e70f356239
Show errors on inaccessible payload files
2023-10-02 14:46:25 +01:00
Simon Irwin
6cefa8f3d2
PD-41096 Auto-add cortex.yaml
2023-10-02 14:13:52 +01:00
Dean Welch
76a25c6937
Don't store creds for successful schannel ldap auth
2023-10-02 13:42:25 +01:00
adfoster-r7
c728671953
Land #18393 , Update using metasploit docs
2023-10-02 13:37:54 +01:00
sfewer-r7
53ed4a632b
add in exploit module for CVE-2023-40044 - WS_FTP unauthenticated RCE via .NET deserialization.
2023-10-02 11:42:19 +01:00
Metasploit
276b0ca53e
automatic module_metadata_base.json update
2023-09-29 11:38:38 -05:00
Christophe De La Fuente
50155e3d94
Land #18389 , Juniper Junos OS PHPRC Manipulation RCE (CVE-2023-36845)
2023-09-29 18:05:28 +02:00
Spencer McIntyre
5aee82e35a
Add a couple of tips
2023-09-29 11:47:27 -04:00
Jack Heysel
37bc4ca51f
Fixed root password resetting
2023-09-29 11:40:03 -04:00
Erik Geiser
49786101f7
Fix incorrect scope condition
2023-09-29 13:51:14 +02:00
Jack Heysel
2928d47312
Merge branch 'junos_phprc_auto_prepend_file' of github.com:jheysel-r7/metasploit-framework into junos_phprc_auto_prepend_file
2023-09-28 14:43:46 -04:00
Jack Heysel
58642c16c9
Changed WebSocket to SSH
2023-09-28 14:41:03 -04:00
jheysel-r7
4fecb4d2e2
Update documentation/modules/exploit/freebsd/http/junos_phprc_auto_prepend_file.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-28 14:37:36 -04:00
Metasploit
8de942d9d9
Bump version of framework to 6.3.37
2023-09-28 13:32:45 -05:00
Jack Heysel
3f15de3995
Responded to Christophes suggestions
2023-09-28 14:26:37 -04:00
Metasploit
d65db4580f
automatic module_metadata_base.json update
2023-09-28 13:17:31 -05:00
Spencer McIntyre
36d8a34d39
Land #18408 , JetBrains TeamCity CVE-2023-42793
2023-09-28 14:01:59 -04:00
Spencer McIntyre
e7ab983279
Minor code changes
...
Changes include:
* Remove the PAYLOAD key which didn't do anything
* Add the missing payload size constraint
* Use #retry_until_truthy
2023-09-28 13:19:26 -04:00
sfewer-r7
89940e8b08
use the correct naming convention for normal options.
2023-09-28 16:36:18 +01:00
sfewer-r7
9a6e2dab71
improve the check routine to explicitly look for either a header value or a cookie value that TeamCity is known to set
2023-09-28 16:28:16 +01:00
sfewer-r7
96568bf6d3
typo in comment
2023-09-28 16:05:46 +01:00
sfewer-r7
ad7ff705c7
add in a Linux target
2023-09-28 14:57:02 +01:00
sfewer-r7
fbd5e60cfc
add in coverage for CVE-2023-42793. Currently only a Windows target.
2023-09-28 12:31:59 +01:00
Ashley Donaldson
587c327944
Correctly align sec trailer and stub along a 16-byte boundary
2023-09-28 17:25:22 +10:00
Ashley Donaldson
1bd229056e
Support Kerberos auth for DCERPC
2023-09-28 16:26:06 +10:00
Jeffrey Martin
5310d00d85
more general updates for security hygiene
...
* updates to sshkey adds support for ECDSA
* skips irb update due to added dependencies on psych that has added native build requirements
2023-09-27 15:45:49 -05:00
Jeffrey Martin
ef27b6124f
general dependency update
...
* general maintenance update for all gems
* used for security review of current updates
2023-09-27 15:34:03 -05:00
Metasploit
d5d2a5207b
automatic module_metadata_base.json update
2023-09-27 10:31:47 -05:00
errorxyz
5060bb13a8
Fix docs format in modules/auxiliary/scanner/http/http_traversal
2023-09-27 20:47:31 +05:30
Christophe De La Fuente
bc8179e36d
Land #18406 , Fix pass by reference bug on the module side for windows error exploit
2023-09-27 17:16:20 +02:00
bwatters
a4c6b11237
Fix pass by reference bug on the module side
2023-09-27 09:43:32 -05:00
Metasploit
cce28a9cbf
automatic module_metadata_base.json update
2023-09-27 08:54:43 -05:00
Christophe De La Fuente
1058291af9
Land #18314 , Windows Error Reporting RCE (CVE-2023-36874)
2023-09-27 15:25:06 +02:00
Christophe De La Fuente
2c9932b242
Update documentation - Options section
2023-09-27 15:17:04 +02:00
bwatters
a929d7b856
Added LICENSE info
2023-09-27 07:54:05 -05:00
Jack Heysel
3eaa4adcb7
rubocop
2023-09-26 18:48:33 -04:00
Jack Heysel
9a1881cbcf
jvoisin suggestions
2023-09-26 18:42:14 -04:00
Jack Heysel
09f3a98d13
Finished JAIL_BREAK addition
2023-09-26 16:45:28 -04:00
bwatters
0b84feaf60
updates from code review
2023-09-26 14:03:31 -05:00
Christophe De La Fuente
2232877d03
Properly clone the path strings before storing them
2023-09-26 13:26:02 +02:00
Jack Heysel
b4539f174d
Added JAIL_BREAK option and corresponding methods
2023-09-25 19:03:54 -04:00
Dean Welch
c1abf37d0c
Use passed in workspace if available, default to current workspace
2023-09-25 13:30:18 +01:00
adfoster-r7
aa2a8433fe
Land #18399 , fix multiple spelling mistakes
2023-09-25 10:00:54 +01:00
h00die
d64ed33cdf
code spell for a bunch of modules
2023-09-24 17:42:00 -04:00
elliot
6b00d87c49
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
...
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-09-23 08:55:26 +10:00
bwatters
be731f330e
Add error checking and randomize the report directory
2023-09-22 14:43:21 -05:00
eu
b1de44d892
Fix code styling
2023-09-22 16:51:49 +02:00
eu
4044835a64
Improve the cleanup method
...
- The cleanup methos is deleting the job and removing the app directory
- Added a change dir command as an AutoRunScript just to avoid the error when trying to access the current directory in the session
2023-09-22 15:45:40 +02:00
eu
47d8e4de04
Remove ReturnOutput option
...
TODO: distinguish commands that return output and commands that don't
2023-09-22 11:52:14 +02:00
cgranleese-r7
9c02331184
Land #18392 , Remove raised exception in acceptance tests
2023-09-22 10:41:57 +01:00
Jack Heysel
127f0104d2
Address review comments
2023-09-21 13:36:00 -04:00
errorxyz
e6f55d06ec
Add documentation for auxiliary/scanner/http_traversal module
2023-09-21 22:59:10 +05:30
Metasploit
0d6aee89dd
Bump version of framework to 6.3.36
2023-09-21 12:05:50 -05:00
joev
1b25ae5e14
Add comment explaining UNSUPPORTED_LANGS in spec.
2023-09-21 08:53:26 -06:00
joev
75e9a0a834
Add support for base32/64 comments.
...
* Explicitly documents lack of support for VB style comments.
2023-09-21 08:50:58 -06:00
adfoster-r7
e84d433dde
Update using metasploit docs
2023-09-21 14:53:00 +01:00
adfoster-r7
14ded7aa67
Remove raised exception in acceptance tests
2023-09-21 14:47:06 +01:00
Jack Heysel
12de4dd2c7
Improved request sending and added watchtower ref
2023-09-21 09:45:59 -04:00
cgranleese-r7
6fdcc43530
Removes mixin
2023-09-21 14:35:13 +01:00
Ashley Donaldson
a7f2165029
Send default etypes first, and fall back to RC4 if it doesn't require pre-auth
2023-09-21 21:22:25 +10:00
h00die
77c299d44b
review comments
2023-09-21 06:45:27 -04:00
Metasploit
a6adf814fe
automatic module_metadata_base.json update
2023-09-21 04:45:44 -05:00
Christophe De La Fuente
1e69086d24
Land #18365 , TOTOLINK X5000R Wireless GigaBit Router Unauthenticed RCE [CVE-2023-30013]
2023-09-21 11:27:19 +02:00
joev
1d2dde9f81
Add comment support for "octal" format.
...
* Adds failing test that discovers several additional violations.
2023-09-20 17:24:00 -06:00
h00die-gr3y
6e11f4353b
Updates addressing cdelafuente-r7 comments
2023-09-20 22:14:48 +00:00
Jack Heysel
da8c020d14
Junos OS SRX and EX PHPRC Manipulation RCE
2023-09-20 16:47:05 -04:00
joev
b1606264da
Fix incorrect parameter docstring.
2023-09-20 14:30:05 -06:00
joev
91ce4c3d9d
Add new spec for Msf::Simple::Payload.
2023-09-20 14:29:47 -06:00
elliot
89d1923c41
Update fs.rb
2023-09-21 00:51:28 +10:00
elliot
67e003794b
Update fs.rb
2023-09-21 00:46:55 +10:00
bwatters
03fa034ff5
Actually delete the file I told you to delete
2023-09-20 09:10:51 -05:00
elliot
f28e0d9d93
Update fs.rb
...
Added lmkdir command to create new directory on local machine
2023-09-21 00:10:07 +10:00
Dean Welch
1609836ea2
Don't store passwords to creds if the password wasn't needed for the auth type
2023-09-20 14:30:06 +01:00
cgranleese-r7
461e661d06
Makes improvement to enum_computers module
2023-09-20 12:50:39 +01:00
Simon Janusz
1ef030df76
Land #18380 , Fix broken test suite when running in small console window
2023-09-20 11:03:57 +01:00
Metasploit
2722067108
automatic module_metadata_base.json update
2023-09-20 04:18:57 -05:00
cgranleese-r7
37b506c238
Land #18374 , fix related modules references
2023-09-20 10:03:47 +01:00
bwatters
b4a1bb8fa2
Add docs and support for shell sessions; update exe to work without runtime lib.
2023-09-19 17:50:18 -05:00
Metasploit
4065d01c7d
automatic module_metadata_base.json update
2023-09-19 03:50:09 -05:00
Christophe De La Fuente
525c957af2
Land #18333 , Lexmark Device Embedded Web Server RCE (CVE-2023-26068)
2023-09-19 10:32:59 +02:00
Metasploit
d594a5f5a0
automatic module_metadata_base.json update
2023-09-18 17:16:38 -05:00
bwatters
bfa876c3a1
Land #18283 , Apache Airflow 1.10.10 - Example DAG Remote Code Execution
...
CVE-2020-11978 + CVE-2020-13927
Merge branch 'land-18283' into upstream-master
2023-09-18 17:00:19 -05:00
Metasploit
3646c91d7f
automatic module_metadata_base.json update
2023-09-18 16:14:39 -05:00
adfoster-r7
4dd18d814e
Land #18377 , add support for HELO to smtp_relay auxiliary module in case EHLO is not supported
2023-09-18 21:59:24 +01:00
ErikWynter
e5c922619b
use res for check response code instead of res.inspect
2023-09-18 19:33:07 +03:00
adfoster-r7
d71883f55a
Fix broken test suite when running in small console window
2023-09-18 16:40:47 +01:00
ErikWynter
75d2d20a04
check response code instead of text for downgrade to HELO
2023-09-18 17:25:04 +03:00
dwelch-r7
0fc88a8050
Land #18378 , Remove left behind debug logging from prometheus exporter
2023-09-18 14:01:27 +01:00
adfoster-r7
8172f30204
Remove left behind debug logging from prometheus exporter
2023-09-18 13:47:36 +01:00
Metasploit
4a1ebe1a56
automatic module_metadata_base.json update
2023-09-18 07:20:12 -05:00
dwelch-r7
c1a44c8b7f
Land #18359 , Forge ticket fix
2023-09-18 13:05:25 +01:00
h00die
8d79d5afbd
fix references
2023-09-18 06:56:18 -04:00
Metasploit
ea3b8e91d9
automatic module_metadata_base.json update
2023-09-18 05:07:06 -05:00
cgranleese-r7
23dc1a487d
Land #18321 , Add Ivanti Avalanche MDM Buffer Overflow Exploit (CVE-2023-32560)
2023-09-18 10:43:45 +01:00
cgranleese-r7
2ed8b93e11
Land #18370 , Fix msfrpc hanging when updating saved command history
2023-09-18 10:38:45 +01:00
ErikWynter
47bb57a1fe
add support for HELO in case EHLO is not supported
2023-09-18 12:31:13 +03:00
Ismail Dawoodjee
f9cdfef304
Move module and documentation from multi/http to linux/http
...
* Update documentation scenarios for Docker on Debian 10 and Kali Linux 6.4
* Slightly modify the documentation scenario for Docker on Windows 10
2023-09-17 22:42:26 +08:00
h00die
dd947d49cc
fix related modules references
2023-09-15 16:42:03 -04:00
h00die
cd183194fd
fix related modules references
2023-09-15 16:40:22 -04:00
h00die
13e7f6cc27
fix related modules references
2023-09-15 16:35:55 -04:00
h00die
e34ed10eca
superset rce more stable
2023-09-15 16:29:05 -04:00
joev
1d51514730
Add spec for format without comment support.
2023-09-15 12:35:45 -06:00
h00die
a8da47e73c
still working on resetting values
2023-09-15 13:32:24 -04:00
eu
ffb34b05ef
Adherence to code review
2023-09-15 16:55:05 +02:00
Ismail Dawoodjee
d12b1778e5
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-09-15 22:06:43 +08:00
Simon Janusz
1378bfbfc7
Land #18294 , pick up netifaces updates, improve error catching
2023-09-15 13:04:26 +01:00
adfoster-r7
a60e048e78
Fix msfrpc hanging when updating saved command history
2023-09-15 12:42:40 +01:00
Dean Welch
09c757513f
Correct Msf::ValidationError namespacing
2023-09-15 12:23:49 +01:00
cgranleese-r7
ba9f879f64
Land #18369 , Fix opt address local crash when ipaddr is nil
2023-09-15 11:09:43 +01:00
Carmix
1efb3f733f
solves #18371
2023-09-15 11:36:15 +02:00
Metasploit
85cf00e68c
automatic module_metadata_base.json update
2023-09-14 18:26:16 -05:00
Jack Heysel
46832abd49
Land #18358 , Add a Thrift RPC client
...
This PR adds a Thrift RPC client and updates
two modules to make use of the new addition.
2023-09-14 19:01:13 -04:00
adfoster-r7
871e1f401b
Fix OptAddressLocal crash when IPAddr is nil
2023-09-14 23:10:20 +01:00
Spencer McIntyre
0368b23af9
Add some basic specs for the client too
2023-09-14 17:45:09 -04:00
Spencer McIntyre
bf9ef45c45
Add some specs for thrift data types
2023-09-14 17:16:32 -04:00
adfoster-r7
c558dae400
Land #18361 , Adds new search keywords to msfconsole
2023-09-14 19:48:41 +01:00
h00die-gr3y
21cab0eccd
updated documentation
2023-09-14 18:38:34 +00:00
h00die
0c418fdf65
still working on resetting values
2023-09-14 14:28:29 -04:00
h00die-gr3y
784f3118f0
third release module and documentation
2023-09-14 17:59:59 +00:00
h00die
619a46d450
working hashes for apache superset rce
2023-09-14 13:21:01 -04:00
Metasploit
126e6b6e7a
Bump version of framework to 6.3.35
2023-09-14 12:10:09 -05:00
Ege Balcı
cf4757a6cb
Update installation steps.
2023-09-14 18:51:48 +02:00
Ege Balcı
9fbfe63b2f
Update documentation/modules/exploit/windows/misc/ivanti_avalanche_mdm_bof.md
...
Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com >
2023-09-14 16:39:15 +00:00
adfoster-r7
1b29c48193
Land #18362 , Fix msfrpc hanging forever if rsock pair doesnt connect
2023-09-14 15:56:58 +01:00
Heyder Andrade
766766be78
Apply suggestions from code review
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-09-14 16:13:10 +02:00
eu
8627616404
Added scenario for a non-vulnrable version
2023-09-14 15:56:35 +02:00
h00die-gr3y
094685fa93
second release module
2023-09-14 13:12:33 +00:00
eu
54a7b55eb4
Fix code style
2023-09-14 15:05:41 +02:00
Metasploit
c4396f2c6f
automatic module_metadata_base.json update
2023-09-14 04:33:31 -05:00
Simon Janusz
8b56dc0117
Land #18250 , CVE-2023-28252: Windows CLFS Driver Privilege Escalation
2023-09-14 10:18:29 +01:00
h00die-gr3y
4bb465bcee
initial release module
2023-09-13 20:59:53 +00:00
h00die
686d704b37
superset rce wip
2023-09-13 15:26:29 -04:00
joev
0b73e4ca7a
Add support to msfvenom for "-f octal".
2023-09-13 12:17:22 -06:00
adfoster-r7
bc2fdba422
Fix msfrpc hanging forever if rsock pair doesnt connect
2023-09-13 17:41:00 +01:00
Ismail Dawoodjee
930063fe91
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-09-13 23:51:47 +08:00
cgranleese-r7
4bff7ddea1
Adds new search keywords to msfconsole
2023-09-13 16:41:05 +01:00
eu
401c775336
Rename module
2023-09-13 17:19:42 +02:00
eu
fc4b47cddd
Added documentation
2023-09-13 17:18:18 +02:00
cgranleese-r7
814484cd29
Land #18357 , Add additional error reporting to integration tests
2023-09-13 15:02:57 +01:00
Metasploit
95b882bb7c
automatic module_metadata_base.json update
2023-09-13 04:30:49 -05:00
cgranleese-r7
e82bff37e1
Land #18330 , Ivanti Sentry MICSLogService Auth Bypass resulting in RCE (CVE-2023-38035)
2023-09-13 10:15:59 +01:00
Ismail Dawoodjee
008701f431
Apply suggestions from code review
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-09-13 15:04:52 +08:00
Ashley Donaldson
5c93b3880a
Don't add extra PACs for silver tickets
2023-09-13 15:41:09 +10:00
Ashley Donaldson
483e8175ca
Update unit tests
2023-09-13 14:11:18 +10:00
Ismail Dawoodjee
78684dce8d
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-09-13 09:43:35 +08:00
Metasploit
6a84cc8a57
automatic module_metadata_base.json update
2023-09-12 18:27:42 -05:00
Spencer McIntyre
28c4902f4a
Land #18180 , Flask unsign library, related modules
...
Apache Supserset Priv Esc (CVE-2023-27524) and Flask unsign Library
2023-09-12 19:02:30 -04:00
adfoster-r7
30e66c43a4
Land #18343 , add support for configurable DNS resolver to metasploit-framework
2023-09-12 22:56:37 +01:00
Spencer McIntyre
c1cabdf099
Process escape sequences in the wordlist
2023-09-12 16:49:38 -04:00
Jack Heysel
b83a49e573
Thanks to Spencer improved execute_command method
2023-09-12 15:14:10 -04:00
Spencer McIntyre
887740032c
Add some lib docs
2023-09-12 14:00:34 -04:00
adfoster-r7
e070ba28da
Add additional error reporting to integration tests
2023-09-12 17:32:18 +01:00
Spencer McIntyre
8e8b8ad191
Update nimbus_gettopologyhistory_cmd_exec
2023-09-12 12:21:10 -04:00
Spencer McIntyre
187cca848e
Replace the binray blobs
2023-09-12 12:21:10 -04:00
Spencer McIntyre
2370171d5f
Add more thrift types and methods for creating them
2023-09-12 12:21:03 -04:00
Dean Welch
5713b74cd4
Use constants for LDAP::Auth conditional
2023-09-12 14:41:58 +01:00
Ashley Donaldson
6b8fe05865
Add new PAC types required by DCs for accepting TGTs as valid
2023-09-12 17:19:10 +10:00
h00die
325910b080
update LICENSE with flask wordlist
2023-09-11 15:18:16 -04:00
Spencer McIntyre
ba84c0484c
Update the Nimbus module to use the Thrift client
2023-09-11 14:42:54 -04:00
Spencer McIntyre
fbf95ecd92
Add and use a Thrift client object
2023-09-11 14:37:38 -04:00
h00die
94657d317b
another round of review comments
2023-09-11 14:29:20 -04:00
Zach Goldman
a13d45ec2d
add unit test
2023-09-11 12:14:26 -05:00
Zach Goldman
615aa8dff5
pick up netifaces updates, improve error catching
2023-09-11 12:12:27 -05:00
Jack Heysel
e105a56bda
Merge branch 'clfs-driver-priv-esc' of github.com:jheysel-r7/metasploit-framework into clfs-driver-priv-esc
2023-09-11 13:11:59 -04:00
Jack Heysel
b80f9a84e4
Updated check method and reliability
2023-09-11 13:10:57 -04:00
Dean Welch
586f27f44a
Fix issue with username generation always adding domain
2023-09-11 16:35:31 +01:00
Dean Welch
1af852b240
Add remote ldap specs
2023-09-11 16:33:01 +01:00
Dean Welch
7a06ad8d5d
Add ldap login scanner specs
2023-09-11 16:33:01 +01:00
Dean Welch
80757fc717
Add missing require
2023-09-11 16:33:01 +01:00
Dean Welch
fc89c9939a
Add LDAP login scanner
2023-09-11 16:33:01 +01:00
Dean Welch
8f013d7aef
Add ldap login scanner module
2023-09-11 16:33:01 +01:00
Simon Janusz
0fcba5ee17
Land #17970 , Fix #17969 Assign empty hash to variable status
2023-09-11 16:12:23 +01:00
cgranleese-r7
5ea6340f7e
Land #18356 , Update docker dependency versions
2023-09-11 16:11:37 +01:00
h00die
2ed001ced2
light review changes
2023-09-11 10:33:43 -04:00
h00die
235c142274
Merge remote-tracking branch 'origin/flask_unsign' into flask_unsign
2023-09-11 10:27:00 -04:00
Simon Janusz
d91a9638fc
Use empty hash instead of nil for nessus status
2023-09-11 15:20:18 +01:00
adfoster-r7
7aa54c5907
Update docker depdendency versions
2023-09-11 15:15:52 +01:00
cgranleese-r7
041bd3edc3
Land #18349 , Add Meterpreter compatibility matrix generation
2023-09-11 12:24:58 +01:00
adfoster-r7
901938c0f1
Add Meterpreter compatibility matrix generation
2023-09-11 12:04:18 +01:00
cgranleese-r7
1e8866f8bd
Land #18354 , Show the tip while MSF is loading
2023-09-11 11:50:53 +01:00
h00die
15c6f0d9d3
Merge pull request #24 from zeroSteiner/h00die/flask_unsign
...
H00die/flask unsign
2023-09-08 20:18:12 -04:00
Metasploit
5a9eca74e6
automatic module_metadata_base.json update
2023-09-08 16:32:40 -05:00
Spencer McIntyre
f1aea836f3
Land #18273 , Add VMware vRealize Log Insight RCE
...
Add VMware vRealize Log Insight unauthenticated RCE exploit
2023-09-08 17:17:23 -04:00
Spencer McIntyre
21dde19511
Make some final tweaks
...
Change strings to reference `VMware` using the proper case. Don't
include CmdStager (because it's unnecessary). Set PrependFork to fix
shell payloads. Move CamelCase options to advanced.
2023-09-08 16:55:42 -04:00
Metasploit
c7477ad786
automatic module_metadata_base.json update
2023-09-08 13:17:02 -05:00
bwatters
fdae4953eb
Land #18290 , Prometheus API & Prometheus Node Exporter Interrogator
...
Merge branch 'land-18290' into upstream-master
2023-09-08 12:55:30 -05:00
Jack Heysel
96a6baa500
Land #17474 , Add Windows 11 support for Capcom LPE
...
This PR adds support to the Capcom.sys LPE for Windows 11 21H1
2023-09-08 13:43:07 -04:00
jheysel-r7
0111e55006
Update modules/exploits/windows/local/capcom_sys_exec.rb
2023-09-08 13:05:44 -04:00
Metasploit
fee5cc0497
automatic module_metadata_base.json update
2023-09-08 11:25:50 -05:00
Simon Janusz
5e8d00914f
Land #18327 , fix #18326 (ssl_version module bug when selecting specific ssl version)
2023-09-08 17:11:07 +01:00
Metasploit
6f6a4795f3
automatic module_metadata_base.json update
2023-09-08 11:06:04 -05:00
Simon Janusz
57f3b8a352
Land #18350 , Add opentsdb_key_cmd_injection exploit module and docs
2023-09-08 16:50:46 +01:00
Spencer McIntyre
11c09b9f27
Show the tip while MSF is loading
...
Give the users something to read while things are loading instead of
waiting until everything is ready to go.
2023-09-08 11:33:29 -04:00
Simon Janusz
18103b032d
Add docs for opentsdb_key_cmd_injection
2023-09-08 16:08:18 +01:00
Spencer McIntyre
40716cb28b
Make the separator configurable
2023-09-08 08:56:45 -04:00
Metasploit
6e1753d435
automatic module_metadata_base.json update
2023-09-08 06:05:09 -05:00
Simon Janusz
7302394ffa
Land #18316 , Kibana Timelion Prototype Pollution RCE (CVE-2019-7609)
2023-09-08 11:50:47 +01:00
Simon Janusz
fb4a7186a5
Land #18262 , Makes some adjustments to the favorites command
2023-09-08 11:34:08 +01:00
Metasploit
f6320cfd33
automatic module_metadata_base.json update
2023-09-08 05:11:37 -05:00
Christophe De La Fuente
a33f03d100
Land #18302 , Sonicwall rce CVE-2023-34124
2023-09-08 11:48:07 +02:00
Simon Janusz
740f026cbf
Land #18270 , Improve tab completion for set command
2023-09-08 10:08:39 +01:00
Metasploit
4b5335e3c6
automatic module_metadata_base.json update
2023-09-07 16:15:09 -05:00
bwatters
946794c3f8
Land #18341 , add CVE-2023-38831 for Winrar 6.22
...
Merge branch 'land-18341' into upstream-master
2023-09-07 15:59:36 -05:00
Metasploit
3ebd27b93f
automatic module_metadata_base.json update
2023-09-07 15:45:23 -05:00
Jack Heysel
ef4a9dd239
Land #18329 , Add LG Simple Editor RCE module
...
This PR adds an unauth RCE module for LG Simple Editor
2023-09-07 16:21:10 -04:00
Spencer McIntyre
6afde75c59
Print the connection string
2023-09-07 16:20:03 -04:00
Spencer McIntyre
2ded62a783
Update the module with validation functionality
2023-09-07 16:20:03 -04:00
Spencer McIntyre
143e1c82b5
Add validation functionality to FlaskUnsign
2023-09-07 16:19:58 -04:00
xaitax
adae68d288
Update winrar_cve_2023_38831.rb
2023-09-07 22:01:49 +02:00
Alex
4d2277faa3
Update modules/exploits/windows/fileformat/winrar_cve_2023_38831.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-09-07 21:46:24 +02:00
Alex
51d80b626f
Update modules/exploits/windows/fileformat/winrar_cve_2023_38831.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-09-07 21:46:16 +02:00
Alex
8b40f56fd7
Update modules/exploits/windows/fileformat/winrar_cve_2023_38831.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-09-07 21:46:09 +02:00
Alex
cc78156b8c
Update modules/exploits/windows/fileformat/winrar_cve_2023_38831.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-09-07 21:46:00 +02:00
xaitax
28785eb8a1
Remove payload space
2023-09-07 19:59:31 +02:00
Ege Balcı
2cda3fab50
Update options
2023-09-07 19:50:10 +02:00
Ege Balcı
5b6ee0cfaf
Add extra sleep during PakUpgrade for stabilization
2023-09-07 19:49:57 +02:00
Ege Balcı
9a5dd4e4e5
Refactor thrift usage, add extra SRVHOST check, switch to decoded mf_file
2023-09-07 19:29:23 +02:00
Metasploit
030fc99331
Bump version of framework to 6.3.34
2023-09-07 12:05:08 -05:00
Ege Balcı
e286c96dee
Update modules/exploits/windows/http/lg_simple_editor_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-09-07 17:00:17 +00:00
Ege Balcı
3509193ae8
Update modules/exploits/windows/http/lg_simple_editor_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-09-07 17:00:10 +00:00
Jack Heysel
15908b9721
Merge branch 'ivanti-sentry-misc-log-service' of github.com:jheysel-r7/metasploit-framework into ivanti-sentry-misc-log-service
2023-09-07 12:40:26 -04:00
Jack Heysel
fd6a2fa64a
Updated docs
2023-09-07 12:19:11 -04:00
jheysel-r7
7944df2b87
Apply suggestions from code review
...
Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com >
2023-09-07 11:46:24 -04:00
Metasploit
9d1b08f346
automatic module_metadata_base.json update
2023-09-07 10:26:52 -05:00
Simon Janusz
26cb5c7241
Land #18322 , Elasticsearch Memory Disclosure (CVE-2021-22145)
2023-09-07 16:11:40 +01:00
ErikWynter
7cabe14461
add opentsdb_key_cmd_injection exploit module
2023-09-07 17:29:16 +03:00
eu
6a260f60e0
Initial commit
2023-09-07 13:53:42 +02:00
Ron Bowes
b12fe743d0
Resolve PR comments
2023-09-06 14:11:29 -07:00
h00die
fa4fabf47b
review comments
2023-09-06 16:51:57 -04:00
Jack Heysel
3ae658285b
Updated socat tcp cache size
2023-09-06 15:52:56 -04:00
Jack Heysel
cf62d3fa78
rubocop
2023-09-06 15:47:54 -04:00
Jack Heysel
31d5f8e128
Responded to comments
2023-09-06 15:40:43 -04:00
h00die
213b9f9589
Merge remote-tracking branch 'upstream/master' into flask_unsign
2023-09-06 15:39:37 -04:00
Metasploit
8eb8cbfde9
automatic module_metadata_base.json update
2023-09-06 13:29:39 -05:00
Jack Heysel
13174382d9
Land #18179 , improve windows checkvm post module
2023-09-06 14:07:50 -04:00
Metasploit
875320c1aa
automatic module_metadata_base.json update
2023-09-06 11:07:24 -05:00
Jack Heysel
4ade16752a
Land #18190 , improve linux checkvm post module
2023-09-06 11:50:50 -04:00
Metasploit
0f5c726c1f
automatic module_metadata_base.json update
2023-09-06 09:59:44 -05:00
cgranleese-r7
e892a1e853
Fixes issue with module fullname matching as substring of other modules
2023-09-06 15:57:59 +01:00
bwatters
53b7f1ba07
Land #18286 , roundcube arbitrary file read
...
Merge branch 'land-18286' into upstream-master
2023-09-06 09:43:38 -05:00
bwatters
48dcb2440b
Delete repeat
2023-09-06 08:43:56 -05:00
bwatters
255bbf22d6
Add section on not using fail_with in check methods
2023-09-06 08:39:08 -05:00
Metasploit
55cf80cab6
automatic module_metadata_base.json update
2023-09-05 17:13:03 -05:00
Jack Heysel
482fdefb2c
Land #18313 , SolarView Compact unauth RCE module
...
This PR adds a SolarView Compact unauth RCE module.
2023-09-05 17:49:28 -04:00
jheysel-r7
03ccb3cce0
Apply grammatical suggestions from code review
2023-09-05 17:06:01 -04:00
bwatters
91e7af4370
Added check, some stealth, and cleaned code
2023-09-05 14:29:13 -05:00
Spencer McIntyre
6b20c19964
Update rex-socket gem to 0.1.53
...
Includes changes from:
* rapid7/rex-socket#43
2023-09-05 09:41:08 -04:00
Metasploit
2e75abac77
automatic module_metadata_base.json update
2023-09-05 08:26:18 -05:00
cgranleese-r7
55d0f29e54
Land #18281 , Detection module for CVE-2023-21554 - QueueJumper
2023-09-05 14:03:30 +01:00
bka-dev
a027daaa0d
corrected another minor typo
2023-09-05 14:28:47 +02:00
bka-dev
d3698a8b46
added known vulnerable systems
2023-09-05 13:58:36 +02:00
Bastian Kanbach
4b8f5dc41c
Update modules/auxiliary/scanner/msmq/cve_2023_21554_queuejumper.rb
...
Corrected typo
Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com >
2023-09-05 13:15:36 +02:00
xaitax
ac91516cc9
Update winrar_cve_2023_38831.rb
2023-09-04 20:25:20 +02:00
xaitax
b0fa4cc266
Update winrar_cve_2023_38831.rb
2023-09-04 19:54:43 +02:00
xaitax
d5f355d8de
WinRAR 6.22 (CVE-2023-38831)
2023-09-04 18:56:22 +02:00
Ege Balcı
4088276b36
Adjust option name
2023-09-04 16:46:14 +02:00
Ashley Donaldson
f27439760d
Update mock for unit tests
2023-09-04 10:47:06 +10:00
Ashley Donaldson
8992c955b4
Prioritise kerberos scanning over RC4, to get more easily crackable hash. Fall back to defaults.
2023-09-04 10:12:57 +10:00
h00die
c6a2652861
review comments
2023-09-01 20:34:35 -04:00
h00die
fb9f3bd13f
review comments
2023-09-01 20:14:41 -04:00
Ege Balcı
c2fc371721
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-01 01:59:03 +00:00
Ege Balcı
9044588971
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-01 01:53:40 +00:00
Ege Balcı
f96ca4429a
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-01 01:53:31 +00:00
Ege Balcı
a552132fc3
Update documentation/modules/exploit/windows/misc/ivanti_avalanche_mdm_bof.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-01 01:53:17 +00:00
Ege Balcı
48cb2db70b
Update scenario
2023-09-01 03:48:08 +02:00
Ege Balcı
20a22f1baf
Fix check, randomize JSP name, ditch backup
2023-09-01 03:46:58 +02:00
Ege Balcı
757e942ac9
Update modules/exploits/windows/http/lg_simple_editor_rce.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-09-01 01:16:32 +00:00
Metasploit
90cf371376
Bump version of framework to 6.3.33
2023-08-31 12:06:37 -05:00
Jeffrey Martin
1d8d76f431
update Pro version docs for 4.22.2 release
2023-08-31 11:40:17 -05:00
Metasploit
0f3385e5cf
automatic module_metadata_base.json update
2023-08-31 11:25:30 -05:00
Jack Heysel
73de437eca
Updated cache size
2023-08-31 12:22:30 -04:00
Jack Heysel
e5f2ebff19
Fix copy pasta error
2023-08-31 12:14:24 -04:00
Christophe De La Fuente
6a674f53ff
Land #18309 , Stream LDAP query results
2023-08-31 18:09:45 +02:00
Jack Heysel
5c12a3e6f4
Remove unused default options
2023-08-31 02:47:40 -04:00
Jack Heysel
3e58183291
updated payloads_spec
2023-08-31 02:43:12 -04:00
Jack Heysel
3a7ef46d17
Remove platform linux
2023-08-31 02:32:21 -04:00
Jack Heysel
273d8ec0bc
Setting cache size to 88 to apease CI
2023-08-31 02:27:03 -04:00
Jack Heysel
7b8debd58f
Tidy up, last minute rubocop
2023-08-31 02:17:35 -04:00
Jack Heysel
9779b1eeae
Lexmark Device Embedded Web Server RCE (CVE-2023-26068)
2023-08-30 20:30:14 -04:00
RadioLogic
e026791905
Added catch all warning to remove added groups
2023-08-30 12:15:00 -04:00
jheysel-r7
ef55c4f2c1
Update documentation/modules/exploit/windows/local/cve_2023_28252_clfs_driver.md
2023-08-30 12:11:37 -04:00
jheysel-r7
68090d0406
Update modules/exploits/linux/http/ivanti_sentry_misc_log_service.rb
...
Co-authored-by: wvu <4551878+wvu@users.noreply.github.com >
2023-08-30 11:46:44 -04:00
Metasploit
b2e7e93312
automatic module_metadata_base.json update
2023-08-30 08:14:24 -05:00
Christophe De La Fuente
8217745a85
Land #18257 , Apache nifi h2 rce (CVE-2023-34468)
2023-08-30 13:37:37 +02:00
bwatters
ccba494e61
Exploit working, still needs to be cleaned up
2023-08-29 18:01:44 -05:00
Jack Heysel
fe8cb3398f
Another docs update
2023-08-29 17:33:51 -04:00
Jack Heysel
47f621106c
Updated docs
2023-08-29 17:11:33 -04:00
Jack Heysel
a3a7454f74
Ivanti Sentry MICSLogService Auth Bypass resulting in RCE (CVE-2023-38035)
2023-08-29 15:24:04 -04:00
Jack Heysel
b326832bcf
Renamed module, rubocop
2023-08-29 13:21:13 -04:00
Ege Balcı
32f9357f7a
Update side effects
2023-08-29 18:08:11 +02:00
Ege Balcı
1d9c7fde77
Add LG Simple Editor Unauthenticated RCE (CVE-2023-40498) Exploit
2023-08-29 17:58:43 +02:00
Ege Balcı
44dd8439df
Add low version guard and token check
2023-08-29 17:43:21 +02:00
Jack Heysel
efd9a69b35
Module returns a Metepreter session
2023-08-29 02:00:35 -04:00
h00die
db9bf5f6cd
now down to 10 shells!
2023-08-28 17:42:35 -04:00
h00die
f467e0747a
review comments
2023-08-28 17:39:02 -04:00
h00die
a4bde1157c
fix #18326
2023-08-28 16:49:31 -04:00
Metasploit
28ba19a12f
automatic module_metadata_base.json update
2023-08-28 04:46:15 -05:00
Christophe De La Fuente
7fa2586e34
Land #18247 , Netgear NMS RCE CVE-2023-38096/8
2023-08-28 11:23:08 +02:00
h00die-gr3y
77a1bbef79
Second release module and documentation
2023-08-28 07:49:40 +00:00
Ege Balcı
eaeb2024d3
Merge branch 'master' into vmware_vrli_rce
...
Merge for ThriftMessageType
2023-08-26 22:42:25 +02:00
Ege Balcı
65402ab3ab
Update stability to CRASH_SAFE
2023-08-26 18:55:31 +02:00
Ege Balcı
047a1c9e03
Remove TRA (Tenable vuln ID)
2023-08-26 18:45:42 +02:00
Ege Balcı
ed01948ffe
Randomize buffer + use make_nops
2023-08-26 18:43:07 +02:00
Ege Balcı
721d5cfaa1
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-26 16:27:21 +00:00
Ege Balcı
06ab901397
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-26 16:27:12 +00:00
Ege Balcı
08de344f81
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-26 16:26:54 +00:00
Ege Balcı
8ba2343164
Update documentation/modules/exploit/windows/misc/ivanti_avalanche_mdm_bof.md
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-26 16:26:39 +00:00
bwatters
c69e983b30
Add module to create directory structures and upload/run exploit
2023-08-25 15:41:25 -05:00
Ege Balcı
b10d677308
Doc update.
2023-08-25 21:18:48 +02:00
h00die
772978964e
elastic memory disclosure
2023-08-25 13:28:17 -04:00
Ege Balcı
a971867ca6
Add Ivanti Avalanche MDM Buffer Overflow Exploit (CVE-2023-32560)
2023-08-25 19:26:06 +02:00
cudalac
926bdd03c4
roundcube arbitrary file read
2023-08-25 08:59:53 -04:00
Metasploit
6fa6919f2c
automatic module_metadata_base.json update
2023-08-24 17:59:18 -05:00
Spencer McIntyre
b830587a60
Land #18310 , elasticsearch enum module enhancements
...
elasticsearch enum module enhancements
2023-08-24 18:31:48 -04:00
h00die
67768567ac
review comments
2023-08-24 17:24:20 -04:00
h00die
b529814563
fix sideeffects/reliability
2023-08-24 16:28:05 -04:00
h00die
43401dd872
review comments
2023-08-24 16:23:41 -04:00
h00die
5382eb22d1
kibana exploit
2023-08-24 16:08:08 -04:00
RadioLogic
8497699d53
Moved creation of new groups to its own function
2023-08-24 13:26:15 -04:00
RadioLogic
1e0ec1b0e1
Minimalize groupadd checks
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-24 13:14:05 -04:00
Metasploit
ecaa038afe
Bump version of framework to 6.3.32
2023-08-24 12:08:09 -05:00
Ege Balcı
0fe335aff2
Update documentation/modules/exploit/windows/http/netgear_nms_rce.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-24 16:10:30 +00:00
Metasploit
b0446cee14
automatic module_metadata_base.json update
2023-08-24 05:07:22 -05:00
Christophe De La Fuente
a037d16b66
Land #18233 , Chamilo unauthenticed RCE [CVE-2023-34960]
2023-08-24 11:49:40 +02:00
bwatters
c05582267c
Placeholder for VE-2023-36874
2023-08-23 20:13:03 -05:00
h00die
3879fbed95
elasticsearch enum module enhancements
2023-08-23 18:09:28 -04:00
h00die-gr3y
3612030cee
first release of module
2023-08-23 22:07:58 +00:00
h00die
79a4cfa9cb
elasticsearch enum module enhancements
2023-08-23 18:07:52 -04:00
h00die
8796d5e2d4
elasticsearch enum module enhancements
2023-08-23 18:06:41 -04:00
Metasploit
4062916a84
automatic module_metadata_base.json update
2023-08-23 17:00:19 -05:00
Spencer McIntyre
3c6f5419f2
Land #18214 , Change fetch payload default options
...
Change default command to certutil for Windows HTTP Fetch and default…
2023-08-23 17:45:10 -04:00
adfoster-r7
e760e781df
Land #18307 , Fix exploit/linux typos in Subrion RCE docs
2023-08-23 20:37:46 +01:00
adfoster-r7
3b1ba78536
Land #18306 , Fix an error in ThriftMessageType
2023-08-23 20:36:33 +01:00
h00die
36327e1ff4
elasticsearch enum module enhancements
2023-08-23 15:19:06 -04:00
bwatters
71ded31aae
Add check to make sure that FETCH_SRVHOST is set properly for bind payloads, too.
2023-08-23 12:50:25 -05:00
RadioLogic
55c22f9848
Added some protective statements
2023-08-23 13:44:30 -04:00
RadioLogic
48acd804da
Added PasswordHashType advanced option
2023-08-23 13:37:08 -04:00
RadioLogic
b464b9119c
Added missing newline to manual writes
2023-08-23 13:21:53 -04:00
RadioLogic
93624cca53
Moved groups section to its own function
2023-08-23 13:18:01 -04:00
RadioLogic
1bff275991
Moved manual group write to its own function
2023-08-23 13:01:22 -04:00
RadioLogic
0ae003f55b
Moved os_platform to its own function
2023-08-23 12:48:01 -04:00
RadioLogic
86885e8e58
Replaced echo command in manual with append_file
2023-08-23 12:27:39 -04:00
RadioLogic
0c005a50c9
Moved creating groups towards the top implementing it only once
2023-08-23 12:23:59 -04:00
adfoster-r7
b92b8e91a4
Land #18308 , Fix lines in SmarterMail RCE docs for linting with msftidy_docs
2023-08-23 17:18:59 +01:00
RadioLogic
85fc0f48e7
Made wrapper to command_exists? to ensure safe run
2023-08-23 11:51:14 -04:00
Ismail Dawoodjee
c216c5a184
Fix lines in SmarterMail RCE docs for linting with msftidy_docs
2023-08-23 23:07:07 +08:00
Ismail Dawoodjee
94b7e77d11
Fix exploit/linux typos in Subrion RCE docs
2023-08-23 22:44:49 +08:00
Spencer McIntyre
d870f4bebe
Fix an error in ThriftMessageType
2023-08-23 10:33:27 -04:00
Metasploit
afda825dc9
automatic module_metadata_base.json update
2023-08-23 09:24:12 -05:00
Ismail Dawoodjee
009721b3c7
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-08-23 22:13:20 +08:00
Christophe De La Fuente
bf1b5ffaa3
Land #18272 , Bug fix for ColdFusion RCE module - CVE-2023-26360
2023-08-23 16:05:33 +02:00
Spencer McIntyre
091c07258b
Land #18298 , Sort addresses
...
Ensure datastore network adapter names are consistently resolved
2023-08-23 09:08:03 -04:00
h00die-gr3y
f64b67968f
Final minor updates
2023-08-23 11:38:07 +00:00
RadioLogic
432cdce773
Fixed condition logic to invalid groups
2023-08-22 12:53:09 -04:00
H00die.Gr3y
1db284dcaa
Apply suggestions from code review
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-22 18:46:25 +02:00
RadioLogic
7d78b52337
Got rid of binary_case variable
2023-08-22 12:46:24 -04:00
RadioLogic
ee4a5a01d2
Replaced !invalid.empty? with invalid.any?
2023-08-22 12:44:16 -04:00
RadioLogic
6116fb6a8f
Greatly simplified groups null check
2023-08-22 12:41:17 -04:00
RadioLogic
1604cf2134
Removed default value to groups option
2023-08-22 12:40:23 -04:00
RadioLogic
c81de292d8
Setting sudomethod option to required
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-22 12:28:35 -04:00
RadioLogic
402e25824b
Making option only available based on another option
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-22 12:26:23 -04:00
RadioLogic
2c63dfa79f
Made groups regex safe
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-22 12:25:00 -04:00
RadioLogic
737b5a46ed
Fixed exist condition with ruby ninjutsu
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-22 12:24:06 -04:00
Ron Bowes
4b130f5be7
Change a variable name
2023-08-22 09:00:31 -07:00
jvoisin
b79549f178
Use a better detection method for Xen
...
Based on @adfoster-r7's feedback.
2023-08-22 12:36:48 +02:00
jvoisin
126b5441c9
Add a bunch of virtio modules to detect KVM
2023-08-22 12:34:42 +02:00
jvoisin
995dcfd753
Be a bit more stealthy when looking at kernel modules
...
No need to run a binary if reading a file is enough
2023-08-22 12:34:42 +02:00
jvoisin
bee2b6b381
Add detection via /proc/cpuinfo
2023-08-22 12:34:42 +02:00
jvoisin
2a5595037f
Add detection via /sys/devices/virtual/dmi/id/bios_vendor
2023-08-22 12:34:42 +02:00
jvoisin
cd1fc1a79c
Add another Hyper-V detection
2023-08-22 12:34:42 +02:00
jvoisin
0af4e98eb6
Add some process-based detection
2023-08-22 12:34:42 +02:00
jvoisin
95b964a2f4
Add some more virtualbox kernel modules
...
Taken from https://www.virtualbox.org/wiki/Guest_resizing
and https://linuxconfig.org/install-virtualbox-guest-additions-on-linux-guest
2023-08-22 12:34:42 +02:00
jvoisin
f84cbab0c4
Add some Hyper-v kernel modules
...
Taken from https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services
2023-08-22 12:34:41 +02:00
jvoisin
af22ca9253
Add detection of Xen via /proc/xen/capabilities
...
Xen's dom0 has `control_d` in its /proc/xen/capabilities
2023-08-22 12:34:41 +02:00
jvoisin
26b6ad2948
Add a comment
2023-08-22 12:34:41 +02:00
jvoisin
4027a6edce
Add detection via /sys/class/dmi/id/sys_vendor
2023-08-22 12:34:41 +02:00
Jack Heysel
d43bbb6655
rubocop
2023-08-21 19:57:37 -04:00
Jack Heysel
97dd22032c
Responded to comments, improved stability
2023-08-21 19:20:25 -04:00
h00die
1bd14dd8f4
error handling for apache modules
2023-08-21 18:12:26 -04:00
h00die
1e79dc582a
prometheus lib rewrite
2023-08-21 18:08:21 -04:00
Ron Bowes
1bbf8194ce
Remove more unnecessary arguments
2023-08-21 14:45:09 -07:00
Ron Bowes
79fa3dea8b
Fix a variable name
2023-08-21 14:32:06 -07:00
Ron Bowes
b1c1f705be
Remove some unneeded arguments
2023-08-21 14:30:25 -07:00
Ron Bowes
6dd89a513b
Make some changes from jvoisin's suggestions in the PR
2023-08-21 14:26:34 -07:00
Ron Bowes
f5908a5818
Add a comment
2023-08-21 08:53:52 -07:00
Ron Bowes
ce50cfa11a
Add module for SonicWall vulns, which includes cve-2023-34124
2023-08-21 08:53:07 -07:00
RadioLogic
a024e79b6b
Added change to protect groups if its unset
2023-08-21 11:36:16 -04:00
Ismail Dawoodjee
e4cf796056
Update documentation with scenarios from latest module code
2023-08-21 10:25:06 +08:00
h00die
ceb46cc2ef
lib and spec updates
2023-08-20 20:07:42 -04:00
h00die
a45792877a
lib and spec updates
2023-08-20 19:37:22 -04:00
adfoster-r7
da3ef0a6f9
Ensure datastore network adapter names are consistently resolved
2023-08-21 00:21:37 +01:00
Ismail Dawoodjee
fb1a6d3d72
Invert check condition so that extra checks wont run unless version is vulnerable
2023-08-19 21:56:02 +06:30
h00die-gr3y
b6cf981378
Updates based on review comments
2023-08-19 08:18:50 +00:00
Ismail Dawoodjee
1188ce1e34
Implement suggestions from code review
...
* Reduce verbosity of log messages
* Move 'check_*' methods into 'check' method
* Fix non-existent Windows PowerShell Command payload
* Clearer log message for unpausing DAG in 'check_unpaused' method
2023-08-19 09:45:39 +06:30
Ismail Dawoodjee
fd3e532b87
Change Airflow version log message to "status" instead of "good"
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-08-19 08:33:31 +06:30
Ismail Dawoodjee
b8a2a405c8
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-08-19 08:31:18 +06:30
Metasploit
40a3ce6cde
automatic module_metadata_base.json update
2023-08-18 16:56:24 -05:00
Jack Heysel
11d7b368da
Land #18287 , fix stack trace in forge_ticket
...
This PR fixes a stack trace thrown by the forge_ticket
module when the SPN datastore option was left blank. The module
now fails due to bad-config and gives a detailed error message.
2023-08-18 17:38:51 -04:00
Metasploit
f669b4a2af
automatic module_metadata_base.json update
2023-08-18 16:32:35 -05:00
Ege Balcı
e0f545673c
Add files for cleanup, fix serve address, add retry_until_truthy
2023-08-18 23:25:49 +02:00
Jack Heysel
f3c8ca94ff
Land #18297 , fix broken mysql_authbypass_hashdump
...
This PR fixes the broken mysql_authbypass_hashdump module.
2023-08-18 17:08:31 -04:00
Jack Heysel
5fdc9924d5
Land #18123 , add exploit for Jorani unauth RCE
...
This PR adds a module that chains together a log poisoning LFI,
redirection bypass and a path traversal vulnerability to obtain unauth RCE.
2023-08-18 16:44:42 -04:00
Ege Balcı
e97183e7bd
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:21:42 +00:00
Ege Balcı
20ca3b8720
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:17:37 +00:00
Ege Balcı
d8d5049d97
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:16:32 +00:00
Ege Balcı
4fe15ee788
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:16:21 +00:00
Ege Balcı
1a97b11f09
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:16:12 +00:00
Ege Balcı
86c8f11e17
Update modules/exploits/linux/http/vmware_vrli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-18 20:16:03 +00:00
jheysel-r7
0334d28553
Apply final suggestions from code review
2023-08-18 15:40:58 -04:00
jheysel-r7
b064578488
Apply suggestions from code review
2023-08-18 15:37:11 -04:00
jheysel-r7
4ddd789f51
Apply suggestions from code review
2023-08-18 15:33:59 -04:00
dwelch-r7
1878c08293
Land #18276 , Add sasl scram 256 auth support to postgres modules
2023-08-18 14:34:51 +01:00
bka-dev
c3111d997f
major changes - included bindata and added more documentation
2023-08-18 13:45:48 +02:00
adfoster-r7
4a76371b01
Fix broken mysql_authbypass_hashdump module
2023-08-17 23:41:43 +01:00
h00die
d84c15cf21
lib and spec updates
2023-08-17 15:29:20 -04:00
Metasploit
8e89a6a3dc
Bump version of framework to 6.3.31
2023-08-17 12:05:48 -05:00
Connor Shade
a3ab96f2e0
Add fetch payload mention to cmd-injection doc
2023-08-17 11:37:42 -04:00
Metasploit
667ade25aa
automatic module_metadata_base.json update
2023-08-17 10:30:45 -05:00
cgranleese-r7
703f535850
Land #18275 , Update java reverse http and https to be dynamic
2023-08-17 16:15:16 +01:00
Metasploit
2560fac9c1
automatic module_metadata_base.json update
2023-08-17 09:46:50 -05:00
cgranleese-r7
89f8deb672
Land #18253 , Add CVE-2023-34634, Greenshot Fileformat exploit
2023-08-17 15:30:02 +01:00
bwatters
0965233591
Remove debug print
2023-08-17 08:48:42 -05:00
Ismail Dawoodjee
4137d2df21
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-08-17 10:19:13 +06:30
Metasploit
c748cc4ebb
automatic module_metadata_base.json update
2023-08-16 17:01:49 -05:00
Jack Heysel
8717e66b14
Land #18280 , Add Maltrail Unauth RCE Module
...
This PR adds a module for an unauthenticated RCE vulnerability
in Maltrail, a malicious traffic detection system. This vuln
does not have a CVE associated with it.
2023-08-16 17:29:05 -04:00
h00die
97a6fc9549
tables and screen width, ugh
2023-08-16 17:23:31 -04:00
jheysel-r7
cd3d053e6e
Update affected versions in the doc file
2023-08-16 16:52:48 -04:00
Ege Balcı
a91f928d62
Update documentation/modules/exploit/unix/http/maltrail_rce.md
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-16 18:45:37 +00:00
Ege Balcı
c3252027f2
Update modules/exploits/unix/http/maltrail_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-16 18:45:26 +00:00
Ege Balcı
20d25e46d0
Update modules/exploits/unix/http/maltrail_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-16 18:45:12 +00:00
Ismail Dawoodjee
a2a4489ce4
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-08-16 13:50:13 +06:30
h00die
07d6312781
prometheus stuff
2023-08-15 20:30:54 -04:00
h00die
b5a21f66b5
add docs
2023-08-15 20:30:54 -04:00
h00die
d75c53fffe
prometheus api gather
2023-08-15 20:30:54 -04:00
h00die
7629c7d0f4
prometheus node exporter library
2023-08-15 20:30:54 -04:00
adfoster-r7
33193bdd41
Update java reverse http and https to be dynamic
2023-08-16 00:50:41 +01:00
Metasploit
e943d21a52
automatic module_metadata_base.json update
2023-08-15 15:50:36 -05:00
Jack Heysel
900e418796
Land #18226 , H2 Web Interface RCE
...
This PR adds a module to exploit an RCE feature in
the H2 databases Web Interface.
2023-08-15 16:23:09 -04:00
adfoster-r7
5d85e423a7
Land #18289 , Fix a typo in the docs
2023-08-15 17:13:37 +01:00
Spencer McIntyre
53bd5bfb0a
Fix a typo in the docs
2023-08-15 10:23:28 -04:00
adfoster-r7
9a50e66c50
Land #18278 , Use latest version of ruby-mysql from upstream
2023-08-15 14:29:36 +01:00
dwelch-r7
3329ac5357
Land #18288 , Add Meterpreter sanity tests to CI
2023-08-15 14:28:55 +01:00
adfoster-r7
68ce65c6c9
Revert "Revert "Add Meterpreter sanity tests to CI""
2023-08-15 13:24:59 +01:00
Ismail Dawoodjee
13dbb27245
Implement usual version comparison and remove unactionable text
2023-08-15 12:35:08 +06:30
Ismail Dawoodjee
bdaaef8d60
Merge branch 'rapid7:master' into apache_airflow_dag_rce
2023-08-15 12:24:06 +06:30
Metasploit
253290d9c4
automatic module_metadata_base.json update
2023-08-14 22:51:23 -05:00
Jack Heysel
6cf136ec3a
Land #18263 , Add RaspAP Unauth Command Injection
...
This PR adds an unauthenticated command injection
module for the RaspAP webgui application.
2023-08-14 23:25:23 -04:00
Jack Heysel
99e78a4c00
Update documentaion file
2023-08-14 21:01:10 -04:00
RadioLogic
6a4d3d3854
Changed bad print to warning
2023-08-14 16:20:08 -04:00
Spencer McIntyre
5dee288464
Stream LDAP query results
2023-08-14 16:14:36 -04:00
RadioLogic
6ff0c956b3
Merge branch 'master' into useradd
2023-08-14 16:13:54 -04:00
RadioLogic
5a66693ae1
Added more description to groups error
2023-08-14 16:05:37 -04:00
RadioLogic
2720027468
Added comments to manual groups
2023-08-14 15:52:54 -04:00
Rory McKinley
e6d1a20a05
Use ruby-mysql for MySQL login scanner
2023-08-14 21:34:41 +02:00
Rory McKinley
d154247c84
Introduce ruby-mysql gem
2023-08-14 21:34:01 +02:00
RadioLogic
4b9243c061
Added validation to check valid groups to add
2023-08-14 15:32:56 -04:00
RadioLogic
0550f44012
replace print status to print line
2023-08-14 15:31:42 -04:00
RadioLogic
6632993bf1
Added gid correction to manual group additions
2023-08-14 14:11:38 -04:00
Spencer McIntyre
7d9abc87b1
Fix a stack trace in forge_ticket when SPN is blank
2023-08-14 10:42:32 -04:00
bka-dev
a47ac264ae
corrected typo
2023-08-13 22:56:57 +02:00
bka-dev
b623684284
added module documentation
2023-08-13 22:35:14 +02:00
Ismail Dawoodjee
93da96e02f
Add additional text to check for Airflow login page
2023-08-12 19:29:57 +06:30
Ismail Dawoodjee
60e8e3a487
Remove space before semicolon in payload command
2023-08-12 10:37:38 +06:30
Ismail Dawoodjee
bbe8892549
Terminate payload command with a semicolon
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-12 09:56:00 +06:30
Ismail Dawoodjee
27039c156b
Use the whole <a> tag in version check
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-12 09:41:53 +06:30
Ismail Dawoodjee
4953dad2fc
Update scenario code block to use "msf" instead of "rb" - 3rd scenario
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-08-12 09:29:29 +06:30
Ismail Dawoodjee
94521e2dc3
Update scenario code block to use "msf" instead of "rb" - 2nd scenario
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-08-12 09:29:08 +06:30
Ismail Dawoodjee
ac2d2588d9
Update scenario code block to use "msf" instead of "rb"
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-08-12 09:28:19 +06:30
Bastian Kanbach
6930605cde
Update cve_2023_21554_queuejumper.rb
...
corrected minor typo
2023-08-12 00:14:51 +02:00
Bastian Kanbach
40272beaf5
Update cve_2023_21554_queuejumper.rb
...
Splitted the payload up into different headers to improve readability. Documented headers as well
2023-08-12 00:10:59 +02:00
RadioLogic
54fa11c822
Added new UseraddMethod argument
2023-08-11 17:58:57 -04:00
Bastian Kanbach
fe948f77c9
Update modules/auxiliary/scanner/msmq/cve_2023_21554_queuejumper.rb
...
Splitted the line mentioning the two security researchers in two lines
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-11 21:27:17 +02:00
Ege Balcı
2edf12d303
Syntax fix
2023-08-11 18:25:36 +02:00
Ege Balcı
0d7591c2fb
Update modules/exploits/unix/http/maltrail_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-11 16:24:38 +00:00
Ege Balcı
63305a8db6
Update modules/exploits/unix/http/maltrail_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-11 16:24:19 +00:00
Ismail Dawoodjee
26b1317147
Fix "Notes value PatchedVersion must be an array" error
2023-08-11 22:15:41 +06:30
Ismail Dawoodjee
54b0abb318
Apache Airflow 1.10.10 - Example DAG Remote Code Execution (CVE-2020-11978 + CVE-2020-13927)
2023-08-11 21:43:16 +06:30
jvoisin
86c868084c
Remove joesandbox and virtualpc
2023-08-11 14:42:51 +02:00
jvoisin
88a5a52c1a
Stringy arrays before checking anything
...
As suggested in https://github.com/rapid7/metasploit-framework/pull/18179#pullrequestreview-1533226875
2023-08-11 14:42:01 +02:00
jvoisin
9b87a9d4f1
Run HyperV check after Parallels
...
As suggested in https://github.com/rapid7/metasploit-framework/pull/18179#discussion_r1265637311
2023-08-11 14:42:01 +02:00
jvoisin
075a7e9a14
Narrow a virtualbox check
2023-08-11 14:42:01 +02:00
jvoisin
1188256260
Update the Description to add newly detected VM
2023-08-11 14:42:01 +02:00
jvoisin
89dd8ce930
Add some references
2023-08-11 14:42:01 +02:00
jvoisin
f439ca4fb7
Fix Multi String value issues
...
Spotted by @cdelafuente-r7
2023-08-11 14:42:01 +02:00
jvoisin
c3b77844cc
Improve Qemu detection
2023-08-11 14:42:01 +02:00
jvoisin
fd45073d36
Improve Xen detection
2023-08-11 14:42:01 +02:00
jvoisin
9bed3da364
Improve VirtualBox detection
2023-08-11 14:42:01 +02:00
jvoisin
29d9908f22
Improve virtualpc detection
2023-08-11 14:42:01 +02:00
jvoisin
fdd212625f
Improve VMWare detection
2023-08-11 14:42:01 +02:00
jvoisin
04da17fc7b
Add detection for JoeSandbox
2023-08-11 14:42:01 +02:00
jvoisin
dec237ce0a
Add Parallels detection
2023-08-11 14:42:01 +02:00
cudalac
904e8ba89f
roundcube arbitrary file read
2023-08-10 22:45:01 -04:00
Bastian Kanbach
cf9976d857
Update cve_2023_21554_queuejumper.rb
...
Further tidying according to rubocop
2023-08-11 01:38:02 +02:00
Bastian Kanbach
3953322e80
Update cve_2023_21554_queuejumper.rb
...
Changed according to the linter
2023-08-11 01:27:59 +02:00
bka-dev
6ced21b4a9
Adds module to detect CVE-2023-21554 aka QueueJumper
2023-08-11 00:45:03 +02:00
bka-dev
ef8e6f46bc
reverting previous change
2023-08-11 00:43:38 +02:00
bka-dev
1e7e39c383
Adds module to detect CVE-2023-21554 aka QueueJumper
2023-08-11 00:34:30 +02:00
Ege Balcı
4b7d98df07
Add Maltrail Unauthenticated RCE exploit
2023-08-10 23:02:20 +02:00
Metasploit
020320922d
Bump version of framework to 6.3.30
2023-08-10 13:33:02 -05:00
adfoster-r7
3dc229f5a1
Land #18279 , Revert Add Meterpreter sanity tests to CI
2023-08-10 19:22:04 +01:00
adfoster-r7
cdbd591f07
Revert "Add Meterpreter sanity tests to CI"
2023-08-10 19:08:09 +01:00
Connor Shade
59bdd0d430
add docs for cmn-injection-module
2023-08-10 07:13:43 -04:00
Ege Balcı
e74a68b3fb
Make rubocop happy
2023-08-10 10:10:02 +02:00
Ege Balcı
634713ee56
Fix check method and integrate CmdStager
2023-08-10 00:56:44 +02:00
Ege Balcı
da9200819d
Update scenarios for new targets
2023-08-10 00:55:52 +02:00
Ege Balcı
85f8333b15
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-09 21:27:25 +00:00
Ege Balcı
54ccfc1b8c
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-09 21:26:49 +00:00
Ege Balcı
a8a7b4eaeb
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-09 21:24:38 +00:00
Ege Balcı
fade54dc4d
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-09 21:24:24 +00:00
Ege Balcı
2c8d6b97fe
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-08-09 21:24:08 +00:00
adfoster-r7
98ac76d54f
Add sasl scram 256 auth support to postgres modules
2023-08-09 16:41:01 +01:00
Metasploit
0a26ac2e5b
automatic module_metadata_base.json update
2023-08-09 03:59:19 -05:00
cgranleese-r7
214c788ce7
Land #18232 , metabase setup token rce (cve-2023-38646)
2023-08-09 09:44:53 +01:00
Metasploit
c821d39bdb
automatic module_metadata_base.json update
2023-08-09 03:41:32 -05:00
adfoster-r7
c4ed903da9
Land #18274 , Update CVE-2020-14871 docs
2023-08-09 09:27:00 +01:00
wvu
3be876b9dc
Update pam_username_bof.md
2023-08-09 00:24:53 -05:00
wvu
03c99660db
Update pam_username_bof.rb
2023-08-09 00:22:57 -05:00
h00die
f125ad8870
review comments
2023-08-08 17:44:35 -04:00
h00die
bba8681be4
update doc
2023-08-08 17:44:35 -04:00
h00die
7b024f21bd
apache nifi h2 rce
2023-08-08 17:44:35 -04:00
h00die
5cdac38ac0
apache nifi h2 rce
2023-08-08 17:44:35 -04:00
h00die
e8ce0454cd
review comments
2023-08-08 17:16:57 -04:00
h00die
dca125963c
metabase review comments
2023-08-08 17:16:57 -04:00
h00die
f30c996340
remove comment
2023-08-08 17:16:56 -04:00
h00die
9516592eb6
metabase setup token rce
2023-08-08 17:16:56 -04:00
h00die
7ceeb9f8de
review comments
2023-08-08 17:15:22 -04:00
h00die
67ea97d686
set right port
2023-08-08 17:15:22 -04:00
h00die
06a4433e2a
review comments
2023-08-08 17:15:22 -04:00
h00die
ec5317a789
h2 doc addition
2023-08-08 17:15:22 -04:00
h00die
97daf47269
h2 web interface shell
2023-08-08 17:15:22 -04:00
Ege Balcı
340e4c0117
Make rubocop happy
2023-08-08 20:54:40 +02:00
Ege Balcı
169ce82ea7
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-08 18:37:23 +00:00
Ege Balcı
7217eda1eb
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-08 18:37:15 +00:00
Ege Balcı
95bb5a1e09
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-08 18:37:08 +00:00
Ege Balcı
d1f9f540c6
Add VMware vRealize Log Insight RCE exploit
2023-08-08 20:32:38 +02:00
Metasploit
940496362c
automatic module_metadata_base.json update
2023-08-08 12:47:51 -05:00
Jack Heysel
6e8d0b33df
Land #18191 , Improve post linux checkcontainer
...
This PR adds support for detecting whether a session is
running in a podman container and improves detection for
sessions running in Docker, LXC and WLS containers.
2023-08-08 13:26:01 -04:00
Metasploit
a5cdbcaf20
automatic module_metadata_base.json update
2023-08-08 09:01:23 -05:00
sfewer-r7
85ab3113c2
bug fix for issue 18237. ColdFusion configured with a Development profile behaves slightly differently than ColdFusion deployed in a Production profile, so we need to test for some different return values during exploitation.
2023-08-08 14:47:14 +01:00
adfoster-r7
814198dc66
Land #18264 , Add 12.1 Targets for CVE-2023-3519
2023-08-08 14:37:44 +01:00
Spencer McIntyre
baa0f3d5e3
Switch the fingerprint resource for v12 compat
...
Switching to use citrix-fonts.css allows the technique to work for 12.x
and 13.x.
2023-08-08 08:57:17 -04:00
Spencer McIntyre
72092392e9
Fix check method for v12, add automatic targeting
2023-08-08 08:57:11 -04:00
Ege Balcı
2abd826291
Update side effects and options
2023-08-08 00:44:19 +02:00
Ege Balcı
3b7653c08e
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-07 22:30:51 +00:00
Ege Balcı
79e009a03f
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-07 22:30:25 +00:00
Ege Balcı
6225df80e9
Update modules/exploits/unix/http/raspap_rce.rb
...
Co-authored-by: Julien Voisin <jvoisin@users.noreply.github.com >
2023-08-07 22:23:15 +00:00
bwatters
d0e0f77624
Add license for pup pic
2023-08-07 12:36:20 -05:00
Pearce Barry
765ff28ff9
Improve tab completion for set command.
...
Also minor improvement for tab completion with the `unset` command.
Fixes #18217 .
2023-08-06 18:32:27 -05:00
Spencer McIntyre
760bc3fbfb
Add a target for 12.1-64.17
2023-08-04 16:21:21 -04:00
Ege Balcı
41f0c30855
Add RaspAP Unauthenticated Command Injection (CVE-2022-39986) Exploit
2023-08-04 21:22:07 +02:00
Spencer McIntyre
c3324ab002
Add a target for 12.1-65.25
2023-08-04 15:14:24 -04:00
Jack Heysel
bcfc892195
General code clean up
2023-08-04 14:27:14 -04:00
bwatters
2f9e5cd332
Update info hash
2023-08-04 11:16:38 -05:00
dwelch-r7
9e7960fd9f
Land #18224 , First iteration of specs for SSH Login scanner
2023-08-04 16:22:37 +01:00
cgranleese-r7
6dc7ba112e
Makes some adjustments to the favorites command
2023-08-04 15:33:35 +01:00
cgranleese-r7
45c9ce86f4
Land #18231 , fix for issue #18219 , allow index selection for favorites
2023-08-04 15:08:37 +01:00
cgranleese-r7
897d5d1753
Land #18260 , Update aws instance connect EC2_ID validation
2023-08-04 14:41:18 +01:00
adfoster-r7
a3d129fe9f
Land #18244 , Update payload size warnings to errors on CI
2023-08-04 14:10:14 +01:00
adfoster-r7
61a4974670
Update aws instance connect EC2_ID validation
2023-08-04 14:02:06 +01:00
cgranleese-r7
dfe030cc99
Update payload size warnings to errors on CI
2023-08-04 13:56:31 +01:00
dwelch-r7
6f7ebb3824
Land #18210 , Add Meterpreter sanity tests to CI
2023-08-04 13:24:39 +01:00
adfoster-r7
a543199ee3
Land #18220 , Add error handling when loading payloads
2023-08-04 12:07:39 +01:00
adfoster-r7
b1d6983fad
Land #18228 , Adds Rubocop rule to detect invalid pack/unpack directives
2023-08-04 11:20:18 +01:00
bwatters
e8456a6625
Add documentation and fix null filename catch
2023-08-03 18:30:20 -05:00
Metasploit
4ebf4fd52e
Bump version of framework to 6.3.29
2023-08-03 17:39:55 -05:00
Jeffrey Martin
a8583438c1
fix nokogiri version out of sync in lock file
2023-08-03 17:31:01 -05:00
Metasploit
6c6a553284
automatic module_metadata_base.json update
2023-08-03 14:46:55 -05:00
Jeffrey Martin
5a3a08ca2a
Land #18255 , Remove python2 from docker setup
2023-08-03 14:24:27 -05:00
adfoster-r7
756d746abe
Remove python2 from docker setup
2023-08-03 20:20:13 +01:00
Spencer McIntyre
ab2b1b731d
Land #18254 , remove double refs in Gemfile.lock
...
remove double reference in Gemfile.lock
2023-08-03 14:47:15 -04:00
Jeffrey Martin
776b4918a7
remove double reference in Gemfile.lock
...
merge introduced double entries for aws-sdk-ec2instanceconnect
2023-08-03 13:44:07 -05:00
Spencer McIntyre
e3d4a8ccd9
Land #18234 , Fix for issue #13724
...
Fix for issue #13724 : fix crash for unloaded user32.dll: add library loading
2023-08-03 14:32:33 -04:00
bwatters
d3b7bcd676
Working
2023-08-03 13:23:41 -05:00
Metasploit
bd36c80a2a
automatic module_metadata_base.json update
2023-08-03 12:27:01 -05:00
Christophe De La Fuente
4a7836055e
Land #18211 , Subrion CMS v4.2.1 RCE
2023-08-03 19:03:44 +02:00
Christophe De La Fuente
00006fffae
Land #18240 , Citrix RCE - CVE-2023-3519
2023-08-03 18:55:48 +02:00
Spencer McIntyre
67e1c57b7c
Fix some buffer encoding issues
2023-08-03 12:47:14 -04:00
cgranleese-r7
61f70e09f6
detect invalid Pack/Unpack directives
2023-08-03 17:39:21 +01:00
Metasploit
7fee5a0761
automatic module_metadata_base.json update
2023-08-03 11:31:10 -05:00
adfoster-r7
9a3d068c17
Add apt-get install options for y and no-install-recommends
2023-08-03 17:12:00 +01:00
adfoster-r7
d8dc189168
Add Meterpreter sanity tests to CI
2023-08-03 17:11:44 +01:00
Spencer McIntyre
39382c4652
Land #17600 , Add AWS Instance Connect Sessions
...
Implement AWS Instance Connect Sessions
2023-08-03 12:06:29 -04:00
bwatters
59e3760509
First attempt at CVE-2023-34634
2023-08-03 10:58:07 -05:00
cgranleese-r7
5756241fb3
Land #18223 , Fix broken msfconsole histories when switching between shell sessions
2023-08-03 16:40:01 +01:00
Spencer McIntyre
034fcdde59
Drop the logic to filter repeated error messages
2023-08-03 10:51:58 -04:00
Ismail Dawoodjee
74e886dd68
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-08-03 20:58:22 +06:30
D00Movenok
3ea9c0100b
fixed windows/x64/messagebox CachedSize
2023-08-03 17:10:11 +03:00
Metasploit
4360821d38
automatic module_metadata_base.json update
2023-08-03 07:15:27 -05:00
Ismail Dawoodjee
31da1f890d
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-08-03 18:29:21 +06:30
cgranleese-r7
49c5b1df64
Land #18203 , Fix libssh_auth_bypass crash on newer versions of Ruby
2023-08-03 12:51:36 +01:00
cgranleese-r7
b44c08e5f1
Land #18248 , Fix bootsnap warning when booting msfrpc service
2023-08-03 12:46:15 +01:00
cgranleese-r7
265cec01ae
Land #18249 , Give better error messages when failing to load mettle extensions
2023-08-03 12:40:03 +01:00
Ismail Dawoodjee
1c075f659c
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-08-03 10:16:07 +06:30
Jack Heysel
30b824d8ab
external sources
2023-08-02 19:33:25 -04:00
Jack Heysel
29c2361a9c
Module clean up, docs, metadata, rubocop
2023-08-02 18:53:20 -04:00
adfoster-r7
a643fa517a
Give better error messages when failing to load mettle extensions
2023-08-02 23:03:27 +01:00
Spencer McIntyre
930c90c3ac
Update all targets so the stack can be relocated
2023-08-02 14:49:04 -04:00
Metasploit
1943892aef
automatic module_metadata_base.json update
2023-08-02 13:02:12 -05:00
Spencer McIntyre
b365ab7d10
Add a target for 13.1-37.38
2023-08-02 13:57:53 -04:00
adfoster-r7
9a40e2612b
Land #17129 , Add OSX Aarch64 Payload support
2023-08-02 18:37:56 +01:00
Spencer McIntyre
5d0b6e1fbc
Add a target for 13.0-91.12
2023-08-02 12:48:34 -04:00
adfoster-r7
67770d5684
Fix bootsnap warning when booting msfrpc service
2023-08-02 17:35:11 +01:00
Ege Balcı
329920eeb2
Add Netgear NMS RCE (CVE-2023-38096/8) exploit
2023-08-02 18:03:57 +02:00
ismaildawoodjee
19dcc2d674
Move module and documentation from linux/http to multi/http
2023-08-02 10:10:27 -04:00
Ismail Dawoodjee
888091dfe4
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-08-02 20:21:31 +06:30
usiegl00
dd7b50d292
Merge pull request #1 from adfoster-r7/update-osx-templates-makefile-and-compile-binaries
...
Update osx templates makefile and compile binaries
2023-08-01 19:09:19 -07:00
adfoster-r7
89cd524acb
Update osx templates makefile and compile binaries
2023-08-02 01:26:18 +01:00
RadioLogic
5d0ea40212
Replaced if statement with clean case
2023-08-01 19:51:19 -04:00
RadioLogic
c361dd9bdf
Removed condition that never occurs
2023-08-01 19:48:49 -04:00
h00die
042136cf57
python flask signer module and docs
2023-08-01 18:27:25 -04:00
RadioLogic
594fea60ba
Update modules/post/linux/manage/adduser.rb
...
Made some safety checks easier to read
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-08-01 15:29:08 -04:00
RageLtMan
f0c853073e
Address most of @adfoster-r7's 202307 review
2023-08-01 15:04:58 -04:00
Jeffrey Martin
5c67f3231b
add aws-sdk-ec2instanceconnect gem
2023-08-01 15:04:58 -04:00
Grant Willcox
f95a39254a
Bump up dependency versions
2023-08-01 15:04:57 -04:00
Spencer McIntyre
396029a58e
Fix connectivity issues
...
The connection needs to slowly send data to the remote end for
stability. Additionally, the `exit` command should be issued when
closing the connction so it is reset back to the logon prompt.
2023-08-01 15:04:32 -04:00
Spencer McIntyre
cd70044e36
Automatically login to the serial connection
2023-08-01 15:04:32 -04:00
Spencer McIntyre
18b6b3ef0b
Remove the Windows module
...
Windows shells require an extra configuration that when present still
doesn't offer either the cmd.exe or powershell session that MSF expects
but rather a SAC shell.
2023-08-01 15:04:32 -04:00
Spencer McIntyre
1a3b579cd9
Cleanups and drop INSTANCE_PORT
2023-08-01 15:04:32 -04:00
RageLtMan
2dd9524b2b
AWSSSM: hint at alternative command docs
2023-08-01 15:04:32 -04:00
RageLtMan
f8c736589f
AWSIC: fix comm_string
2023-08-01 15:04:32 -04:00
RageLtMan
dc1ca7aeff
Fix-up per @adfoster-r7
2023-08-01 15:04:32 -04:00
RageLtMan
dd2ccb3750
AWSOOB: add references, cleanup ssm_enum name
2023-08-01 15:04:32 -04:00
RageLtMan
7290a61853
AWSIC: Address @adfoster-r7's comments
2023-08-01 15:04:32 -04:00
RageLtMan
03f6bf1c84
AWSIC: Only try to get session once per handler
...
Import @smcintyre-r7's fix for multiple session attempts in SSM
2023-08-01 15:04:32 -04:00
RageLtMan
69ae14ec62
AWSIC: payload uri cleanup
2023-08-01 15:04:32 -04:00
Jeffrey Martin
eaa4768547
add aws-sdk-ec2instanceconnect gem
2023-08-01 15:04:30 -04:00
RageLtMan
2352ce6740
Implement AWS Instance Connect Sessions
...
AWS EC2 Nitro instances (and possibly others) support serial proxy
over SSH using the Instance Connect API:
https://docs.amazonaws.cn/en_us/AWSEC2/latest/UserGuide/
connect-to-serial-console.html
This process consists of sending an SSH pubkey to the serial proxy
control plane, connecting to a well-known URL with the instance ID
and port number as username, and the SSH private key as credential.
The resulting session is a "fragile" SSH context which does not
tolerate Channel-closing, requiring some special handling in Msf to
safeguard the initial Net::SSH::CommandStream.
Implement a BindAwsInstanceConnect Handler which loads an SSH key
from the local FS or generates a new one on the fly, passes the
pubkey to the InstanceConnect API, and then establishes SSH comms
with the InstanceConnect SSH proxy.
Implement a AwsInstanceConnectBind to handle resulting connetions,
derived from SshCommandShellBind, with an updated #bootstrap which
avoids meddling with the fragile CommandStream/Channel.
Testing:
Got serial console to the ttyS0 login prompt of a Nitro EC2 VM.
Logged in using previously-known credentials.
Verified console operations.
Notes:
Handler keeps firing, same as the SSM session concern.
There is a limit to the number of sessions which an instance can
hold (possibly only one).
2023-08-01 15:04:03 -04:00
Spencer McIntyre
692c625752
Add module docs
2023-08-01 12:28:13 -04:00
Spencer McIntyre
eb5be5746c
Add a basic check method to detect Citrix
2023-08-01 12:17:30 -04:00
cgranleese-r7
cd8cd0a52b
Land #18243 , Fix appscan import failure on empty proof
2023-08-01 15:10:06 +01:00
adfoster-r7
5f9d131cdd
Fix appscan import failure on empty proof
2023-08-01 14:31:48 +01:00
Metasploit
b875b455f7
automatic module_metadata_base.json update
2023-08-01 08:09:04 -05:00
Christophe De La Fuente
f07578b4b4
Land #18209 , Fix bypassuac_comhijack module crash
2023-08-01 14:52:41 +02:00
Ismail Dawoodjee
11fb61c3b6
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-08-01 14:24:37 +03:00
usiegl00
c028d33cae
Update OSX AARCH64 Stager
...
This fixes an issue with the stager size in the osx aarch64 payloads. It
also adds the source and Makefile for template_aarch64_darwin.bin
2023-07-31 20:30:30 -07:00
Spencer McIntyre
f787bcd04f
Define the space for the payload
2023-07-31 18:06:38 -04:00
Metasploit
8b8acadc9c
automatic module_metadata_base.json update
2023-07-31 16:53:39 -05:00
bwatters
feb54c812c
Rather than use default options, deregister and reregister
2023-07-31 16:38:09 -05:00
Spencer McIntyre
de6508c3e3
Initial commit of CVE-2023-3519
2023-07-31 17:30:52 -04:00
adfoster-r7
b979217227
Land #18239 , Add version numbers to apache nifi rce module
2023-07-31 22:28:52 +01:00
h00die
b2869a5550
version numbers for apache nifi rce
2023-07-31 17:16:26 -04:00
h00die
5d9a65eeb0
version numbers for apache nifi rce
2023-07-31 16:14:57 -04:00
h00die
2130328b96
apache superset review
2023-07-31 15:58:40 -04:00
adfoster-r7
89378d54c8
Land #18238 , fix bug scanner credential enumeration bug
2023-07-31 16:55:19 +01:00
Dean Welch
9932aaaaaa
Add specs for resetting password list when username is specified
2023-07-31 16:22:08 +01:00
Dean Welch
6c367f39c8
Reset password list file descriptor for later use
2023-07-31 15:42:25 +01:00
Metasploit
7df5ae0a62
automatic module_metadata_base.json update
2023-07-31 08:41:50 -05:00
Christophe De La Fuente
a7402fb5f1
Land #18205 , Add rudder-server SQLI RCE (CVE-2023-30625) exploit
2023-07-31 15:15:07 +02:00
Christophe De La Fuente
56661f49ee
Add a comment explaining why the Windows target is disabled
2023-07-31 15:13:35 +02:00
ismaildawoodjee
154387f99a
Add additional installation instructions and scenarios
2023-07-30 07:28:16 -04:00
D00Movenok
a3f52672da
Fix crash for unloaded user32.dll: load library.
...
Co-authored-by: ksen-lin <37420872+ksen-lin@users.noreply.github.com >
2023-07-30 00:50:04 +03:00
usiegl00
9019b51eaa
Update AARCH64 Shellcode Generation
...
This updates the aarch64 payloads to include comments with the
corresponding instructions for each little-endian integer. It also fixes
the debug output for x64 payloads under rosetta.
2023-07-29 08:26:56 -07:00
h00die-gr3y
19ef0cc4f9
Added documentation and fixed a typo in the module description
2023-07-28 21:30:24 +00:00
Ismail Dawoodjee
aeb8cd3971
Use uri variable instead of hardcoding it - 2nd instance
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-07-28 23:30:42 +03:00
Ismail Dawoodjee
207d00b73c
Use uri variable instead of hardcoding it
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-07-28 23:29:06 +03:00
h00die
7c76196a5b
apache superset review
2023-07-28 16:21:23 -04:00
ismaildawoodjee
06db7dae40
Change parsing method for version number
2023-07-28 16:17:58 -04:00
h00die-gr3y
f282e1ab92
first drop of module
2023-07-28 20:14:44 +00:00
Ismail Dawoodjee
c4d089b884
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-07-28 23:13:11 +03:00
Ege Balcı
0996938113
Add note for Windows compatibility
2023-07-28 17:06:38 +02:00
Ege Balcı
c509b7b341
Comment out Windows target related lines
2023-07-28 17:06:21 +02:00
Metasploit
bcda3e8228
automatic module_metadata_base.json update
2023-07-28 08:22:17 -05:00
ErikWynter
ad1add1dc3
fix for issue #18219 , allow index selection for favorites
2023-07-28 16:13:51 +03:00
Christophe De La Fuente
0c1d945861
Land #18221 , wdmycloud unauthenticated cmd injection - CVE-2016-10108 CVE-2018-17153
2023-07-28 14:55:50 +02:00
Jack Heysel
416124705f
Working in metasploit
2023-07-28 03:43:37 -04:00
ErikWynter
40ef9d496a
add docs for wd_mycloud_unauthenticated_cmd_injection
2023-07-28 10:16:50 +03:00
Ege Balcı
225a33995a
Merge branch 'rudder_server_sqli_rce' of github.com:egebalci/metasploit-framework into rudder_server_sqli_rce
2023-07-28 00:54:29 +02:00
Ege Balcı
6b11439fa1
Remove basic auth and API_USER/PASS options
2023-07-28 00:44:44 +02:00
Ege Balcı
5d00f882ad
Update modules/exploits/multi/http/rudder_server_sqli_rce.rb
...
Co-authored-by: Jeffrey Martin <jeffrey_martin@rapid7.com >
2023-07-27 21:58:06 +00:00
ErikWynter
f79b4331b8
code review fixes for wd_mycloud_unauthenticated_cmd_injection
2023-07-27 23:09:50 +03:00
Ismail Dawoodjee
f3e1fccd0c
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-07-27 22:17:46 +03:00
Metasploit
1390d50ca4
Bump version of framework to 6.3.28
2023-07-27 12:09:19 -05:00
Metasploit
b65115e97f
automatic module_metadata_base.json update
2023-07-27 11:11:44 -05:00
cgranleese-r7
055206a11b
Land #18225 , Fix invalid references in modules
2023-07-27 16:56:11 +01:00
adfoster-r7
449af8daa7
Fix broken msfconsole histories when switching between shell sessions
2023-07-27 16:12:57 +01:00
adfoster-r7
f3adc3f79f
Fix invalid references in modules
2023-07-27 16:02:37 +01:00
Rory McKinley
0453877fee
First iteration of specs for SSH Login scanner
2023-07-27 15:29:02 +02:00
Ege Balcı
103f9a3f60
Update install instructions and scenario
2023-07-26 18:08:54 +02:00
Ege Balcı
ca9601bb58
Fixed check method and targets
2023-07-26 18:01:26 +02:00
Ege Balcı
5b5f666256
Make rubocop happy
2023-07-26 16:26:18 +02:00
Ege Balcı
006831938d
Adjust targets
2023-07-26 16:26:18 +02:00
Ege Balcı
f5e91f686c
Update modules/exploits/multi/http/rudder_server_sqli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:18 +02:00
Ege Balcı
d50fceca40
Update modules/exploits/multi/http/rudder_server_sqli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:17 +02:00
Ege Balcı
1b52c7c8ba
Update modules/exploits/multi/http/rudder_server_sqli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:17 +02:00
Ege Balcı
bc58254db8
Update modules/exploits/multi/http/rudder_server_sqli_rce.rb
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:17 +02:00
Ege Balcı
00f2fe03be
Update documentation/modules/exploit/multi/http/rudder_server_sqli_rce.md
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:17 +02:00
Ege Balcı
fa3638b10e
Update documentation/modules/exploit/multi/http/rudder_server_sqli_rce.md
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-26 16:26:17 +02:00
Ege Balcı
d6328edc27
Make rubocop happy
2023-07-26 16:26:17 +02:00
Ege Balcı
5018c0cdc5
Add documentation
2023-07-26 16:26:17 +02:00
Ege Balcı
47f48e8adb
Add rudder-server SQLI RCE (CVE-2023-30625) exploit
2023-07-26 16:26:17 +02:00
ErikWynter
53b8653ac7
add wd_mycloud_unauthenticated_cmd_injection
2023-07-26 17:24:44 +03:00
Dean Welch
d9817e825e
Add error handling when loading payloads
2023-07-26 12:01:46 +01:00
ismaildawoodjee
b7b11373f5
Use full_uri for the payload URI
2023-07-25 22:53:11 -04:00
Ismail Dawoodjee
7ad7c40e40
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-07-26 05:27:12 +03:00
Spencer McIntyre
01b9d41ed1
Land #18213 , Fix evasion windows syscall inject
...
Fix evasion windows syscall inject module crash
2023-07-25 16:30:59 -04:00
Ismail Dawoodjee
867282ba96
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-07-25 23:09:30 +03:00
ismaildawoodjee
671a90ee58
Put checks for website requests and change failure message
2023-07-25 16:08:25 -04:00
Metasploit
29e8c36214
automatic module_metadata_base.json update
2023-07-25 11:02:17 -05:00
Christophe De La Fuente
c7f8ce5acd
Land #18199 , VMWare vRealize Network Insight pre-authenticated RCE CVE-2023-20887
2023-07-25 17:45:30 +02:00
Ismail Dawoodjee
78c1f75f2a
Merge branch 'rapid7:master' into subrion_cms_file_upload_rce
2023-07-25 18:01:08 +03:00
ismaildawoodjee
e9f53bd195
Use full_uri instead of piecing together a full URI
2023-07-25 11:00:21 -04:00
Metasploit
730d774e7e
automatic module_metadata_base.json update
2023-07-25 09:31:21 -05:00
cgranleese-r7
a244c6ff37
Land #18142 , WordPress File Manager Advanced Shortcode Unauthenticated RCE [CVE-2023-2068]
2023-07-25 15:15:22 +01:00
cgranleese-r7
52b417b1af
Update documentation/modules/exploit/multi/http/wp_plugin_fma_shortcode_unauth_rce.md
2023-07-25 14:06:45 +01:00
h00die-gr3y
43056ad621
removed powershell mixin
2023-07-25 14:06:45 +01:00
h00die-gr3y
c1d84e950c
Update based on bwatters-r7 comments
2023-07-25 14:06:44 +01:00
h00die-gr3y
45eacec846
Updated module with WordPress check
2023-07-25 14:06:44 +01:00
h00die-gr3y
a3daab88e6
Added documentation and updated exploitable plugins list
2023-07-25 14:06:42 +01:00
h00die-gr3y
cda6ab5960
init commit module
2023-07-25 14:06:29 +01:00
adfoster-r7
fa97281267
Add documentation on building and testing vulnerable targets
2023-07-25 13:48:38 +01:00
ismaildawoodjee
e2a0405975
Merge branch 'subrion_cms_file_upload_rce' of github.com:ismaildawoodjee/metasploit-framework into subrion_cms_file_upload_rce
2023-07-25 03:49:13 -04:00
ismaildawoodjee
3ce382dcc2
Fix issues with msftidy_docs.rb
2023-07-25 03:48:58 -04:00
bwatters
39f24a305e
Change default command to certutil for Windows HTTP Fetch and default FETCH_SRVHOST to LHOST
2023-07-24 15:53:19 -05:00
Ismail Dawoodjee
a709c4c010
Update modules/exploits/linux/http/subrion_cms_file_upload_rce.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-07-24 20:36:28 +03:00
adfoster-r7
49f2d1c3a9
Fix evasion windows syscall inject module crash
2023-07-24 16:15:51 +01:00
ismaildawoodjee
568849fad3
Add scenario for Ubuntu 20.04
2023-07-24 11:03:49 -04:00
ismaildawoodjee
4e16307165
Add module and documentation for Subrion CMS v4.2.1 RCE
2023-07-21 17:22:58 -04:00
Jack Heysel
586971c1fd
Fix incomplete copy pasta in docs
2023-07-21 14:38:07 -04:00
adfoster-r7
c26d44a177
Fix bypassuac_comhijack module crash
2023-07-21 16:46:43 +01:00
Metasploit
69cebde238
automatic module_metadata_base.json update
2023-07-21 06:15:43 -05:00
adfoster-r7
f287f50be7
Land #18187 , Fixes incorrect usage of pack/unpack directives
2023-07-21 11:40:02 +01:00
dwelch-r7
1af22cfd22
Land #18096 , Add initial proxies datastore support for kerberos workflows
2023-07-21 11:37:04 +01:00
adfoster-r7
08a2a293a9
Add proxies datastore support to kerberos
2023-07-21 11:19:50 +01:00
RadioLogic
49eeb90145
Removed pointless line
2023-07-20 19:25:09 -04:00
Jack Heysel
ee26e7f926
Rubocop fixes
2023-07-20 16:40:28 -04:00
RadioLogic
0de59481e9
Added better means to ignore groups additions on empty set
2023-07-20 15:18:48 -04:00
RadioLogic
761f91faf0
Added quotes around password to prevent bash shebang
2023-07-20 15:17:26 -04:00
Jack Heysel
421b06119f
Update docs
2023-07-20 14:55:27 -04:00
RadioLogic
ab5b12e8f1
Corrected sideeffects
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-07-20 14:52:46 -04:00
RadioLogic
923cb78110
Corrected reliability
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-07-20 14:52:27 -04:00
Jack Heysel
c48346413c
Fixed payload and verion detection
2023-07-20 14:44:56 -04:00
Metasploit
b4ec01de83
Bump version of framework to 6.3.27
2023-07-20 12:14:17 -05:00
adfoster-r7
2ae6688815
Fix libssh_auth_bypass crash on newer versions
2023-07-20 12:29:21 +01:00
Jack Heysel
d03157fcc1
Installation instructions
2023-07-19 14:23:17 -04:00
jvoisin
0df2f57124
Fix a typo
2023-07-19 19:47:17 +02:00
Julien Voisin
d5ca174e1e
Apply suggestions from code review
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-07-19 17:46:27 +00:00
h00die
530934f78a
review comments
2023-07-19 11:42:47 -04:00
cgranleese-r7
8e0a909b18
Fixes incorrect usage of pack/unpack directives
2023-07-19 11:39:00 +01:00
Metasploit
b4991a97d0
automatic module_metadata_base.json update
2023-07-18 20:26:47 -05:00
bwatters
01434662fa
Land #18182 , Add module and doc for cve-2023-26876
...
Merge branch 'land-18182' into upstream-master
2023-07-18 20:10:47 -05:00
Metasploit
a6e4d60457
automatic module_metadata_base.json update
2023-07-18 18:40:14 -05:00
bwatters
297c484a1c
Land #18173 , Add Openfire Authentication Bypass RCE [CVE-2023-32315]
...
Merge branch 'land-18173' into upstream-master
2023-07-18 18:13:20 -05:00
Metasploit
1e2a5a5c11
automatic module_metadata_base.json update
2023-07-18 08:41:15 -05:00
cgranleese-r7
a0f04a7018
Land #17681 , Add datastore option for Jenkins home directory
2023-07-18 14:17:15 +01:00
Joshua Rogers
d9e23a5c67
Update modules/post/multi/gather/jenkins_gather.rb
...
Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com >
2023-07-18 14:02:27 +02:00
h00die-gr3y
7f35abff86
fixed the invalid character at the store_valid_credential function
2023-07-18 08:38:06 +00:00
rodnt
ddb1cc0497
Fix all warns from msftidy rename the docs with the correct name
2023-07-17 23:57:39 +00:00
RadioLogic
157a815b76
Added documentation
2023-07-17 16:14:03 -04:00
RadioLogic
0680630d25
Redefined verbose prints
2023-07-17 16:04:37 -04:00
RadioLogic
394ea6029a
Added prevention of printing empty missing groups
2023-07-17 15:46:17 -04:00
RadioLogic
1c693d9fad
Finalized /etc/shadow line
2023-07-17 15:43:28 -04:00
RadioLogic
427e39b152
Added check to prevent manual from readding users
2023-07-17 15:42:48 -04:00
RadioLogic
cc9d70b896
Added missing each in manual groups
2023-07-17 15:37:50 -04:00
RadioLogic
4ff7babae7
Turned missing groups into enum
2023-07-17 15:15:53 -04:00
RadioLogic
6e6910519a
Added error if custom command doesnt exist
2023-07-17 13:59:30 -04:00
RadioLogic
9bc00f7759
Implemented custom command detection
2023-07-17 13:59:09 -04:00
RadioLogic
3a3ffcb6df
Swapped vprint in useradd
2023-07-17 13:58:18 -04:00
RadioLogic
7e9071627f
Added better verbose logging
2023-07-17 13:35:45 -04:00
RadioLogic
c63810101c
Added error for illegal usernames
2023-07-17 12:47:34 -04:00
h00die-gr3y
0ff2ca4f40
updates based on latest comments
2023-07-16 18:43:21 +00:00
jvoisin
2efcbbb772
Add docker detection via the old .dockerinit file
2023-07-16 18:12:11 +02:00
jvoisin
1f2112c5c1
Add podman detection via an environment variable
2023-07-16 18:11:11 +02:00
jvoisin
f46641f479
Improve LXC detection
...
See https://github.com/silverwind/ansible/commit/d649d24be2ed36ff8da7ecbd57b6bb25a9a3b745
2023-07-16 18:07:59 +02:00
jvoisin
2e26e7c98c
Add detection for WSL
2023-07-16 18:04:12 +02:00
jvoisin
04438920d5
Add Podman detection
...
See https://github.com/containers/podman/issues/3586#issuecomment-661918679
2023-07-16 18:01:06 +02:00
Guilhem RIOUX
84ad51b5c7
rubocop
2023-07-16 05:38:51 +02:00
H00die.Gr3y
f608424242
Apply suggestions from code review
...
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com >
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-07-15 12:02:22 +02:00
H00die.Gr3y
dfcb52d189
Merge pull request #1 from bwatters-r7/land-18173
...
Adjust files to be better shared
2023-07-15 11:46:41 +02:00
rodnt
d7b0e94729
fix made at the request of bwatters-r7
2023-07-14 21:34:32 +00:00
Jack Heysel
11d3248532
Land #18186 , Add syntax highlighting to wiki
...
This PR adds highlining to multiple code snippets in the wiki.
2023-07-14 14:53:38 -04:00
bwatters
b15d595de2
Adjust files to be better shared
2023-07-14 12:47:04 -05:00
adfoster-r7
f0f2314da9
Add syntax highlighting to multiple code snippets
2023-07-14 11:52:47 +01:00
rodnt
1e75365f8e
Update with all changes proposed by smcintyre-r7
2023-07-13 23:38:55 +00:00
Metasploit
7bebee0f42
Bump version of framework to 6.3.26
2023-07-13 12:13:12 -05:00
rodnt
3f0d0ee34c
Merge branch 'rapid7:master' into piwigo_cve_26876
2023-07-13 09:59:43 -03:00
rodnt
fb8947aa49
change the comment at mysql image
2023-07-13 12:58:30 +00:00
rodnt
4dc6e59fa3
bwatters-r7 suggestions were applied.
2023-07-13 12:51:34 +00:00
Metasploit
7950db3358
automatic module_metadata_base.json update
2023-07-12 13:53:26 -05:00
101719434+rodnt@users.noreply.github.com
5b638bb37b
add module and doc for cve-2023-26876
2023-07-12 15:45:40 -03:00
Jack Heysel
10c1b79c37
Land #17861 , pfSense Config Data RCE as root
...
This module exploits a vulnerability in pfSense version
2.6.0 and below which allows for authenticated users to
execute arbitrary operating systems commands as root.
2023-07-12 14:32:06 -04:00
emirpolatt
34f25fbb65
pfSense Config Data Remote Command Execution as root (CVE-2023-27253) Module
2023-07-12 13:27:02 -04:00
adfoster-r7
6b06b77b5a
Land #18181 , Change dead links to live links, in documents
2023-07-12 17:57:05 +01:00
hahwul
3236aaf6c3
Change dead links to live links, in documents
2023-07-13 01:06:34 +09:00
h00die
e6f4f441c5
apache supserset exploit
2023-07-11 15:21:39 -04:00
h00die
3d3e2a9e2d
apache supserset exploit
2023-07-11 15:19:33 -04:00
Guilhem7
a9a6b03979
Update modules/exploits/multi/php/jorani_path_trav.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-07-11 09:28:20 +02:00
Guilhem7
56619e6da3
Update modules/exploits/multi/php/jorani_path_trav.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-07-11 09:28:14 +02:00
Guilhem7
8d08a2a144
Update modules/exploits/multi/php/jorani_path_trav.rb
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-07-11 09:28:05 +02:00
Metasploit
27638d7409
automatic module_metadata_base.json update
2023-07-10 18:19:51 -05:00
adfoster-r7
5cb5c18550
Land #18170 , Add module for SmarterMail Build 6985 - dotNET Deserialization Remote Code Execution (CVE-2019-7214)
2023-07-10 23:56:09 +01:00
Metasploit
917adffb83
automatic module_metadata_base.json update
2023-07-10 17:46:41 -05:00
Jack Heysel
bd004e0831
Land #18178 , update refence format entry
...
This PR updates a reference on exploit/windows/smb/ms08_067_netapi
to the new URL format.
2023-07-10 18:19:52 -04:00
Jeffrey Martin
3635ce9c03
update reference format for entry in rapid7.com
2023-07-10 16:54:42 -05:00
Jack Heysel
420147d02e
Land #18164 , WooCommerce Payments auxiliary module
...
This module exploits an auth bypass and priv esc vulnerability
in order to create an admin wordpress user.
2023-07-10 17:19:56 -04:00
jheysel-r7
5261d842bc
Update documentation/modules/auxiliary/scanner/http/wp_woocommerce_payments_add_user.md
2023-07-10 14:18:50 -04:00
adfoster-r7
c3a0b0b1cb
Land #18177 , update the wiki to use https instead of http
2023-07-10 10:46:29 +01:00
ismaildawoodjee
025b37ce62
Replace other stale http:// links with https://
2023-07-10 03:29:08 -04:00
h00die
d6911f6b13
add new api endpoint, and checks for multiple versions
2023-07-09 19:48:16 -04:00
ismaildawoodjee
2aea7b2fda
Change exploit template comment header from http to https for Msftidy
...
* Msftidy complains about Line 2 of the exploit template comment having
* http:// protocol instead of https:// protocol
* Reference in PR #18170 , commit hash ad0d3e79 , where Msftidy lint test fails
* to pass, but in the next commit 591fee18 , the test passes.
2023-07-09 15:56:08 -04:00
Ismail Dawoodjee
0a9af48662
Merge branch 'rapid7:master' into smartermail_rce
2023-07-09 17:48:49 +03:00
h00die-gr3y
c34779a5f1
updates based on comments of jvoisin and adfoster-r7
2023-07-09 12:20:58 +00:00
ismaildawoodjee
e61342afac
Proper error handling for closing TCP socket and used Rex exceptions
2023-07-09 07:25:09 -04:00
h00die-gr3y
a3ea55f2a6
added documentation
2023-07-08 12:30:54 +00:00
h00die-gr3y
8edbf73b6f
first release exploit module
2023-07-08 09:48:17 +00:00
Guilhem RIOUX
e274b96a13
Updating documentation
2023-07-08 07:29:38 +02:00
adfoster-r7
b04ff3c579
Land #18172 , Tidy up capture plugin specs
2023-07-07 17:12:21 +01:00
Rory McKinley
5974801e14
Tidy up plugin specs
2023-07-07 17:14:29 +02:00
ismaildawoodjee
1706812099
Implemented requested changes
...
* Small fixes in Description - removed backticks
* Implemented Windows Command target
* Removed PowerShell Stager, in Targets and in exploit method
* Implemented Rex::Socket::Tcp in place of TCPSocket
* Updated TARGET section in documentation
* Added TARGET 0 - Windows Command scenario
* Removed PowerShell Stager scenario
* Replaced 'Using configured payload' lines to use Windows Command payload
for the 2nd, 3rd, and 4th scenarios. Did not rerun the scenarios, however
2023-07-07 04:14:20 -04:00
Metasploit
a0bdbce3c9
Bump version of framework to 6.3.25
2023-07-06 17:49:06 -05:00
Jeffrey Martin
00095fa495
update Pro version docs for 4.22.1 release
2023-07-06 15:02:56 -05:00
Grant Willcox
56cba64e4a
Land #18169 , Add centralized Metasploit plugin documentation
2023-07-06 14:11:51 -05:00
Grant Willcox
d16f38a59c
Add command syntax for captureg command reference
2023-07-06 13:14:49 -05:00
Grant Willcox
914818d372
Remove extra character from thread description.
2023-07-06 13:14:14 -05:00
adfoster-r7
bfcd5d0466
Add centralized Metasploit plugin documentation
2023-07-06 19:00:33 +01:00
Ismail Dawoodjee
f959dee046
Change module name
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-07-06 18:50:44 +03:00
Ismail Dawoodjee
24ef4e1b90
Update documentation/modules/exploit/windows/http/smartermail_rce.md
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-07-06 18:49:49 +03:00
Grant Willcox
81cf6c2a09
Fix up credential storing code
2023-07-06 10:43:20 -05:00
ismaildawoodjee
591fee1850
Fix msftidy complaining about https:// URL scheme in Line 2
2023-07-06 11:01:54 -04:00
Grant Willcox
c3aefe577b
Fix url_root loop code and user creation code
2023-07-06 09:36:19 -05:00
ismaildawoodjee
ad0d3e79a9
SmarterMail RCE module and documentation
2023-07-06 08:00:28 -04:00
h00die
2c2f855e20
working cookies for superset
2023-07-06 07:12:39 -04:00
adfoster-r7
88a539a82c
Land #18144 , update capture plugin to be more helpful, and add documentation
2023-07-06 11:17:14 +01:00
Metasploit
e3bdb7a917
automatic module_metadata_base.json update
2023-07-06 02:31:54 -05:00
Christophe De La Fuente
df4a03c79d
Land #18082 , Apache RocketMQ update config RCE (CVE-2023-33246)
2023-07-06 09:15:03 +02:00
Grant Willcox
3abcb3ebaa
Explain ADMINID field more
2023-07-05 13:10:41 -05:00
Grant Willcox
ce19ce5b72
Apply fixes from review
2023-07-05 12:24:51 -05:00
adfoster-r7
00aa2e63a0
Land #18166 , Handle nil error when creating adapted payloads
2023-07-05 18:07:12 +01:00
Jack Heysel
f1b5cd46f4
Apache RocketMQ update config RCE
2023-07-05 12:38:51 -04:00
Metasploit
83dc8e9012
automatic module_metadata_base.json update
2023-07-05 11:36:32 -05:00
Dean Welch
d452f49f09
Handle nil error when creating adapted payloads
2023-07-05 17:28:05 +01:00
Christophe De La Fuente
ae48236d07
Land #18122 , rocketmq version lib
2023-07-05 18:11:25 +02:00
Grant Willcox
da6cdd1d5b
Fix up datastore setting code
2023-07-05 10:55:14 -05:00
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
f77e7db637
woocommerce payments auth bypass
2023-07-04 13:09:27 -04:00
h00die
8d686e5a28
woocommerce payments auth bypass
2023-07-04 13:06:27 -04:00
h00die
375a315b3d
woocommerce payments auth bypass
2023-07-04 13:05:07 -04:00
h00die
62775e0749
fix spec
2023-07-02 13:10:43 -04:00
h00die
c9249fd9b7
basics
2023-07-02 12:37:58 -04:00
Grant Willcox
3ab7b3ddc7
Add in autocheck and expand check logic for Windows 11 targets
2023-06-30 16:41:03 -05:00
Grant Willcox
17ffd4e0f6
Add in description about why versions after 22000.194 aren't affected
2023-06-30 16:40:53 -05:00
Wrathdemon
7870bfe94e
fix #15890 : Support Windows 11 in Capcom.sys LPE Module
2023-06-30 16:40:43 -05:00
Grant Willcox
d97c0fc8f7
Land #18153 , Remove Ruby 2.7 from Github actions
...
Ruby 2.7 has been EOL'd for 3 months now and is no longer supported.
2023-06-30 15:38:16 -05:00
adfoster-r7
d968d92e53
Remove Ruby 2.7 from Github actions
2023-06-30 14:10:07 +01:00
cgranleese-r7
badb710940
Land #18152 , Update PHP Meterpreter to correctly show file sizes for large files
2023-06-30 14:07:07 +01:00
adfoster-r7
fa0e53775f
Update PHP Meterpreter to correctly show file sizes for large files
2023-06-30 10:22:13 +01:00
Metasploit
dfbd14ea5b
automatic module_metadata_base.json update
2023-06-29 17:43:57 -05: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
Rory McKinley
1dff3e5e26
Copy blog post about capture plugin to docs
2023-06-29 14:58:37 +02:00
dwelch-r7
028660384a
Land #18146 , Fix windows Meterpreter clipboard manipulation access denied errors
2023-06-29 13:27:57 +01:00
adfoster-r7
50c675cc90
Fix windows Meterpreter clipboard manipulation access denied errors
2023-06-29 00:00:48 +01:00
adfoster-r7
0c8dff1ab0
Land #17901 , Add lazy loading for payloads on startup
2023-06-28 23:12:12 +01:00
Metasploit
0aa0bbadd6
automatic module_metadata_base.json update
2023-06-28 13:06:39 -05:00
Spencer McIntyre
740fe5f6c9
Land #18133 , Dotnet signature fix
...
The signature of the .NET executable will now be automatically
determined based on the .NET executable and not the parameters provided
to the module.
2023-06-28 13:50:26 -04:00
Rory McKinley
a967815397
Remove reliance on deprecated print_* methods
2023-06-28 17:56:57 +02:00
Rory McKinley
795fae2b81
Tweak help output to provide more detail
2023-06-28 16:52:07 +02:00
Guilhem RIOUX
068a81a638
First remove the check after the triggering payload as it is not reliable. Adding the documentation after checking it with the dev tool
2023-06-28 08:53:50 +02:00
Ashley Donaldson
6772740f86
Fix bug in HostingCLR relating to the first argument passed to a dotnet assembly.
2023-06-28 09:24:33 +10:00
Ashley Donaldson
afe359281c
Remove manual signature handling, and figure it out for the user.
2023-06-28 09:22:01 +10:00
jheysel-r7
ce2629d4e1
Update spec/lib/msf/core/auxiliary/rocketmq_spec.rb
2023-06-27 16:53:36 -04:00
jheysel-r7
3e4b62a240
Update spec/lib/msf/core/auxiliary/rocketmq_spec.rb
2023-06-27 16:53:13 -04: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
Grant Willcox
1b7e1343f8
Fix up some points noted during review
2023-06-27 11:32:44 -05:00
Grant Willcox
c11dd0efc4
Fix up RuboCop errors
2023-06-27 11:23:41 -05:00
dwelch-r7
36e0d8f915
Land #18121 , Add proper SubjectAltName parsing
2023-06-27 16:54:33 +01:00
Guilhem RIOUX
8cae031d97
update after rubocop and advice
2023-06-27 16:08:55 +02:00
Metasploit
3e999a1dc5
automatic module_metadata_base.json update
2023-06-27 08:48:05 -05:00
Spencer McIntyre
67f7a33d77
Land #18114 , .NET assembly execution enhancements
...
Allow .NET assembly execution within the meterpreter process
2023-06-27 09:32:43 -04:00
Spencer McIntyre
767b22f7ef
Recompile the DLL
2023-06-27 09:31:24 -04: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
Metasploit
fb6ecdd2ab
automatic module_metadata_base.json update
2023-06-26 16:46:43 -05:00
Spencer McIntyre
7da9ea07aa
Land #17796 , AWS EC2 enum: implement reporting
2023-06-26 17:31:38 -04:00
Spencer McIntyre
fd89ac6893
Fix REGION related issues
...
Fixes hanging when REGION is invalid. Fixes a stack trace when REGION is
an empty string.
2023-06-26 17:18:13 -04:00
Joshua Rogers
1e7af0457a
Update jenkins_gather.md
...
Change Windows default to C:\ProgramData\Jenkins\.jenkins.
2023-06-26 21:29:27 +02:00
Joshua Rogers
cac515b8db
Update jenkins_gather.rb
...
Change the default Windows location to C:\ProgramData\Jenkins\.jenkins\.
2023-06-26 21:27:59 +02:00
Jack Heysel
46629ca1d2
responded to comments
2023-06-26 14:01:12 -04:00
Grant Willcox
def6d644cc
Land #18141 , Remove flakey redundant test
2023-06-26 12:36:32 -05:00
Dean Welch
df5b26ea3a
Remove flaky redundant test
2023-06-26 16:32:41 +01:00
Ashley Donaldson
65a4dd3c39
Change ETW bypass method, so that CLR memory can be freed.
...
Fixed a crash and broken logic in hosting clr code.
2023-06-26 09:54:00 +10:00
Ashley Donaldson
624643be4a
Catch errors and give meaningful error messages
2023-06-25 22:12:22 +10:00
RageLtMan
60523c0f9b
Apply @smcintyre-r7's logic fix
...
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com >
2023-06-23 18:48:21 -04:00
Metasploit
0f593d881c
automatic module_metadata_base.json update
2023-06-23 16:17:47 -05:00
Jack Heysel
bf1e6bddd1
Land #18134 , Add exploit for CVE-2023-25194
...
This exploits a Java deserialization vulnerbility
in Apache Druid which arises from a JNDI injection
within Apache Kafka clients.
2023-06-23 16:52:04 -04:00
Grant Willcox
da34476a91
Land #17959 , rescue login scanner attempts
2023-06-23 14:49:26 -05:00
Grant Willcox
f48dadff62
Land #18139 , Fix windows python meterpreter getuid intermittent crash
2023-06-23 12:02:37 -05:00
adfoster-r7
7aa1dafc1f
Fix windows python meterpreter getuid intermittent crash
2023-06-23 15:30:02 +01:00
Metasploit
f641d64f2f
automatic module_metadata_base.json update
2023-06-23 05:07:35 -05:00
dwelch-r7
d68eb84334
Land #18065 , Updates jenkins_gather module to work with newer version of Jenkins
2023-06-23 10:44:06 +01:00
cgranleese-r7
9176d0d3e0
Updates jenkins_gather to work with newer version of Jenkins
2023-06-23 10:02:03 +01:00
manishkumarr1017
87582ee5c9
PR Review changes
2023-06-23 13:14:48 +05:30
Heyder Andrade
b026b38851
Apply suggestions from code review
...
Co-authored-by: jheysel-r7 <Jack_Heysel@rapid7.com >
2023-06-23 09:36:50 +02:00
manishkumarr1017
375a91e4f7
Merge branch 'rapid7:master' into add_new_column_in_creds
2023-06-23 11:35:34 +05:30
Ashley Donaldson
977f8732c6
Fix cleanup code.
...
The _AppDomainPtr, _AssemblyPtr and _MethodInfoPtr variables are COM smart pointers which will auto-Release() when they go out of scope, so we should not directly Release() them.
2023-06-23 14:01:45 +10:00
Ashley Donaldson
a7ce4c7fa8
Free memory from the C++ side, rather than the Ruby side.
2023-06-23 09:57:53 +10:00
Metasploit
0f65368866
Bump version of framework to 6.3.23
2023-06-22 15:51:18 -05:00
Metasploit
5157897412
automatic module_metadata_base.json update
2023-06-22 13:39:14 -05:00
Spencer McIntyre
b5e028b47c
Land #18100 , Add MOVEit CVE-2023-34362
2023-06-22 14:23:44 -04:00
Spencer McIntyre
dfd450561e
Tweak some messages and cleanup markdown table
2023-06-22 14:23:25 -04:00
bwatters
a05bde217c
Ensure any users we create are deleted
2023-06-22 12:18:07 -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
Redwaysecurity.com
77bb6759a6
Review suggestions
2023-06-22 18:12:13 +02:00
bwatters
5f667e1d79
Address code review
2023-06-22 10:22:43 -05:00
bwatters
a2c2a9193f
Update error catching logic
2023-06-22 08:27:44 -05:00
Metasploit
5b9f22181a
automatic module_metadata_base.json update
2023-06-22 08:18:59 -05:00
dwelch-r7
e298788a28
Land #18049 , Update jenkins login scanner to work with newer versions
2023-06-22 14:04:24 +01:00
Redwaysecurity.com
e2fc3c5eff
Fixed documentation offenses
2023-06-22 14:48:16 +02:00
Redwaysecurity.com
a8332e6064
Added exploit for CVE-2023-25194
2023-06-22 14:17:32 +02:00
cgranleese-r7
ace4c45c5d
Land #18118 , Update UA strings for June 2023
2023-06-22 12:31:09 +01:00
Ashley Donaldson
461240639c
Check PID validity before getting its bitness
2023-06-22 16:05:48 +10:00
Jack Heysel
64b441be2a
Rspec tests, get_broker_port addition
2023-06-22 01:29:33 -04:00
Metasploit
83e65b0ea3
automatic module_metadata_base.json update
2023-06-21 18:17:35 -05:00
Jack Heysel
969b5cd044
Land #18132 , this PR reverts #17942
...
The AMSI bypass improvements in #17942 for new versions of windows
broke psexec. This PR reverts the issue.
2023-06-21 18:49:47 -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
bwatters
2adea08f67
Add documentation & code cleanup
2023-06-21 15:41:50 -05:00
Metasploit
889407354a
automatic module_metadata_base.json update
2023-06-21 13:57:04 -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
bwatters
52907ac794
Add space limitation
2023-06-21 12:56:59 -05:00
bwatters
10c6e6328f
Add user cleanup and update error handling
2023-06-21 12:00:34 -05:00
bwatters
9d16b0043b
Add check method
2023-06-21 11:26:04 -05:00
Spencer McIntyre
ea1641df85
Land #17576 , Update tag handling
...
Update add_host_tag and delete_host_tag to properly handle tagging multiple hosts and then deleting these tags
2023-06-21 11:49:11 -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
bwatters
957339b3c0
Simplify output
2023-06-21 08:34:02 -05:00
cgranleese-r7
0609d246f3
adds more future proofing to implementation
2023-06-21 14:19:24 +01: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
d63c14dc17
Ugly, but working
2023-06-20 20:06:57 -05:00
Jack Heysel
40bd729957
Land #18129 , Update metasploit-payloads gem
...
This PR bumps the metasploit-payloads gem to
version 2.0.143
2023-06-20 17:07:52 -04:00
Spencer McIntyre
5d96b23d19
Update metasploit-payloads gem to 2.0.143
...
Includes changes from:
* rapid7/metasploit-payloads#662
* rapid7/metasploit-payloads#660
2023-06-20 15:14:18 -04:00
cgranleese-r7
5611780d81
Land #18127 , Add railgun reverse lookup tests for osx and linux
2023-06-20 14:27:29 +01:00
cgranleese-r7
b1d437dfe6
Land #18126 , Add additional logging to post test file
2023-06-20 14:26:14 +01:00
Jack Heysel
965a758b48
Land #18124 , Fixes the broken test/extapi module.
2023-06-19 18:42:13 -04:00
adfoster-r7
c535d8081f
Add railgun reverse lookup tests for osx and linux
2023-06-19 16:30:26 +01:00
adfoster-r7
2ac257bcef
Add additional logging to post test file
2023-06-19 16:11:43 +01:00
adfoster-r7
f9b5ea75bc
Fix broken post test extapi tests
2023-06-19 14:11:29 +01:00
Guilhem RIOUX
784f76b355
update after rubocop
2023-06-19 14:31:23 +02:00
usiegl00
1c5b88c59f
Update CachedSize for Mettle
2023-06-19 12:23:40 +02:00
usiegl00
7e3e30f9d0
Bump Mettle Version
2023-06-19 11:56:52 +02:00
usiegl00
22101f15cc
Update Aarch64 Payloads for RuboCop
...
Use msftidy to fix the rubocop errors.
2023-06-19 11:20:23 +02:00
usiegl00
b8068bc781
Cleanup for Sonoma Dyld
...
This adds support for the dyld changes incorperated into Sonoma and
cleans up the existing support for Ventura. This does not break
compatibility with previous versions.
2023-06-19 10:57:37 +02:00
usiegl00
0415565396
Fix for Ventura Dyld
...
This adds support for the dyld changes incorperated into Ventura which
includes changes to the symbols used. This does not break compatibility
with previous versions.
2023-06-19 10:57:37 +02: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
8c4c260911
Mettle now supports aarch64-apple-darwin
...
This bumps the metasploit_payloads-mettle version to enable the new
target triple.
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
Guilhem RIOUX
8d7dc7ae26
Add exploit for unauth RCE Jorani
2023-06-19 06:16:07 +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
44ffafcf62
Add more unit tests
2023-06-16 11:48:43 -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
dwelch-r7
9ef9f98894
Land #18119 , Add support for only running user specified test names
2023-06-16 13:27:31 +01:00
Dean Welch
8527eea15d
Add lazy loading for payloads
2023-06-16 12:04:48 +00:00
adfoster-r7
92c15f8a6a
Add support for only running user specified test names
2023-06-16 11:00:38 +01:00
Ashley Donaldson
5832685f5e
Update UA strings for June 2023
2023-06-16 11:32:37 +10:00
Ashley Donaldson
8b91d729c4
Update tests
2023-06-16 11:29:31 +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
16ef8c4eaa
Add a basic spec for the x509 SAN definition
2023-06-15 15:57:10 -04: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
a31a3513c1
resolve docs conflict
2023-06-15 13:36:21 -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
Metasploit
c168890902
automatic module_metadata_base.json update
2023-06-15 09:28:15 -05:00
bwatters
03d59ba4e7
Land # 18084, Add x86 Linux Fetch Payloads
...
Merge branch 'land-18084' into upstream-master
2023-06-15 09:04:22 -05:00
bwatters
63abeb331d
Remove default value
2023-06-15 08:46:45 -05:00
bwatters
d5a986a4bc
Fix copy/pasta
2023-06-15 08:34:30 -05:00
dwelch-r7
cee72a81e3
Land #18110 , Add namespaced test module logging
2023-06-15 14:30:02 +01:00
dwelch-r7
bc61bbaf7f
Land #18109 , Update test post modules to always have a clean writable file system directory
2023-06-15 14:27:13 +01:00
dwelch-r7
62fd3ec536
Land #18108 , Fix flakey post test services module
2023-06-15 13:45:43 +01:00
dwelch-r7
3010b565ce
Land #18107 , Extract rspec wait for expect helper
2023-06-15 13:42:13 +01:00
dwelch-r7
8da6f1efb9
Land #18105 , Fix time command bug when running complex commands
2023-06-15 13:41:16 +01:00
cgranleese-r7
5afba17a79
Land #18115 , Update unknown windows errors on python meterpreter to include original error code
2023-06-15 12:52:13 +01:00
cgranleese-r7
c85b017c9e
Land #18106 , Update SessionTLVLogging to no longer truncate useful values
2023-06-15 12:50:33 +01:00
adfoster-r7
8f11798f5f
Update unknown windows errors on python meterpreter to include hex error code
2023-06-15 11:56:32 +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
adfoster-r7
552b76aa8f
Initialize to an empty string
2023-06-15 01:44:42 +01:00
Metasploit
e7bbd34e0d
automatic module_metadata_base.json update
2023-06-14 17:53:56 -05:00
adfoster-r7
51dc30909a
Land #17670 , add module to exploit CVE-2019-16328
2023-06-14 23:30:33 +01:00
adfoster-r7
c93adfb697
Land #17781 , adds support for module writers to supply include_dir iquote options when compiling mingw
2023-06-14 22:47:10 +01:00
Jack Heysel
2632d33583
Land #18112 , fix symlink test bug
...
This PR fixes a symlink test bug when running
a python meterpreter on windows.
2023-06-14 16:42:53 -04:00
Spencer McIntyre
1823801510
Add some tests for NtdsCaSecurityExt
2023-06-14 16:18:10 -04:00
Spencer McIntyre
ae4faca1ba
Update module docs to discuss KB5014754 changes
2023-06-14 16:18:04 -04:00
Spencer McIntyre
6988227ee4
Fix AS-REQ with PKINIT and NTDS_CA_SECURITY_EXT
2023-06-14 16:18:04 -04:00
Spencer McIntyre
3ee02a0e41
Add the ALT_SID datastore option
2023-06-14 16:17:58 -04:00
adfoster-r7
2a66987e39
Fix symlink test bug when running python meterpreter on windows
2023-06-14 20:12:05 +01:00
adfoster-r7
bec47e8b59
Fix unitialized constant error when meterpreter registry key reads timeout
2023-06-14 19:50:28 +01:00
adfoster-r7
75d74d2e3c
Add namespaced test module logging
2023-06-14 19:35:54 +01:00
adfoster-r7
dc5a42bd7d
Update test post modules to always have a clean file system directory
2023-06-14 19:27:19 +01:00
adfoster-r7
5b18475457
Extract rspec wait for expect helper
2023-06-14 19:10:05 +01:00
adfoster-r7
95f30d1f3f
Fix flakey post test services module
2023-06-14 18:56:20 +01:00
Jack Heysel
6f297a8619
Land #18102 , bump metasploit-payloads 2.0.140
...
This metasploit-payloads bump is a fix for false negatives
on files not existing on windows python meterpreter
2023-06-14 13:51:27 -04:00
adfoster-r7
69b7635f0f
Update SessionTLVLogging to no longer truncate useful values
2023-06-14 18:39:58 +01:00
adfoster-r7
2d87447db7
Fix time command bug when running complex commands
2023-06-14 18:01:47 +01:00
adfoster-r7
fb6bb4031c
Fix issue that falsely caused empty file reads on meterpreter
2023-06-14 17:50:54 +01:00
Jeffrey Martin
d3fa7608db
Land #18103 , lock nokogiri due to compile issue
2023-06-14 11:40:08 -05:00
Jeffrey Martin
ceb85e08c9
update to latest nokogiri 1.14.x
2023-06-14 11:30:25 -05:00
Jeffrey Martin
b2d0cdaa28
lock nokogiri due to compile issue
2023-06-14 11:21:49 -05:00
adfoster-r7
00d1f03b8a
Fix false negatives on files not existing on windows python meterpreter
2023-06-14 17:09:06 +01:00
cgranleese-r7
966dec5b03
Land #18101 , Fix macOS route command when mac addresses are split by dots
2023-06-14 17:01:32 +01:00
adfoster-r7
793e0887ff
Fix osx route command when mac addresses are split by dots
2023-06-14 16:43:51 +01:00
bwatters
f5f61ca508
Start of MOVEit port
2023-06-14 10:04:07 -05:00
cgranleese-r7
9187b96756
Land #18099 , Fix python meterpreter subprocess deadlock and file descriptor leak
2023-06-14 15:40:10 +01:00
adfoster-r7
b9f260d0f7
Land #18089 , Add Masm support
2023-06-14 13:51:41 +01:00
dwelch-r7
de07c2eae2
Land #18098 , Fix rex-text crashes when running ruby 3.3
2023-06-14 13:26:02 +01:00
Jeffrey Martin
41429aec97
Land #18080 , Weekly dependency updates for Gemfile.lock
2023-06-14 07:16:48 -05:00
adfoster-r7
d6a50acf83
Fix python meterpreter subprocess deadlock and file descriptor leak
2023-06-14 13:10:46 +01:00
dwelch-r7
1b35a9f916
Land #18051 , Add appropriate skips to post test modules
2023-06-14 13:06:37 +01:00
adfoster-r7
f30bc86c8a
Fix rex-text crashes when running ruby 3.3
2023-06-14 13:04:20 +01:00
cgranleese-r7
fe737b55b9
Land #18097 , Fix python meterpreter crashing when extracting osx network configuration
2023-06-14 12:49:10 +01:00
adfoster-r7
d414eea087
Add appropriate skips to post test modules
2023-06-14 12:37:02 +01:00
adfoster-r7
21b2e3a597
Fix python meterpreter crashing when extracting osx network configuration
2023-06-14 12:28:15 +01:00
dwelch-r7
68c48ef984
Land #18050 , Add module for running all post test modules
2023-06-14 12:14:57 +01:00
Metasploit
968a151de9
automatic module_metadata_base.json update
2023-06-13 17:37:51 -05:00
Jack Heysel
c98cc00de9
Land #18075 , RocketMQ version scanner
2023-06-13 18:15:34 -04:00
Jeffrey Martin
efd49f07b0
update migration calls in spec
...
As of Rails 7.0.5 the `migrations_paths` are called once in spec run
2023-06-13 17:15:19 -05:00
space-r7
7af22bfd41
Land #18077 , add Symmetricom unauth cmd injection
2023-06-13 17:07:16 -05:00
space-r7
5535401345
add exploit rank
2023-06-13 17:05:30 -05:00
bwatters
cabae172f9
Remove superfluous setup_handler
2023-06-13 16:03:55 -05:00
bwatters
548d7e76a8
Fix accidental diff
2023-06-13 16:01:58 -05:00
Metasploit
9f276bd727
automatic module_metadata_base.json update
2023-06-13 15:57:29 -05: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
Steve Campbell
37bc9cd5a4
Update symmetricom_syncserver_rce.rb
...
Updated info to add allowed SRVPORT and LPORT, and fixed issue with srvport variable not used.
2023-06-13 16:22:08 -04:00
Metasploit
401820ddfb
automatic module_metadata_base.json update
2023-06-13 14:50:28 -05:00
space-r7
091ee36b44
Land #18086 , add TerraMaster cmd injection
2023-06-13 14:34:42 -05:00
space-r7
cbf7109c51
add rubocop fixes and some metadata
2023-06-13 13:44:23 -05:00
space-r7
0d85c9e380
add module documentation
2023-06-13 13:14:51 -05:00
Spencer McIntyre
c41483250f
Fix an edge case in .to_win32pe
...
When the entry point is after the payload, there woud occassionally be
cases where `poff` and `eidx` to be invalid, causing `entry` to be
truncated. `poff` should never be negative and `eidx` should reserve the
256 bytes that `entry` may occupy.
2023-06-13 13:41:47 -04:00
bwatters
1af9660296
Add routable address type
2023-06-13 10:29:15 -05:00
bwatters
9e773b3f35
Fix issue with info command and IP address check
2023-06-13 10:16:07 -05:00
SinSinology
fd5e4dfc39
VMWare vRealize Network Insight pre-authenticated RCE CVE-2023-20887
...
Technical details at
https://summoning.team/blog/vmware-vrealize-network-insight-rce-cve-2023-20887/
2023-06-13 15:16:11 +01:00
Metasploit
09ae3828d0
automatic module_metadata_base.json update
2023-06-13 09:02:42 -05:00
Jeffrey Martin
fa33052cf8
Land #18090 , Update the exported keytab table entries to sort by db insert id
2023-06-13 08:13:25 -05:00
Professor Araout
1fbfc8e4d4
Update lib/metasploit/framework/compiler/mingw.rb
...
Error in github review, replaced line 39 instead of 37-38-39 -> Fixed
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-06-13 15:04:00 +02:00
Professor Araout
0b320f6209
Update lib/metasploit/framework/compiler/mingw.rb
...
Review made by @adfoster-r7 and tested by @ARaout
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-06-13 14:59:22 +02:00
Professor Araout
9d315af25e
Update lib/metasploit/framework/compiler/mingw.rb
...
Review made by @adfoster-r7 and tested by @ARaout
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-06-13 14:59:15 +02:00
Professor Araout
cb105d8978
Update lib/metasploit/framework/compiler/mingw.rb
...
Review made by @adfoster-r7 and tested by @araout
Works perfect
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-06-13 14:58:36 +02:00
adfoster-r7
7fe6b8f481
Update the exported keytab table entries to sort by db insert id
2023-06-13 09:14:06 +01:00
Ashley Donaldson
8d1e7a386c
Rubocop and code review suggestions
2023-06-13 15:58:30 +10:00
shellchocolat
0761f8f729
[+] add masm output support
2023-06-13 06:55:16 +02:00
Metasploit
96ba121973
automatic module_metadata_base.json update
2023-06-12 18:17:41 -05:00
Jack Heysel
f97ab80224
Land #17942 , Improve AMSI bypass on new Windows
...
The script generated by the web_delivery module is blocked
by the Antimalware Scan Interface (AMSI) on newer versions
of windows. This PR allows the script to bypass AMSI.
2023-06-12 18:50:48 -04:00
Jack Heysel
14dc102e31
Bump rex-powershell to 0.1.98
2023-06-12 16:34:28 -04:00
Steve Campbell
ed516faa93
Update modules/exploits/linux/http/symmetricom_syncserver_rce.rb
...
Added link to CVE
Co-authored-by: Shelby Pace <40177151+space-r7@users.noreply.github.com >
2023-06-12 16:34:24 -04:00
Steve Campbell
5b73c8fea1
Update modules/exploits/linux/http/symmetricom_syncserver_rce.rb
...
Added CVE
Co-authored-by: Shelby Pace <40177151+space-r7@users.noreply.github.com >
2023-06-12 16:33:57 -04:00
Steve Campbell
4e4d09862e
Update modules/exploits/linux/http/symmetricom_syncserver_rce.rb
...
Fixed misspelling
Co-authored-by: Shelby Pace <40177151+space-r7@users.noreply.github.com >
2023-06-12 16:32:12 -04:00
Steve Campbell
bc2fb0c919
Update modules/exploits/linux/http/symmetricom_syncserver_rce.rb
...
Updated heading
Co-authored-by: Shelby Pace <40177151+space-r7@users.noreply.github.com >
2023-06-12 16:31:21 -04:00
h00die-gr3y
4479d94658
Updates based on review comments from space-r7 and jvoisin
2023-06-12 19:28:08 +00:00
adfoster-r7
c8f942cc03
Land #17955 , Golf a bit the php payload
2023-06-12 16:31:00 +01:00
h00die-gr3y
7cd3854208
Removed Webshell upload and updated documentation
2023-06-12 13:58:59 +00:00
Spencer McIntyre
834ad18d28
Land #18069 , Handle LDAP UnbindRequest
...
Remote::JndiInjection: handle LDAP UnbindRequest
2023-06-12 09:53:38 -04:00
RageLtMan
668b72a4ca
Rex::Proto::LDAP::Server handle LDAP UnbindRequest
2023-06-10 09:42:58 -04:00
RageLtMan
ead8a99d79
AWS EC2 Enum: handle limits properly
...
Get all instances if limit is not set, improve output slightly.
Note: `inst.network_interfaces.select {|iface| iface.association}`
appears to have problems with multiple calls at run time - says
that the AWS SDK is trying to call `:[]` on `nil` but works in Pry.
2023-06-10 08:45:25 -04:00
Jeffrey Martin
c33fe50bbb
remove overzealous error handler
...
Update the error handling around the EC2 sdk to follow official documentation:
https://github.com/aws/aws-sdk-ruby/blob/a350a9cf9946aadd1292df6936aecd706c6ddd85/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb#L68-L72
2023-06-10 08:45:25 -04:00
Jeffrey Martin
b1477a8616
add new notes metadata
2023-06-10 08:45:25 -04:00
RageLtMan
afdcf76ef6
AWS EC2 enum: rubocop pass
2023-06-10 08:45:25 -04:00
RageLtMan
a04b54486f
AWS EC2 enum: parse tags
2023-06-10 08:45:25 -04:00
RageLtMan
00eed69b92
AWS EC2 enum: implement reporting
2023-06-10 08:45:25 -04:00
h00die-gr3y
db8a49cc99
Updated documentation
2023-06-10 12:14:05 +00:00
h00die-gr3y
417c9fa591
init commit module and documentation
2023-06-10 09:42:32 +00:00
Metasploit
43003eefa8
automatic module_metadata_base.json update
2023-06-09 18:11:26 -05:00
space-r7
c9af514be4
Land #18063 , add TerraMaster webshell upload
2023-06-09 17:55:32 -05:00
Spencer McIntyre
c579c43b72
Update payloads_spec.rb for x86 fetch
2023-06-09 16:50:28 -04:00
Spencer McIntyre
0ba65b7393
Add the x86 fetch payloads
2023-06-09 16:47:45 -04:00
Metasploit
fce6450a95
automatic module_metadata_base.json update
2023-06-09 14:18:50 -05:00
Spencer McIntyre
4c817ce1de
Land #17946 , CVE-2023-21839 - Oracle Weblogic RCE
...
CVE-2023-21839 - Oracle Weblogic PreAuth Remote Command Execution via ForeignOpaqueReference IIOP Deserialization
2023-06-09 14:55:43 -04:00
Grant Willcox
50dfde1f7a
Land #18083 , Update metasploit-payloads gem to 2.0.136
2023-06-09 12:47:37 -05:00
Metasploit
5dba72cf5e
automatic module_metadata_base.json update
2023-06-09 12:46:16 -05:00
space-r7
c8609d7983
Land #18070 , add TerraMaster chained exp module
2023-06-09 12:29:47 -05:00
Grant Willcox
694c1006e4
Add more IPv6 support in to the module
2023-06-09 12:24:35 -05:00
Spencer McIntyre
eab324714d
Update metasploit-payloads gem to 2.0.136
...
Includes changes from:
* rapid7/metasploit-payloads#656
2023-06-09 12:57:02 -04:00
adfoster-r7
7ab610c7bd
Land #18058 , Improve code navigation docs and add debugging page
2023-06-09 15:59:05 +01:00
Grant Willcox
ae4e616c3b
Update Navigating-And-Undstanding-Metasploits-Codebase to add new code navigation tools and debugging tools
...
Move debugging info into same file and make markdown match standards
Add more info on Pry debugging using Alan David Foster's explaination
Fix up broken URL links and format new URL links correctly
Fix up formatting and add information on Debug.gem supported commands
2023-06-09 09:17:46 -05:00
Spencer McIntyre
296a7afc86
Land #18076 , Don't use length for freeing.
2023-06-09 10:10:29 -04:00
Spencer McIntyre
66d2477d62
Add some tests for NtdsCaSecurityExt
2023-06-09 09:27:35 -04:00
Metasploit
caba471cfb
automatic module_metadata_base.json update
2023-06-09 08:18:52 -05:00
Spencer McIntyre
1284cb39d0
Land #18016 , CVE-2023-28771 - Zyxel Cmd Injection
...
CVE-2023-28771 - Zyxel Command Injection
2023-06-09 09:03:03 -04:00
sfewer-r7
27f5a789c9
rework the exploit to use the new MIPS64 fetch payload adapters. Removed the seperate command and dropper targets in favor of a single default target which can do both thanks to fetch payloads. Removed the redundant IO select() call which was bad copy pasta on my part.
2023-06-09 09:47:57 +01:00
Stephen Fewer
a1528556e0
Merge branch 'rapid7:master' into CVE-2023-28771
2023-06-09 09:42:19 +01:00
Metasploit
31c65c8a35
automatic module_metadata_base.json update
2023-06-08 19:33:07 -05:00
bwatters
039f238dd4
Land #18068 , Fix VBS stager in shell_to_meterpreter
...
Merge branch 'land-18068' into upstream-master
2023-06-08 19:16:54 -05:00
h00die-gr3y
dfc366e022
Latest updates based on reviewers comments
2023-06-08 21:25:40 +00:00
h00die
3e538a34af
review comments
2023-06-08 16:38:22 -04:00
Grant Willcox
dce2965d3f
Bump up dependency versions
2023-06-08 14:20:59 -05:00
Metasploit
4b082b997b
automatic module_metadata_base.json update
2023-06-08 14:16:14 -05:00
Spencer McIntyre
238118e8b5
Update module docs to discuss KB5014754 changes
2023-06-08 15:10:35 -04:00
Spencer McIntyre
2acc014014
Fix AS-REQ with PKINIT and NTDS_CA_SECURITY_EXT
2023-06-08 15:10:35 -04:00
Spencer McIntyre
47835b57a7
Add the ALT_SID datastore option
2023-06-08 15:10:27 -04:00
Spencer McIntyre
5b5c29842c
Land #18022 , Add post/windows/manage/make_token
...
Add update_token to MSF + make_token post-ex module
2023-06-08 14:53:22 -04:00
Spencer McIntyre
d8870d7876
Address msftidy_docs complaints
2023-06-08 14:52:57 -04:00
Metasploit
92cf562950
Bump version of framework to 6.3.21
2023-06-08 12:12:50 -05:00
Metasploit
55e67ac5cd
automatic module_metadata_base.json update
2023-06-08 11:47:13 -05:00
Steve Campbell
229fc0c002
Added symmetricom_syncserver_rce.rb
2023-06-08 12:46:10 -04:00
Christophe De La Fuente
c08f1971cc
Land #18040 , Fix Python's payload issue with Windows
2023-06-08 18:28:07 +02:00
Metasploit
601306b795
automatic module_metadata_base.json update
2023-06-08 08:56:26 -05:00
Grant Willcox
a1e930397a
Land #18072 , Add CVE-2023-1133 - .NET Deserialization exploit for Delta Electronics InfraSuite Device Master
2023-06-08 08:42:07 -05:00
h00die-gr3y
0bcd930f61
Updated NAS model and version check
2023-06-08 09:12:45 +00:00
h00die-gr3y
b3b0cb4ccf
Updates based on space-r7 comments
2023-06-08 07:39:44 +00:00
Ashley Donaldson
717ceae45b
Don't use length for freeing.
...
MSDN says this will never succeed - should always be zero.
2023-06-08 15:02:41 +10:00
manishkumarr1017
6030f75b1a
fixing indentation for shell reverse tcp payload
2023-06-08 06:52:33 +05:30
manishkumarr1017
d454e23aa0
decoding bytes from all python payloads
2023-06-08 06:44:37 +05:30
space-r7
74dd134783
add options in scenarios output
2023-06-07 17:15:28 -05:00
Grant Willcox
4465582fee
Add in link to archived version of the installer
2023-06-07 16:51:01 -05:00
Shelby Pace
3bc145c02c
Update modules/exploits/windows/misc/delta_electronics_infrasuite_deserialization.rb
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2023-06-07 16:42:01 -05:00
Shelby Pace
2738906f87
Update documentation/modules/exploit/windows/misc/delta_electronics_infrasuite_deserialization.md
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2023-06-07 16:41:44 -05:00
Shelby Pace
54649fb856
Update documentation/modules/exploit/windows/misc/delta_electronics_infrasuite_deserialization.md
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2023-06-07 16:41:37 -05:00
Shelby Pace
4377ff037a
Update documentation/modules/exploit/windows/misc/delta_electronics_infrasuite_deserialization.md
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2023-06-07 16:41:28 -05:00
Shelby Pace
60c642bcd0
Update documentation/modules/exploit/windows/misc/delta_electronics_infrasuite_deserialization.md
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2023-06-07 16:41:19 -05:00
h00die
e3bcc9ac08
rocketmq version scanner
2023-06-07 17:29:53 -04:00
Metasploit
72102de2f2
automatic module_metadata_base.json update
2023-06-07 15:06:56 -05:00
Grant Willcox
5b39eaafc1
Land #18074 , Fix exception handling in gitlab_github_import_rce_cve_2022_2992 module
2023-06-07 14:52:21 -05:00
Metasploit
dbc7a8cb61
automatic module_metadata_base.json update
2023-06-07 14:48:34 -05:00
Grant Willcox
23451260af
Land #18064 , Add support for beta and prerelease versions to grafana_plugin_traversal
2023-06-07 14:33:31 -05:00
Grant Willcox
b923b0c8c3
Add in a typo fix
2023-06-07 11:34:00 -05:00
Grant Willcox
ffbd690a33
Add in ability to support detecting preview versions
2023-06-07 11:25:51 -05:00
space-r7
8f6b421dc1
add non-capture group
2023-06-07 10:52:58 -05:00
Metasploit
d3c662b42b
automatic module_metadata_base.json update
2023-06-07 08:35:09 -05:00
Christophe De La Fuente
82c8b5418e
Land #17936 , PaperCutNG Authentication Bypass with RCE
2023-06-07 15:05:51 +02:00
Christophe De La Fuente
991b9604e5
Add options to the documentation
2023-06-07 15:05:12 +02:00
Metasploit
aa1a014d89
automatic module_metadata_base.json update
2023-06-07 06:25:49 -05:00
Christophe De La Fuente
f88cb3b847
Land #18039 , gitlab file read CVE-2023-2825
2023-06-07 13:07:54 +02:00
h00die-gr3y
46fcdb76d5
Updates based on jvoisin comments
2023-06-07 08:27:55 +00:00
h00die
4950cb3424
review adjustments
2023-06-06 16:24:38 -04:00
space-r7
2fcd97f5ef
close socket
2023-06-06 14:37:58 -05:00
space-r7
102a32c87b
add SCREEN_EFFECTS and akb assessment
2023-06-06 14:12:21 -05:00
space-r7
3b53966caa
add installation steps
2023-06-06 12:14:14 -05:00
Christophe De La Fuente
451735ad15
Fix exception handler & add doc
2023-06-06 17:43:22 +02:00
catatonicprime
a03603d076
Documentation linting.
2023-06-06 15:35:20 +00:00
h00die-gr3y
2e34d69133
Added documentation
2023-06-06 12:18:59 +00:00
cgranleese-r7
18ddd72285
Update jenkins login scanner to work with newer versions
2023-06-06 11:54:55 +01:00
attl4s
ec948b5c16
add documentation
2023-06-06 10:04:57 +02:00
attl4s
a34c3cf055
linted - all offenses addressed
2023-06-06 09:07:57 +02:00
h00die-gr3y
3e6ae74886
init commit module
2023-06-06 07:07:36 +00:00
RageLtMan
e6b1ae2af8
Remote::JndiInjection: handle LDAP UnbindRequest
2023-06-06 00:54:40 -04:00
space-r7
5f7ae883f8
add documentation
2023-06-05 17:38:58 -05:00
space-r7
a12b58df22
add cmdstager usage, description, and metadata
2023-06-05 17:38:27 -05:00
Ashley Donaldson
61539ac260
Fix VBS stager in shell_to_meterpreter.
2023-06-06 07:23:58 +10:00
Metasploit
80e14846fe
automatic module_metadata_base.json update
2023-06-05 13:57:46 -05:00
Grant Willcox
0d094f8645
Land #17917 , shell_to_meterpreter: Support using bind payloads with PAYLOAD_OVERRIDE
2023-06-05 13:36:30 -05:00
Grant Willcox
d029b26b4f
Land #18062 , Created mixin to retrieve the architecture of the current shell.
2023-06-05 12:58:57 -05:00
h00die-gr3y
52745a96d7
Added documentation
2023-06-05 17:18:57 +00:00
Grant Willcox
94ef437f9f
Add in YARD documentation
2023-06-05 12:10:10 -05:00
Grant Willcox
9574c79d36
Remove extra code
2023-06-05 12:07:27 -05:00
Metasploit
70d0b5eee6
automatic module_metadata_base.json update
2023-06-05 11:20:27 -05:00
Grant Willcox
6f2f51bdc3
Land #18066 , refactor archer_c7_traversal as gather module
2023-06-05 10:57:50 -05:00
h00die-gr3y
00e39eb540
updated CMD stager order
2023-06-05 14:54:31 +00:00
Jeffrey Martin
4e91a4e93d
refactor archer_c7_traversal as gather module
...
* Update modules landed as a scanner into a more appropriate category.
* Adds a check method based on TP-link default `TITLE` html.
* Rename module consistent with existing exploit.
2023-06-05 09:07:11 -05:00
ErikWynter
ba3d6dc0f9
fix typo in print statement from original module
2023-06-05 16:21:00 +03:00
ErikWynter
12f59d54df
print the full version to the console
2023-06-05 15:49:06 +03:00
ErikWynter
c5ff96fdfe
grafana_plugin_traversal bugfix
2023-06-05 15:40:27 +03:00
h00die-gr3y
07def1c9f0
init commit module
2023-06-05 11:19:42 +00:00
Ashley Donaldson
795980260b
Created mixin to retrieve the architecture of the current shell.
...
Currently only supports Windows, but does work on Win2000 upwards.
2023-06-05 11:10:53 +10:00
RadioLogic
ed5eeea2e6
Added a lot of vprints
2023-06-02 21:13:30 -04:00
RadioLogic
e743edb933
Fixed instance of no groups
2023-06-02 21:13:10 -04:00
RadioLogic
3dcfaac0de
Removed use of manual binary in platform check
2023-06-02 21:12:05 -04:00
RadioLogic
e2d56c02c4
Added use of sysinfo for getting OS
2023-06-02 21:11:41 -04:00
RadioLogic
3af89850dd
Added faulire for shell not existing
2023-06-02 21:11:02 -04:00
RadioLogic
c2a48cde7c
Added post module to cleanly add new users
2023-06-02 19:11:16 -04:00
space-r7
1c5f8e09c8
add check method and new options
2023-06-02 17:59:04 -05:00
h00die
8f3325bcf8
move gitlab_auth_subgroups to gahter instead of scanner
2023-06-02 18:06:44 -04:00
Grant Willcox
1a36b81ba0
Land #18057 , Update metasploit-payloads gem to 2.0.135
2023-06-02 13:03:34 -05:00
Metasploit
c9627a7274
automatic module_metadata_base.json update
2023-06-02 11:30:01 -05:00
Spencer McIntyre
734e0b099e
Land #18018 , Add in CVE-2023-29084
...
Add in CVE-2023-29084 - Zoho ManageEngine ADManager Plus ChangePasswordAction
Authenticated Command Injection
2023-06-02 12:14:43 -04:00
Metasploit
7a2505e6f8
automatic module_metadata_base.json update
2023-06-02 11:10:00 -05:00
bwatters
1e9d286c77
Land #18044 , Add MIPS64 Linux Fetch Payloads
...
Merge branch 'land-18044' into upstream-master
2023-06-02 10:53:43 -05:00
Grant Willcox
7728e1e2fb
Add in new library function for escaping PowerShell literals
2023-06-02 10:22:56 -05:00
Grant Willcox
617aff5a43
Fix up supported payloads and remove nonused parameter
2023-06-02 09:48:03 -05:00
Grant Willcox
f7d2cdae56
Add in ability to restore settings n documentation changes.
...
Previously there was not the ability to restore the server proxy setting.
This updates the code to do so. Additionally this also updates the documentation
to note that Fetch payloads are incompatible with this module since they
use HTTP connections that will be impacted by this module changing the server's
HTTP proxy settings. There is no way around this.
2023-06-02 09:48:03 -05:00
Grant Willcox
965311d09e
Fix documentation and fix bug in creating PARMS value
2023-06-02 09:48:02 -05:00
Grant Willcox
6e89f9b275
Address review comments
2023-06-02 09:48:02 -05:00
Grant Willcox
3ab4173d6c
Fix up base64 encoder to properly quote strings - credit to @smcintyre-r7 for the fix
2023-06-02 09:48:02 -05:00
Grant Willcox
8577f21e52
Add in documentation and updated code
2023-06-02 09:48:01 -05:00
Grant Willcox
05bb3cd182
Update again
2023-06-02 09:48:01 -05:00
Grant Willcox
c78a9bac1d
Remove dropper target and try expand potential BadChars and limit payload size???
2023-06-02 09:48:01 -05:00
Grant Willcox
6d066dc649
Add in initial copy of exploit
2023-06-02 09:47:49 -05:00
Spencer McIntyre
372f9cdcfc
Update metasploit-payloads gem to 2.0.135
...
Includes changes from:
* rapid7/metasploit-payloads#648
* rapid7/metasploit-payloads#637
* rapid7/metasploit-payloads#646
* rapid7/metasploit-payloads#645
* rapid7/metasploit-payloads#643
* rapid7/metasploit-payloads#640
2023-06-02 09:49:57 -04:00
Metasploit
93614513ec
automatic module_metadata_base.json update
2023-06-02 08:43:07 -05:00
Spencer McIntyre
8b641c4c97
Land #18055 , Update aws_keys to run against linux
...
Update post/multi/gather/aws_keys to run against linux sessions
2023-06-02 09:28:13 -04:00
Spencer McIntyre
a6f1be8efd
Add new payloads to payloads_spec.rb
2023-06-02 09:07:18 -04:00
Metasploit
48b86c2578
automatic module_metadata_base.json update
2023-06-02 06:11:26 -05:00
Christophe De La Fuente
4661e9721e
Land #18002 , Added cmd useradd payload
2023-06-02 12:53:49 +02:00
manishkumarr1017
f8460dcdd2
PR Review changes for removing platform specific code
2023-06-02 14:50:46 +05:30
h00die
da2e339ae8
review adjustments
2023-06-02 05:15:44 -04:00
space-r7
a66641da55
add delta electronics infrasuite deserialization
2023-06-01 17:57:57 -05:00
Grant Willcox
0f71613b66
Land #18056 , Modify command stagers to not go over 100%
2023-06-01 16:06:13 -05:00
Metasploit
9b929dab14
automatic module_metadata_base.json update
2023-06-01 15:28:09 -05:00
Grant Willcox
7f7c5ea1f1
Land #17868 , Improve check_host return code handling
2023-06-01 15:04:59 -05:00
Grant Willcox
f6dc2c007a
Fix up messages to more closely match check code messages and fix typos
2023-06-01 12:38:20 -05:00
adfoster-r7
c6816fceec
Update post agther aws keys to run against linux
2023-06-01 18:19:11 +01:00
Ryuuuuu
d535bb87ad
Fix up logic to handle check_host return codes
2023-06-01 12:17:59 -05:00
Metasploit
25e8cf8faf
Bump version of framework to 6.3.20
2023-06-01 12:10:08 -05:00
Zach Goldman
96f2c96a75
modify command stagers to not go over 100%
2023-06-01 12:07:07 -05:00
RadioLogic
4183cd444d
Added unixcrypt to payload
2023-06-01 12:30:26 -04:00
Grant Willcox
068e0f5192
Land #18052 , Fix broken file upload test on Windows sessions
2023-06-01 11:22:18 -05:00
Metasploit
2c987da8e1
automatic module_metadata_base.json update
2023-06-01 11:11:29 -05:00
Christophe De La Fuente
8ed981e575
Land #18003 , Archer c7 traversal
2023-06-01 17:37:13 +02:00
Spencer McIntyre
8378435051
Land #17430 , Add AWS SSM Sessions
2023-06-01 11:34:40 -04:00
RadioLogic
c336f179d6
Gave rootmethod option better description
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-06-01 11:32:39 -04:00
RadioLogic
d868d0ec14
Fixed double checking of sudoers
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-06-01 11:32:03 -04:00
adfoster-r7
4340245b14
Fix broken binary file upload test on windows sessions
2023-06-01 14:18:53 +01:00
adfoster-r7
46f7f8e7b0
Add module for running all post test modules
2023-06-01 11:51:33 +01:00
Ashley Donaldson
7f4bda193d
Support retrieving Service Pack version on older OSes
2023-06-01 10:48:17 +10:00
Spencer McIntyre
9349dd24e3
Add a proper definition for NtdsCaSecurityExt
2023-05-31 17:31:33 -04:00
Grant Willcox
2a410e126d
Land #18026 , Fix non-deterministic test module load failures
2023-05-31 15:09:17 -05:00
h00die
1267d067b3
move gitlab_subgroup to gitlab_authenticated_subgroup
2023-05-31 15:29:00 -04:00
Grant Willcox
ab12bee83e
Fix single quote issue
2023-05-31 14:25:02 -05:00
catatonicprime
3875947f7d
Removing unnecessary assignment
2023-05-31 19:17:30 +00:00
Metasploit
d60f21df24
automatic module_metadata_base.json update
2023-05-31 12:49:42 -05:00
RadioLogic
0e477bdc9a
Used unixcrypt to create encrypted password
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-31 13:47:29 -04:00
RadioLogic
2fab56f905
Made cachesize dynamic
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-31 13:46:05 -04:00
Grant Willcox
6756047f1f
Land #18028 , Add Apache NiFi login scanner module
2023-05-31 12:25:18 -05:00
Grant Willcox
ccbdd7870e
Update documentation
2023-05-31 11:57:42 -05:00
Catatonic Prime
6351c66b1e
Update modules/exploits/multi/http/papercut_ng_auth_bypass.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-31 08:56:13 -07:00
Catatonic Prime
6ad9ebb5c0
Update modules/exploits/multi/http/papercut_ng_auth_bypass.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-31 08:48:53 -07:00
Grant Willcox
1fd2d41835
Fix typos and add dig for safe navigation
2023-05-31 10:34:10 -05:00
shellchocolat
1fbba702de
add support to masm formatting
2023-05-31 17:17:17 +02:00
Ashley Donaldson
4b1158d5f1
Use existing shell registry logic
2023-05-31 11:24:33 +10:00
Grant Willcox
cf9f9905e3
Fix more typos
2023-05-30 17:30:57 -05:00
Ashley Donaldson
778a2c47b7
Updated unit tests to use registry
2023-05-31 08:09:54 +10:00
Grant Willcox
c0671c325a
Touch up typos in documentation
2023-05-30 15:27:31 -05:00
Spencer McIntyre
d7098aa06d
Add MIPS64 fetch adapters
2023-05-30 15:03:06 -04:00
Spencer McIntyre
8a0dfa57a0
Drop size requirement and fix descriptions
...
The size requriement is used when the adapted payload is executed from
the command line but that's not the case for the fetch payloads which
execute a command to fetch the payload from a URL. The payload size
doesn't matter because it's included in the executable file hosted at
the URL.
2023-05-30 15:03:06 -04:00
catatonicprime
530ed911f4
Fixing ZDI ID
2023-05-30 19:03:01 +00:00
catatonicprime
b376dac34b
okay linter
2023-05-30 18:40:59 +00:00
catatonicprime
cbf850b2b7
Apparently the comment after the rescue squelchs the linter.
2023-05-30 18:38:48 +00:00
Grant Willcox
3d63d0b097
Land #18030 , Fix missing return in HTTP CmdStagers
2023-05-30 13:14:21 -05:00
Grant Willcox
42d4c73cda
Land #18031 , Improve help for "edit" and "log" commands
2023-05-30 11:43:21 -05:00
Metasploit
490a30aa4a
automatic module_metadata_base.json update
2023-05-30 11:34:17 -05:00
Grant Willcox
d194cf28eb
Land #18032 , Escape braces after all in cmd/brace encoder
2023-05-30 11:18:34 -05:00
Metasploit
4da004938f
automatic module_metadata_base.json update
2023-05-30 10:27:30 -05:00
Grant Willcox
002c575ee1
Land #18036 , Fix incorrect error handling in IBM sametime enumerate users module
2023-05-30 09:53:54 -05:00
Christophe De La Fuente
ef89219715
Land #17899 , Dolibarr 16 unauthenticated contact database dump
2023-05-30 16:41:28 +02:00
Christophe De La Fuente
7bde39ae73
Fixes from code review
2023-05-30 13:26:56 +02:00
adfoster-r7
e2718eb40c
Land #18019 , Fixes validation for to_handler command for Evasion and Payload modules
2023-05-30 10:39:01 +01:00
Ashley Donaldson
568e346d11
Support Windows 2000 by using ver command
2023-05-30 13:23:44 +10:00
Ashley Donaldson
a94f78ec03
Use direct registry lookups to get version data, to cater for different language packs.
2023-05-30 12:21:12 +10:00
adfoster-r7
a5171ffa3a
Land #18041 , Minor fix in vsftpd_232.md docs
2023-05-29 23:59:54 +01:00
Metasploit
d74b221df3
automatic module_metadata_base.json update
2023-05-29 17:02:08 -05:00
Jack Heysel
b575f92d0a
Minor fix in vsftpd docs
2023-05-29 17:55:36 -04:00
Jack Heysel
0b9aff0661
Land #18004 , VSFTPD Dos Module
...
This PR adds a dos module for cve-2011-0762
which exploits the vsftpd server
2023-05-29 17:39:02 -04:00
jheysel-r7
1018ed1aaf
Update documentation/modules/auxiliary/dos/ftp/vsftpd_232.md
2023-05-29 15:40:42 -04:00
Metasploit
b9038bfbfb
automatic module_metadata_base.json update
2023-05-29 11:48:51 -05:00
Jack Heysel
fa6d168121
Land #18025 , Apache NiFi version scanner module
...
This PR adds a verion scanner for Apache Nifi
2023-05-29 12:21:39 -04:00
manishkumarr1017
bebf8d4db8
changing payload structure of python's reverse_tcp for fixing windows bytes args is not allowed issue
2023-05-29 21:38:16 +05:30
h00die
5f308e0176
gitlab file read CVE-2023-2825
2023-05-29 00:55:02 -04:00
h00die
01359e77a7
gitlab file read CVE-2023-2825
2023-05-29 00:52:07 -04:00
h00die
0ccfa4af87
gitlab file read CVE-2023-2825
2023-05-29 00:48:15 -04:00
adfoster-r7
489421f6be
Fix incorrect error handling in ibm sametime enumerate users
2023-05-28 00:29:17 +01:00
h00die
cf2ca434a8
spelling
2023-05-26 15:53:16 -04:00
h00die
93479be5e6
review comments
2023-05-26 15:47:22 -04:00
RadioLogic
573eb4bda4
Merge branch 'master' into archer_c7_traversal
2023-05-26 01:48:43 -04:00
wvu
f5bec517a0
Escape braces after all in cmd/brace encoder
...
Previously escaped only commas.
2023-05-25 23:46:18 -05:00
wvu
00451e3aec
Improve help for "edit" and "log" commands
...
Talking about `LocalEditor` and `LocalPager`.
2023-05-25 23:22:54 -05:00
wvu
9528339761
Fix missing return in HTTP CmdStagers
...
Fetch payloads are cooler, but this was missed in https://github.com/rapid7/metasploit-framework/pull/13426 .
2023-05-25 22:22:23 -05:00
RadioLogic
250a8768e3
Updated doc to appease msftidy
2023-05-25 21:28:19 -04:00
RadioLogic
61c4ba7503
Renamed module to correct name
2023-05-25 21:21:49 -04:00
RadioLogic
376ef7a8bc
Made several fixes for msftidy
2023-05-25 21:16:07 -04:00
h00die
48207dd9f1
apache nifi login module
2023-05-25 16:57:32 -04:00
Jack Heysel
d8255157c9
Land #18021 , Fix #cd for Powershell Sessions
2023-05-25 14:26:01 -04:00
RadioLogic
72ef6537ef
Added tested versions to description
2023-05-25 14:21:52 -04:00
RadioLogic
cb8d86651d
Added build setup for arch linux
2023-05-25 14:19:44 -04:00
RadioLogic
b11b31c9ae
Moved docker description into vulnerable application
2023-05-25 14:18:15 -04:00
RadioLogic
1d98cb0069
Added better description to documentation
2023-05-25 13:34:04 -04:00
Metasploit
8368b80ad6
Bump version of framework to 6.3.19
2023-05-25 12:05:49 -05: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
Jeffrey Martin
2879dcaf14
Land #18024 , fix case-insensitive hash collisions
2023-05-25 10:42:39 -05:00
Zach Goldman
7215b88bad
bump credential version
2023-05-25 10:38:39 -05: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
adfoster-r7
9f0032582a
Fix non-deterministic test module load failures
2023-05-25 02:44:03 +01:00
h00die
7c2790513d
apache nifi version scanner
2023-05-24 20:05:34 -04:00
Grant Willcox
7ca7c6aee1
Slight efficiency improvements
2023-05-24 17:36:39 -05:00
Grant Willcox
e80987ea59
First round of updates from review
2023-05-24 13:17:49 -05:00
Grant Willcox
e78cf054b8
Add in EITW notes
2023-05-24 13:17:49 -05:00
Grant Willcox
84961e6e09
Add in documentation
2023-05-24 13:17:49 -05:00
Grant Willcox
9e8d1ed2ea
Add in Java class file, raw source code, and tidy up the module a bit
2023-05-24 13:17:48 -05:00
Grant Willcox
155319d479
Save work
2023-05-24 13:17:48 -05:00
Grant Willcox
3faf96aa9d
Check return code on target server responses
2023-05-24 13:17:48 -05:00
Grant Willcox
5ded2adfb5
Add in code initial code to start supporting JNDI loading of remote classes, currently a bit broken though
2023-05-24 13:17:47 -05:00
Grant Willcox
d00d339de5
Initial copy with JNDI connection back to LDAP server.
2023-05-24 13:17:47 -05:00
RadioLogic
1c57019096
Merge branch 'master' into vsftpd_232
2023-05-24 10:58:22 -04:00
RadioLogic
9c58289b21
Added container info in documentation
2023-05-24 10:54:31 -04:00
RadioLogic
0aee634d67
Put authors on separate lines
2023-05-24 10:48:31 -04: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
42ef5ad322
remove TLV_TYPE_TOKEN_UPDATE_RESULT - update_token sends empty response when succeeds
2023-05-24 16:12:12 +02:00
attl4s
3a685849a8
add update_token bridge + make_token module
2023-05-24 10:33:52 +02:00
vtoutain
b327809450
Changes regarding auxiliary modules
...
Changed back some modifications of includes and functions definitions that were related to exploit modules.
2023-05-24 09:28:41 +02:00
vtoutain
e542c50154
Merge branch 'rapid7:master' into dolibarr_16_contact_dump
2023-05-24 09:26:03 +02:00
Spencer McIntyre
ed5d516c21
Sync the .NET working path for Powershell sessions
...
See: https://github.com/PowerShell/PowerShell/issues/10278
2023-05-23 15:21:52 -04:00
Spencer McIntyre
afb31b0f21
Add a function to escaple cmd.exe string literals
2023-05-23 15:17:39 -04:00
Grant Willcox
e749945b01
Land #18009 , Clearing http web data service credentials in msfconsole
2023-05-23 12:15:52 -05:00
Metasploit
5189c7af83
automatic module_metadata_base.json update
2023-05-23 08:57:43 -05:00
Spencer McIntyre
9e38ed4459
Land #17929 , Linux sudoedit LPE (CVE-2023-22809)
...
Linux sudoedit priv esc (CVE-2023-22809)
2023-05-23 09:30:18 -04:00
cgranleese-r7
3e327efdc4
Fixes validation for to_hanler command for Evasion and Payload modules
2023-05-23 10:16:06 +01:00
Spencer McIntyre
120dc877ad
Pr/collab/17430 ( #41 )
...
* Prevent using post modules with the session
It doesn't work reliably because of winpty and how the output is
mangled.
* Set the limit correctly
* Fix Linux PTY downgrade issues
* Remove filtering
The filtering implementation is incomplete and unnecessary.
Filtering is unnecessary because Linux sessions execute a stub on
session start up that uses a combiantion of stty and a fifo to emulate a
PTY-less session. Windows sessions do not need filtering because they
have been explictly marked as being incompatible with the Post API which
is confused by the extra characters.
The filtering implementation is incomplete because it does not account for
echo fragments that are split across lines. It also does not account for
all of the ANSI escape codes.
* Add module docs for enum_ssm
2023-05-22 17:11:16 -04:00
sfewer-r7
0205bb36d3
change ranking to GreatRanking as stability is CRASH_SERVICE_RESTARTS
2023-05-22 20:09:11 +01:00
adfoster-r7
f89de600be
Land #18015 , remove dead link from wiki
2023-05-22 18:44:09 +01:00
sfewer-r7
6b101b5a4d
make rubocop happy
2023-05-22 18:03:58 +01:00
adfoster-r7
1eb6996ea5
Land #17989 , Improves flag formatting for kerberos ticket presenter
2023-05-22 17:42:10 +01:00
Tom Kelley
4dcfe0a1cf
Remove dead link
2023-05-22 09:38:36 -07:00
Metasploit
d9cbe065ce
automatic module_metadata_base.json update
2023-05-22 10:15:11 -05:00
space-r7
60f6574bf3
Land #17965 , add module for AD CS cert management
2023-05-22 09:50:53 -05:00
dwelch-r7
e27a08a073
Land #18010 , Fix edgecase crash when running smb_login with Kerberos auth activated
2023-05-22 15:44:33 +01:00
Spencer McIntyre
0a3247f1a7
Add documentation
2023-05-22 10:29:03 -04:00
Spencer McIntyre
e3823691a1
Add module for AD CS template CRUD operations
2023-05-22 10:28:58 -04:00
Grant Willcox
ae430ff3db
Land #18013 , Exclude IDE development collateral from Gemspec
2023-05-22 09:03:10 -05:00
Jeffrey Martin
5a96979363
exclude IDE development collateral from gemspec
2023-05-22 08:28:23 -05:00
Spencer McIntyre
8258657a45
Add the ESC1 certificate template
2023-05-22 09:21:24 -04:00
Spencer McIntyre
a88751167b
Add specs for .from_sddl_text
2023-05-22 09:21:24 -04:00
Spencer McIntyre
ff4fafda2f
Add support for parsing SDDL
2023-05-22 09:21:24 -04:00
Spencer McIntyre
3af052390d
Add well known SID and RID constants
2023-05-22 09:21:24 -04:00
Spencer McIntyre
49fd6e876a
Add constants from MS-CRTD
2023-05-22 09:21:24 -04:00
Spencer McIntyre
1ffefcbea4
Treat the subauthority as optional
...
This allows some additional SIDs to function such as
SECURITY_CREATOR_SID_AUTHORITY.
2023-05-22 09:21:24 -04:00
Spencer McIntyre
d23f407c44
Monkey patch #modify to accept controls
2023-05-22 09:21:24 -04:00
Spencer McIntyre
dcbc6d19c5
Update #validate_query_result!
...
The function required a filter argument, but not every query has a
filter. By removing it, we can reuse the same logic for other operations
including modifications.
2023-05-22 09:21:20 -04:00
RadioLogic
f1468a83ed
Added forgotten end
2023-05-21 13:40:52 -04:00
RadioLogic
7a9f13c960
Added option to remove sudoers check
2023-05-21 12:18:32 -04:00
RadioLogic
4b3d6b59cc
Replaced fail_with with raised error
2023-05-21 12:10:18 -04:00
RadioLogic
dc11d818aa
Corrected failwith statement
2023-05-21 00:37:00 -04:00
RadioLogic
3dc9438b3a
Added firmware version to documentation
2023-05-21 00:33:33 -04:00
RadioLogic
33e59a291e
Added check for user
2023-05-21 00:26:18 -04:00
RadioLogic
e0e214e241
Merge branch 'master' into useradd
2023-05-20 18:21:18 -04:00
RadioLogic
ed026e52eb
Fixed echo option so sudo would work
2023-05-20 18:14:46 -04:00
RadioLogic
fffc7f514d
Fixed issue with description
2023-05-19 15:24:53 -04:00
RadioLogic
c42905fe92
Updated description
2023-05-19 13:45:45 -04:00
RadioLogic
d07f2ed633
Set default method to sudo
2023-05-19 13:45:11 -04:00
RadioLogic
b077167d73
Redesigned to not use exectuable at all
2023-05-19 13:34:12 -04:00
RadioLogic
a8fd4e7aba
Renamed to adduser for consistency
2023-05-19 13:31:55 -04:00
adfoster-r7
9dd10d6df7
Fix edgecase crash when running smb_login with Kerberos auth activated
2023-05-19 16:12:16 +01:00
manishkumarr1017
bd9591f621
changing nil datatype to string datatype for the column display
2023-05-19 19:11:06 +05:30
manishkumarr1017
df4a5b9d69
Merge branch 'master' of github.com:manishkumarr1017/metasploit-framework into add_new_column_in_creds
2023-05-19 18:45:38 +05:30
cgranleese-r7
8d131f0a95
Updates the msfdb prompts for webservice
2023-05-19 12:57:35 +01:00
Metasploit
428229aede
Bump version of framework to 6.3.18
2023-05-18 12:10:55 -05:00
Metasploit
61569a0b2e
automatic module_metadata_base.json update
2023-05-18 11:43:04 -05:00
Spencer McIntyre
f464401dde
Land #17782 , Add fetch payloads
...
Add http wget cmd based fetch payload for Linux and Windows
2023-05-18 12:18:27 -04:00
cgranleese-r7
de6e26de8e
Land #18006 , Fix error when msfconsole opens browser links without a display present
2023-05-18 16:56:29 +01:00
bwatters
548a2d7ab4
Add fetch payloads for Windows and Linux x64
2023-05-18 10:47:29 -05:00
cgranleese-r7
26daa65c58
Land #18005 , Fix crash when running a module through socks 4a proxy
2023-05-18 13:25:33 +01:00
adfoster-r7
39f4ccd9f9
Fix error when msfconsole opens browser links without a display present
2023-05-18 10:29:22 +01:00
adfoster-r7
3e32c0e22d
Fix crash when running a module through socks 4a proxy
2023-05-18 10:25:56 +01:00
Metasploit
4df7551759
automatic module_metadata_base.json update
2023-05-17 19:11:48 -05:00
space-r7
6c88e85d02
Land #17993 , add invscout RPM privesc
2023-05-17 18:56:42 -05:00
Grant Willcox
2c0dc61bd2
Land #17991 , Add config for Solargraph to aid IDEs
2023-05-17 16:10:44 -05:00
Grant Willcox
d4b9473294
Ignore .solargraph.yml config file
2023-05-17 15:03:05 -05:00
RadioLogic
21273648a4
Fixed response using double quotes
2023-05-17 12:39:02 -04:00
RadioLogic
6882a7cc60
Shortened payload to be readable
2023-05-17 12:05:40 -04:00
RadioLogic
62f48c5933
Updated vsftpd_232 documentation
2023-05-17 12:01:59 -04:00
RadioLogic
ab0b8b8274
Ran msftidy on module
2023-05-17 11:48:09 -04:00
cgranleese-r7
73a33a9f73
Addresses PR feedback
2023-05-17 16:45:15 +01:00
RadioLogic
775173381c
Made progress show in dots rather than status
2023-05-17 11:44:37 -04:00
RadioLogic
9c888da5cb
Reverted from threading as payload finally works
2023-05-17 11:43:50 -04:00
RadioLogic
49e7c2459f
Fixed payload to properly function
2023-05-17 11:40:29 -04:00
RadioLogic
9a732a881b
Improve module description
...
Co-authored-by: bcoles <bcoles@gmail.com >
2023-05-17 08:09:25 -04:00
RadioLogic
789646dd65
Use better failwith lines
...
Co-authored-by: bcoles <bcoles@gmail.com >
2023-05-17 08:08:59 -04:00
bcoles
0bc1fdf51d
Add invscout RPM Privilege Escalation
2023-05-17 20:17:55 +10:00
RadioLogic
10dd1b8906
Updated scenarios for vsftpd_232
2023-05-17 00:44:46 -04:00
RadioLogic
6a846c2c94
Added stub since stopping doesnt exist
2023-05-17 00:44:18 -04:00
RadioLogic
e1a9f61ad9
Added documentation to scanner module
2023-05-17 00:00:00 -04:00
RadioLogic
f15c9a0bbb
Added cmd useradd payload
2023-05-16 23:16:54 -04:00
RadioLogic
4f70be41ae
Removed lib include line as it became redundant
2023-05-16 23:02:55 -04:00
RadioLogic
0bf5746bde
Added recommended folders to config
2023-05-16 18:25:37 -04:00
RadioLogic
6fdc86db19
Set max files to 0
2023-05-16 18:25:07 -04:00
h00die
2ca5ca1f63
stronger grep
2023-05-16 16:18:14 -04:00
RageLtMan
f929d2c90f
Drop redundant shell_command in powershell.rb
2023-05-16 15:43:16 -04:00
RageLtMan
713ec6ae76
Merge branch 'master' into feature/aws_ssm_sessions
2023-05-16 14:39:37 -04:00
Metasploit
571e3d5e99
automatic module_metadata_base.json update
2023-05-16 09:35:29 -05:00
cgranleese-r7
82bf51647d
Improves flag formatting for kerberos ticket presenter
2023-05-16 15:25:36 +01:00
Grant Willcox
459cf871cb
Land #17979 , Add exploit for Ivanti Avalanche file upload - CVE-2023-28128
2023-05-16 09:19:33 -05:00
h00die
6bee4f56d9
updates from review
2023-05-13 15:49:11 -04:00
Grant Willcox
560fc9000b
Fix up checks on responses to make sure they are more robust checks
2023-05-12 16:08:47 -05:00
Grant Willcox
ea988f0c78
Add more documentation on how to set the target up based on my own experience and so that we have a backup in case the link to external documentation breaks
2023-05-12 14:27:39 -05:00
Grant Willcox
3b2d23eeae
Fix up check method, unduplicate fail_with messages to make them unique, and add @cleanup_needed so we can check if cleanup is needed to avoid unnecessary messages when just checking if the target is vulnerable or not
2023-05-12 14:14:40 -05:00
RadioLogic
b7b1df23ea
Implemented threading into module
2023-05-12 14:28:10 -04:00
RadioLogic
04e6bf804f
Made stability involve service down
2023-05-12 14:27:58 -04:00
RadioLogic
0e9060e295
Added documentation for module
2023-05-12 14:27:12 -04:00
Metasploit
3c0222d7d0
automatic module_metadata_base.json update
2023-05-12 13:16:50 -05:00
adfoster-r7
f40a2e8dbc
Land #17990 , ibstat_path: Use AutoCheck, add Notes, resolve Rubocop violations
2023-05-12 19:03:22 +01:00
adfoster-r7
c723a2865e
Land #17987 , Split recalculate out into multiple functions
2023-05-12 18:27:46 +01:00
RadioLogic
2e5b38e718
Merge branch 'master' into solargraph
2023-05-12 13:02:36 -04:00
Dean Welch
3036a53697
Change name to single_name for consistency
2023-05-12 16:59:33 +01:00
Dean Welch
f6855f6aa4
Split recalculate out into multiple functions
2023-05-12 16:30:14 +01:00
RadioLogic
f46967e2c4
Added config for solargraph to aid IDEs
2023-05-12 11:29:32 -04:00
bcoles
004a72c32e
ibstat_path: Use AutoCheck, add Notes, resolve Rubocop violations
2023-05-13 01:27:53 +10:00
dwelch-r7
b752735db1
Land #17967 , Fix ruby 3.1 crashes and resource leaks when garbage collecting Meterpreter resources
2023-05-12 14:14:02 +01:00
Grant Willcox
cf5f90ac4f
Minor updates to documentation to tidy things up a bit
2023-05-11 16:48:16 -05:00
space-r7
722de33b6f
address feedback, use cleanup to restore path
...
fix bug where if config restore failed, module would
output that it was both a failure and a success
add akb topic as reference
2023-05-11 13:20:25 -05:00
Metasploit
20ac531254
automatic module_metadata_base.json update
2023-05-11 13:11:32 -05:00
adfoster-r7
ff1331c11b
Land #17985 , fix typo in sticky_keys.rb
2023-05-11 18:50:18 +01:00
Edmond Major III
d24f5873bd
Update sticky_keys.rb
...
Persistance -> Persistence
Fix a small typo
2023-05-11 12:22:54 -05:00
Metasploit
484639a2e0
Bump version of framework to 6.3.17
2023-05-11 12:13:25 -05:00
catatonicprime
a445b07233
removing unnecessary call to payload_uri
2023-05-11 16:35:53 +00:00
Shelby Pace
131f2519bc
Update modules/exploits/windows/http/ivanti_avalanche_filestoreconfig_upload.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-11 10:48:48 -05:00
Metasploit
3ffd072852
automatic module_metadata_base.json update
2023-05-11 10:24:58 -05:00
adfoster-r7
fa6a5e24f0
Land #17807 , Add in documentation on Metasploit's file system
2023-05-11 16:11:12 +01:00
Grant Willcox
63ffb850dd
Land #17984 , Fix kerberos datastore name typo in winrm docs
...
Fix kerberos datastore name typo in winrm docs
2023-05-11 09:56:22 -05:00
adfoster-r7
eb959e2e40
Land #17060 , GSoC Project: Implement HTTP-Trace enabled login scanners
2023-05-11 15:45:01 +01:00
Metasploit
e3e23d3d7c
automatic module_metadata_base.json update
2023-05-11 09:42:41 -05:00
Grant Willcox
020ee7ca5c
Land #17964 - Pentaho Business Server Auth Bypass and SSTI - CVE-2022-43769 and CVE-2022-43939
2023-05-11 09:28:55 -05:00
Spencer McIntyre
d8dd9bbe79
Move the publish timeout logic ( #40 )
...
This makes it accessible from enum_ssm so Linux sessions can be opened.
2023-05-11 09:58:16 -04:00
Spencer McIntyre
dbda20d40b
Land #17980 , Fix Powershell session's #exist?
...
Replace [System.IO.File]::Exists with Test-Path
2023-05-11 09:10:43 -04:00
adfoster-r7
fe63d80679
Fix issues: double encoding bug, nessus scanner logging, remove dead cgi option
2023-05-11 13:01:52 +01:00
adfoster-r7
55de00911f
Fix kerberos datastore name typo in winrm docs
2023-05-11 12:40:00 +01:00
catatonicprime
c43eaf86bc
Adding documentation.
2023-05-11 05:09:35 +00:00
catatonicprime
d50bd24c2f
Adding config cleanup.
2023-05-11 04:57:57 +00:00
catatonicprime
cb2c6a7d80
Prevent bypass_auth from being called twice when AutoCheck is true
2023-05-11 00:34:47 +00:00
Grant Willcox
9f6a1c18a1
Minor updates to fix URLs, disclosure date, description, and minor gramatical things
2023-05-10 18:22:00 -05:00
Spencer McIntyre
e92695149d
Fix linux tests, remove Windows support ( #39 )
...
* Revert "shell_command_token_base get 0th output index"
This reverts commit 3a4cb3560f .
* Correct the order of arguments to #set_term_size
* Fix paths for directory checks
The path C:\ ends with a trailing backslash which will cause bash to
wait for another line if input. This places the shell in an undesirable
state.
* Fix post module tests for Linux
* Remove the command document
This hasn't been tested and it's unclear under what conditions this
would be used.
* Fix Windows SSM sessions
---------
Co-authored-by: Spencer McIntyre <zeroSteiner@gmail.com >
2023-05-10 17:48:53 -04:00
Grant Willcox
9f0a6503b7
require.js is not the only way, account for this new discovery in code
2023-05-10 13:02:02 -05:00
Grant Willcox
5d4e68d36c
Add Metasploit payload example and remove message that may suggest successful exploitation occurred even when it didn't
2023-05-10 10:36:29 -05:00
Grant Willcox
1b8f1de7c8
Add in fixes from review, add archive of software, and use uri_encode_mode for encoding parameters.
2023-05-10 10:16:08 -05:00
RageLtMan
62e59e6250
Replace [System.IO.File]::Exists with Test-Path
...
The exists? method in post/file has a different implementation for
PSH sessions than other shells which are testing for the existence
of a path, not the presence of a file.
Fix this by replacing [System.IO.File]::Exists with Test-Path.
Testing:
```
PS C:\Windows\system32> [System.IO.File]::Exists("C:\")
False
PS C:\Windows\system32>test-path C:\
PS C:\Windows\system32> test-path C:\
True
```
2023-05-10 11:10:08 -04:00
vtoutain
e742df1c33
Rubocop warning fix
2023-05-10 16:18:33 +02:00
space-r7
e514de9aef
add comment about jsf substitution
2023-05-10 09:13:01 -05:00
Metasploit
87ba25c706
automatic module_metadata_base.json update
2023-05-10 05:06:35 -05:00
vtoutain
cfea6530a1
Merge branch 'rapid7:master' into dolibarr_16_contact_dump
2023-05-10 11:59:46 +02:00
vtoutain
d50993cd80
reviews from cdelafuente-r7
...
Used the AutoCheck mixin, removed the exploit function that was mileading, removed the hardcoded HttpTimeout, and refactored some code portions.
2023-05-10 11:59:09 +02:00
vtoutain
daee69e1d0
Fix msftidy errors
2023-05-10 11:55:50 +02:00
Christophe De La Fuente
a485a786ef
Land #17881 , Zyxel chained RCE using LFI and weak password derivation algorithm
2023-05-10 11:49:51 +02:00
h00die-gr3y
4f8024454c
Updates based on cdelafuente-r7 latest comments
2023-05-10 07:46:11 +00:00
catatonicprime
c5b0bc68d7
Improved automatic targeting, tested back to major version 14
2023-05-09 23:44:46 +00:00
catatonicprime
eff189f221
Ensuring csrf_token is initialized.
2023-05-09 23:43:56 +00:00
catatonicprime
43564b5267
Removing unneeded features/options.
2023-05-09 23:43:30 +00:00
Jack Heysel
79d35ad938
Fixed check method
2023-05-09 14:25:03 -05:00
Jack Heysel
eca87ea2eb
Updated side effects and fixed fail_withs
2023-05-09 14:25:03 -05:00
Jack Heysel
348750ea70
Updated Authors
2023-05-09 14:25:02 -05:00
Jack Heysel
07056a74bc
Pentaho Business Server Auth Bypass and SSTI
2023-05-09 14:24:51 -05:00
adfoster-r7
908f7ad3f3
Land #17972 , updates to some of the example modules to keep them in line with framework changes
2023-05-09 18:46:25 +01:00
space-r7
d60843f0eb
name versions that are vulnerable
2023-05-09 09:16:42 -05:00
space-r7
08a79a2f4e
add documentation
2023-05-08 17:42:23 -05:00
space-r7
d1e3ce1183
add Ivanti Avalanche file upload
2023-05-08 17:41:52 -05:00
Metasploit
4e85f9e4da
automatic module_metadata_base.json update
2023-05-08 17:36:25 -05:00
Grant Willcox
6dbee6e6f6
Land #17968 , Fix a bug in ACE processing when searching for ESC vulnerabilities
2023-05-08 17:12:12 -05:00
Grant Willcox
bc25907d1e
Add additional clarity to some segments of the module
2023-05-08 16:43:26 -05:00
Spencer McIntyre
cdab415ffb
Fix a bug in ACE processing
...
There was an issue in the ACE processing where only ACEs corresponding
to an object were processed for SIDs with enrollment rights. The
processing should also process ACEs that grant the enrollment right and
are not related to any objects. In other words, only ACEs associated
with an object that is neither the CERTIFICATE_ENROLLMENT_EXTENDED_RIGHT
or CERTIFICATE_AUTOENROLLMENT_EXTENDED_RIGHT right should be ignored.
2023-05-08 16:00:38 -05:00
h00die
12911d10fb
review comments
2023-05-08 15:25:31 -04:00
Metasploit
4fa6022adb
automatic module_metadata_base.json update
2023-05-08 13:49:17 -05:00
Grant Willcox
89889d5e79
Land #17133 , Add manageengine adaudit plus authenticated rce module and docs - CVE-2021-4284
2023-05-08 13:23:38 -05:00
Grant Willcox
f773d348e1
Add in notes about reliability of the module, and also add documentation on 7005 test on Windows 2022
2023-05-08 12:11:01 -05:00
Grant Willcox
c221edb1ec
Add in ADAudit Plus build 6077 testing examples
2023-05-08 11:45:44 -05:00
h00die
0ace550537
small updates to example modules
2023-05-07 13:02:30 -04:00
Y1Daa
d8beb8cfef
fix nessus_db_import & nessus_scan_export bugs
2023-05-07 21:27:50 +08:00
h00die-gr3y
51ab9746fb
Updates based on cdelafuente-r7 comments
2023-05-06 19:05:21 +00:00
catatonicprime
c69ca39748
consistent indenting
2023-05-06 05:07:59 +00:00
catatonicprime
0448d408ea
Match wording from "How to write a module using HttpServer and HttpClient" on docs.metasploit.com
2023-05-06 04:58:50 +00:00
catatonicprime
af3c482acd
heh, I probably should have tested that too
2023-05-06 04:55:23 +00:00
catatonicprime
e37e506fe2
heh, I probably should have tested this
2023-05-06 04:37:43 +00:00
space-r7
f04dababa2
add upload code
2023-05-05 18:59:46 -05:00
h00die
e692e927dc
review fixes
2023-05-05 16:43:47 -04:00
catatonicprime
f27648799b
Adding original ZDI reference. Minor formatting changes.
2023-05-05 18:19:53 +00:00
Catatonic Prime
5f12f0e0ba
Apply suggestions from code review
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-05-05 11:07:08 -07:00
adfoster-r7
069ad805c1
Fix ruby 3.1 crashes when garbage collecting meterpreter resources
2023-05-05 14:04:17 +01:00
ErikWynter
b8856bbb87
fix capitalization of Htlm_fileName JSON parram
2023-05-05 09:59:11 +03:00
Grant Willcox
19651633c4
Update the installation instructions to resolve some issues encountered during testing
2023-05-04 18:26:54 -05:00
space-r7
9fa0dac56c
add login and path change methods
2023-05-04 18:03:02 -05:00
Grant Willcox
adec2f4fbb
Update the login.rb code so we aren't as strict on cookies since older versions sometimes use JSESSIONIDADAPSSO instead of JSESSIONIDSSO for login cookies
2023-05-04 15:40:39 -05:00
jvoisin
3b66b3416f
Golf a bit the php payload
...
- Put all the error-disabling statements on a single line
- Remove some useless spaces
- Use `stristr(…)` (available since PHP4) instead of `strpos(strtolower(…))`
- Use `&&` instead of `and`
- Use backticks instead of `passthru`, since they're equivalent: https://www.php.net/manual/en/language.operators.execution.php
2023-05-04 22:25:32 +02:00
Grant Willcox
8c7ae1b6bb
Minor update to comments for clarity
2023-05-04 15:12:32 -05:00
ErikWynter
c088430bd9
improve sanity checks in login method and other code review fixes
2023-05-04 15:12:31 -05:00
Grant Willcox
f27fc28411
Perform review updates
2023-05-04 15:12:31 -05:00
ErikWynter
9b596b3efd
minor changes
2023-05-04 15:12:31 -05:00
ErikWynter
1c6c1dffc6
final code review fixes
2023-05-04 15:12:31 -05:00
ErikWynter
9fe7db4648
improve status codes handling
2023-05-04 15:12:30 -05:00
ErikWynter
86b7f97421
remove trailing whitespace
2023-05-04 15:12:30 -05:00
ErikWynter
aede036b02
additional changes from code review
2023-05-04 15:12:30 -05:00
Grant Willcox
8871b2955b
Fix up Active Directory name so we appropriately use uppercase
2023-05-04 15:12:30 -05:00
Grant Willcox
ba687c49aa
Fix a few typos
2023-05-04 15:12:29 -05:00
ErikWynter
a5e86a0c51
code review improvements, including renaming silent param
2023-05-04 15:12:29 -05:00
Grant Willcox
0fd743d851
Add in fixes from code review
2023-05-04 15:12:29 -05:00
ErikWynter
dd075d5c99
library improvements after code review, module update
2023-05-04 15:12:28 -05:00
ErikWynter
a2cf29ab98
partial fixes after library code review
2023-05-04 15:12:28 -05:00
Grant Willcox
61d1cf1460
Fix up things identified during review
2023-05-04 15:12:28 -05:00
Grant Willcox
d5032f0a5d
Minor touchups on documentation for review
2023-05-04 15:12:28 -05:00
ErikWynter
e639460b9f
fix library comments for json_post_data.rb
2023-05-04 15:12:27 -05:00
ErikWynter
32796b429b
add note about payload limitations for builds 7004 and 7005
2023-05-04 15:12:27 -05:00
ErikWynter
47d374497a
create adaudit plus mixin and move some stuff there
2023-05-04 15:12:27 -05:00
Grant Willcox
3b0d8b850b
Fix up some issues identified during review
2023-05-04 15:12:26 -05:00
ErikWynter
9f68a5f8d1
add manageengine_adaudit_plus_authenticated_rce exploit module and docs
2023-05-04 15:12:09 -05:00
Metasploit
783a1eb504
Bump version of framework to 6.3.16
2023-05-04 12:11:31 -05:00
Grant Willcox
e5c636f931
Move folder descriptions into README.md files
2023-05-03 14:06:13 -05:00
Grant Willcox
184ad67f79
Add in documentation on Metasploit's file system
2023-05-03 14:06:00 -05:00
Metasploit
b01c4d37f7
automatic module_metadata_base.json update
2023-05-03 12:04:07 -05:00
Grant Willcox
bf61718fe6
Land #17915 , Icinga Web 2 Arbitrary File Read (CVE-2022-24716)
2023-05-03 11:47:26 -05:00
Grant Willcox
818bd4837e
Add in additional information about testing on Docker
2023-05-03 10:17:16 -05:00
Jeffrey Martin
2059505ccd
improve login attempt guards
...
* tighted up rescue to catch individual attempt exceptions
* remove general rescue in SNMP
* ensure SNMP socket is released
2023-05-03 09:15:14 -05:00
adfoster-r7
3bf01f2cf2
Land #17911 , Update setting missing datastore values to a warning instead of an error
2023-05-03 13:04:03 +01:00
cgranleese-r7
67694c1ef7
Removes return false
2023-05-03 11:41:11 +01:00
Metasploit
c6547737a6
automatic module_metadata_base.json update
2023-05-03 04:28:17 -05:00
adfoster-r7
ed9b9cc502
Land #17963 , Add CVE-1999-0554 to nfsmount module
2023-05-03 10:05:26 +01:00
h00die
0c0ae00149
add cve to nfsmount
2023-05-02 19:58:47 -04:00
h00die
95562e04aa
sudoedit work
2023-05-02 18:39:59 -04:00
Grant Willcox
5b080f20b6
Land #17960 , lock msgpack until build resolved
2023-05-02 17:09:00 -05:00
Jeffrey Martin
0a85cba56d
lock msgpack until build resolved
...
MessagePack 1.7.0 gem introduced code not compatible with the current
build env used for nightly packages. This may be addressed in several
ways and has been reported upstream. Lock the version a until a path
forward is determined.
2023-05-02 15:53:26 -05:00
Grant Willcox
092e4f93ad
Fix up incorrect user who we are executing as
2023-05-02 15:50:46 -05:00
Jeffrey Martin
152f9460f9
rescue login scanner attempts
...
* Improve base login scanner to catch any Exception
* Catch any Exception in SNMP scanner that overrides base method
* Expand connection errors possible in PostgreSQL scanner
2023-05-02 15:43:57 -05:00
Grant Willcox
cf6b309904
Add in quick fixes from review
2023-05-02 15:17:02 -05:00
Metasploit
b90b0a75c6
automatic module_metadata_base.json update
2023-05-02 12:24:15 -05:00
adfoster-r7
7ec7a4c607
Land #17910 , Fixes couchdb_login false positives
2023-05-02 17:56:55 +01:00
Grant Willcox
40474ed88c
Land #17950 , Update Rubocop dependency
2023-05-01 09:19:01 -05:00
adfoster-r7
ca0739b3b2
Update rubocop dependency
2023-04-28 23:42:00 +01:00
Grant Willcox
41c75c2e30
Land #17906 , Weekly dependency updates for Gemfile.lock
2023-04-28 17:01:09 -05:00
Grant Willcox
22441f1064
Land #16390 , Implement Caching DNS Resolver in Rex
2023-04-28 16:42:44 -05:00
Grant Willcox
5169174c45
Remove Rubocop updates until we can fix underlying issues in our code
2023-04-28 15:19:03 -05:00
Grant Willcox
3e81408a24
Add support for getting IPv6 addresses from hosts files and saving them into the cache
2023-04-28 14:47:56 -05:00
Metasploit
e3e82f0db2
automatic module_metadata_base.json update
2023-04-28 14:28:52 -05:00
Spencer McIntyre
d3a903b8b3
Land #17945 , Add missing payload tests
2023-04-28 15:13:50 -04:00
Metasploit
e3963a2e5c
automatic module_metadata_base.json update
2023-04-28 12:51:28 -05:00
Christophe De La Fuente
60149259a2
Land #17856 , RCE exploit for CVE-2023-26359 (Adobe ColdFusion) and an auxiliary module for arbitrary file read via the same vuln.
2023-04-28 19:27:15 +02:00
Grant Willcox
6fa21d130f
Land #17944 , Update metasploit-payloads gem to 2.0.130
2023-04-28 11:56:33 -05:00
Christophe De La Fuente
f5b1b96d9a
Fix rubocop issues
2023-04-28 16:09:57 +02:00
Christophe De La Fuente
62806caeae
Update web_delivery
2023-04-28 16:09:51 +02:00
RageLtMan
867902e7d0
SSM start/stop publication
2023-04-28 09:00:37 -04:00
h00die-gr3y
cfb21e3de2
Added CVE-2023-28770 reference
2023-04-28 12:51:17 +00:00
Metasploit
680ccbfe2f
automatic module_metadata_base.json update
2023-04-28 05:55:18 -05:00
adfoster-r7
f6e1fcdd90
Land #17947 , feedback_assistant_root: Check if OSX version is blank in check method
2023-04-28 11:25:52 +01:00
bcoles
f6725dfc4e
feedback_assistant_root: Check if OSX version is blank in check method
2023-04-28 19:52:15 +10:00
bcoles
71f938682c
Post::Windows::Service: Support start/stop service on shell sessions
2023-04-28 18:44:11 +10:00
catatonicprime
97a76e3883
linting changes. removing unnecessary success checks.
2023-04-28 00:07:47 +00:00
catatonicprime
4ba8d62d88
Removing unused documentation
2023-04-28 00:02:37 +00:00
catatonicprime
c0be991ed8
removing superfluous options
2023-04-28 00:00:57 +00:00
Jeffrey Martin
9f2105c06d
add sctp payload specs
...
Update sizes to match automation expectations
2023-04-27 16:42:46 -05:00
Jeffrey Martin
61a8481a0f
missing adapter for python Windows
2023-04-27 15:22:12 -05:00
catatonicprime
12f7134cc6
generating payloads on the fly is what we wanted originally
2023-04-27 19:38:12 +00:00
Spencer McIntyre
36f9025cea
Update metasploit-payloads gem to 2.0.130
...
Includes changes from:
* rapid7/metasploit-payloads#631
* rapid7/metasploit-payloads#639
* rapid7/metasploit-payloads#634
2023-04-27 13:47:37 -04:00
Metasploit
601d9cef96
Bump version of framework to 6.3.15
2023-04-27 12:03:50 -05:00
adfoster-r7
4d98499766
Land #17941 , Added CVE Identifier to SEC Consult Zyxel Exploit (CVE-2023-28769)
2023-04-27 17:46:38 +01:00
space-r7
63115c9415
Land #17857 , add T3S support for weblogic modules
2023-04-27 11:37:37 -05:00
catatonicprime
16ae6b71f4
Use the generated payload as is.
2023-04-27 15:21:21 +00:00
catatonicprime
feec15a482
full_uri has what we need for the origin header
2023-04-27 15:07:15 +00:00
Jacob Baines
ec5858c198
Added newly assigned CVE identifier
2023-04-27 09:54:48 -04:00
3V3RYONE
9c8bc4e124
added yard docs
2023-04-27 16:56:49 +05:30
catatonicprime
0be38eb3ab
method should do one thing and do it well
2023-04-26 19:32:57 +00:00
catatonicprime
5e93669d75
Enable AutoCheck
2023-04-26 19:28:56 +00:00
catatonicprime
9f6fe964e2
bypass_auth returns the anti-csrf token and vprints active session on success
2023-04-26 18:28:02 +00:00
catatonicprime
8694beebd1
Removing unnecessary search.
2023-04-26 18:17:46 +00:00
space-r7
03fcfa7559
Land #17914 , fix paths for directory checks
2023-04-26 12:20:46 -05:00
Spencer McIntyre
4b33fc5d64
Land #17839 , Cleanup documentation
2023-04-26 13:18:32 -04:00
catatonicprime
0cf5f4cacc
More accurate list of side effects.
2023-04-26 16:55:13 +00:00
catatonicprime
bcafd22997
Better defaults pattern for TARGETURI.
2023-04-26 16:54:19 +00:00
catatonicprime
8c87660eaa
Explicit stance.
2023-04-26 16:53:04 +00:00
catatonicprime
22238a0860
Adding references.
2023-04-26 16:52:26 +00:00
Christophe De La Fuente
8ab37b0b07
Consolidate the FileDropper Mixin doc
2023-04-26 18:04:43 +02:00
Spencer McIntyre
bb782a7120
Land #17937 , Fix a documentation error
...
Update setting up a Metasploit development environment documentation
2023-04-26 11:53:10 -04:00
adfoster-r7
7a1f761e84
Update setting up a Metasploit development environment
2023-04-26 11:06:06 +01:00
h00die
d454b2e195
cve-2023-22809
2023-04-25 20:54:48 -04:00
catatonicprime
8a9871f0d8
Default to a java payload.
2023-04-25 23:57:05 +00:00
catatonicprime
a229a0ed86
If you are receiving 200, that is hard-evidence of bypass. Also Fix typo.
2023-04-25 23:34:04 +00:00
catatonicprime
17271f1046
Adding documentation, expanding failure cases. Always struggle in the last mile. Here we go.
2023-04-25 23:00:33 +00:00
Spencer McIntyre
2dc5a94ab7
Land #17926 , Fix 64-bit pointer type
...
Update pointer type to support 64 bit calls
2023-04-25 16:20:43 -04:00
catatonicprime
1a823b05f1
Serve jar file for exploit.
2023-04-25 18:36:44 +00:00
Metasploit
c9a9b998d2
automatic module_metadata_base.json update
2023-04-25 10:48:05 -05:00
dwelch-r7
10577cf1e4
Land #17913 , Fix crash when running local exploit suggester
2023-04-25 16:31:59 +01:00
dwelch-r7
8f13040ce0
Land #17931 , Fix deadlock regression when printing multiple lines to console
2023-04-25 16:31:27 +01:00
dwelch-r7
e646c0c6e2
Land #17930 , Update attic issue text
2023-04-25 10:47:43 +01:00
h00die
e7725e7b6d
cve-2023-22809
2023-04-25 04:37:33 -04:00
adfoster-r7
6aad398e2b
Update attic issue text
2023-04-25 00:42:10 +01:00
adfoster-r7
e7c05eabe3
Fix deadlock regression when printing multiple lines to console
2023-04-25 00:39:44 +01:00
Metasploit
447f36ee37
automatic module_metadata_base.json update
2023-04-24 17:25:57 -05:00
bwatters
a8043adef0
Fix accidental copy/paste
2023-04-24 17:19:18 -05:00
bwatters
9215488d31
Update pointer type to support 64 bit calls
2023-04-24 17:14:50 -05:00
bwatters
b052386700
Land #17921 , resolve_sid: Add docs and resolve RuboCop violations
...
Merge branch 'land-17921' into upstream-master
2023-04-24 17:08:54 -05:00
vtoutain
3036b607b6
JSON output support
...
Added the prettyfied JSON output along with the CSV, refactored variables regarding the JSON contacts object.
2023-04-24 11:50:29 +02:00
vtoutain
df6c2bf7eb
Documentation update
...
Modified the layout according to reviews, updated scenarios output, and added the JSON example output.
2023-04-24 11:47:21 +02:00
vtoutain
e565a8f962
Merge branch 'rapid7:master' into dolibarr_16_contact_dump
2023-04-24 11:44:52 +02:00
Grant Willcox
708da64a68
Add back in the require for dnsruby
2023-04-23 13:56:24 -05:00
catatonicprime
20109932fd
Command injection PoC working.
2023-04-23 15:30:23 +00:00
bcoles
5a57ea131e
resolve_sid: Add docs and resolve RuboCop violations
2023-04-23 17:39:32 +10:00
RageLtMan
3a4cb3560f
shell_command_token_base get 0th output index
2023-04-22 18:00:44 -04:00
RageLtMan
d797e5ec2c
Simplify SSM shell output filtering
2023-04-22 17:18:21 -04:00
RageLtMan
5132302363
Filter control bytes from SSM output
2023-04-22 15:22:18 -04:00
RageLtMan
5b94077421
Merge remote-tracking branch 'origin/pr/38' into feature/aws_ssm_sessions
2023-04-22 15:20:46 -04:00
bcoles
538381bd4d
shell_to_meterpreter: Support using bind payloads with PAYLOAD_OVERRIDE
2023-04-22 15:44:56 +10:00
h00die
076760e011
cve-2022-24716
2023-04-21 16:31:07 -04:00
h00die
d6c2e4f528
cve-2022-24716
2023-04-21 16:27:52 -04:00
Spencer McIntyre
8c15c31b56
Fix paths for directory checks
...
The path C:\ ends with a trailing backslash which will cause bash to
wait for another line if input. This places the shell in an undesirable
state.
2023-04-21 14:39:00 -04:00
Metasploit
0436e8bad9
automatic module_metadata_base.json update
2023-04-21 10:14:29 -05:00
space-r7
365b7c099c
Land #17895 , add Joomla api scanner
2023-04-21 09:50:24 -05:00
h00die-gr3y
c39751094a
Updates based on review comments
2023-04-21 11:46:53 +00:00
cgranleese-r7
eb4107b5e2
Fixes couchdb login bug
2023-04-21 10:14:22 +01:00
adfoster-r7
f35b9e4fa5
Fix crash when running local exploit suggester
2023-04-21 10:13:37 +01:00
adfoster-r7
0908c85f1b
Land #17912 , Bump payloads to 2.0.127
2023-04-21 09:38:17 +01:00
catatonicprime
253f4e54bc
rough pseudo-coding
2023-04-21 03:53:03 +00:00
bwatters
f1602dd772
Bump payloads to 2.0.127
2023-04-20 18:50:36 -05:00
h00die
17f674e3fa
review comments
2023-04-20 16:23:52 -04:00
Metasploit
04df1ef7e8
Bump version of framework to 6.3.14
2023-04-20 12:11:36 -05:00
Metasploit
b224fd3ff3
automatic module_metadata_base.json update
2023-04-20 10:47:02 -05:00
cgranleese-r7
896058a147
Land #17908 , Update ftp login connect timeout option name
2023-04-20 16:23:42 +01:00
vtoutain
d6e921c414
Version regex fix
...
The previous fix was not matching numbers at the end of the version like "-rc2".
2023-04-20 16:20:40 +02:00
vtoutain
ea9019600a
Version regex update
...
Used a less greedy version of the regex based on reviews, as well as the `version.blank?` pattern for improved readability.
2023-04-20 16:00:24 +02:00
vtoutain
ecd56c7904
Check logic simplification
...
Moved most of the check logic inside the check function to make it easier to read.
2023-04-20 11:51:28 +02:00
h00die-gr3y
4131f1abf1
Fixed some bugs in module and added documentation
2023-04-20 08:23:55 +00:00
Spencer McIntyre
2e3a2b6f6d
Combine AWS SSM modules, autodetect platform
2023-04-19 18:05:50 -04:00
Spencer McIntyre
59b3c0e945
Set the platform in enum_ssm
...
Update the enum_ssm module to use the correct session type with the
appropriate platform. Also set the session information to the same
string which also removes the eye sore that is the shell banner.
2023-04-19 18:05:50 -04:00
Spencer McIntyre
a7d8bc6757
Fix sessions opening over and over again
...
Also make some code cleanups
2023-04-19 18:05:50 -04:00
Spencer McIntyre
15ff4875bc
Combine AWS SSM modules, autodetect platform
2023-04-19 17:58:59 -04:00
dwelch-r7
f6c8181b7f
Land #17909 , Fix Windows7 Meterpreter crash when in debug mode
2023-04-19 17:57:00 +01:00
adfoster-r7
8e77b70c99
Fix Windows7 Meterpreter crash when in debug mode
2023-04-19 17:30:05 +01:00
vtoutain
a2f3a719a9
Fixes from code reviews
...
Fixed some typos, took into account the comment from jvoisin to infer fields from the JSON reply, used fail_with as suggested by jheysel-r7, fixed a rubocop warning about a redundant begin block.
2023-04-19 11:45:03 +02:00
vtoutain
d875741c87
Fixed documentation typos
2023-04-19 11:43:08 +02:00
vtoutain
35c7d3918d
Merge branch 'rapid7:master' into dolibarr_16_contact_dump
2023-04-19 11:24:37 +02:00
Metasploit
61cfd770ed
automatic module_metadata_base.json update
2023-04-18 19:46:28 -05:00
bwatters
9c9eac28a7
Land #17874 , VMware Workspace One Access mr_me Hekate LPE
...
Merge branch 'land-17874' into upstream-master
2023-04-18 19:29:39 -05:00
Metasploit
ec025cbeda
automatic module_metadata_base.json update
2023-04-18 18:26:39 -05:00
adfoster-r7
34a6980e5e
Land #17907 , Add VMware Workspace RCE added missing require statement
2023-04-19 00:12:59 +01:00
Metasploit
4cb9a4c142
automatic module_metadata_base.json update
2023-04-18 17:47:12 -05:00
adfoster-r7
246de78f85
Update ftp login connect timeout option name
2023-04-18 23:44:58 +01:00
Jack Heysel
9563466037
Land #17873 , add ensure disconnect to ftp login
...
Add ensure disconnect to ftp login module and ftp timeout configuration
2023-04-18 18:31:12 -04:00
Jack Heysel
bd286dd147
Added missing require builder statement
2023-04-18 18:10:46 -04:00
Jack Heysel
de18ed438a
Removed unnecessary require statement
2023-04-18 18:05:11 -04:00
Zach Goldman
898a9f2f3d
add user mutability to connection timeout
2023-04-18 16:31:05 -05:00
Jack Heysel
a2c23d18ef
Added require builder statement
2023-04-18 16:01:14 -04:00
Jeffrey Martin
2de950c244
Weekly dependency updates for Gemfile.lock
2023-04-18 14:25:28 -05:00
h00die-gr3y
de9cd59ea5
added pwd derivation and report credential function including updates based on review comments
2023-04-18 19:17:00 +00:00
Spencer McIntyre
d8c8255120
Set the platform in enum_ssm
...
Update the enum_ssm module to use the correct session type with the
appropriate platform. Also set the session information to the same
string which also removes the eye sore that is the shell banner.
2023-04-18 14:07:04 -04:00
Spencer McIntyre
8ac5ae2a68
Fix sessions opening over and over again
...
Also make some code cleanups
2023-04-18 12:24:00 -04:00
Metasploit
40613a4741
automatic module_metadata_base.json update
2023-04-18 10:55:25 -05:00
cgranleese-r7
b65d3252e9
Land #17883 , Fix crash for lotus domino hashes module when database not active
2023-04-18 16:38:47 +01:00
Metasploit
2eaa31c402
automatic module_metadata_base.json update
2023-04-18 10:17:44 -05:00
bwatters
6ae00877ed
Land #17854 , VMware Workspace One Access mr_me Hekate RCE
...
Merge branch 'land-17854' into upstream-master
2023-04-18 09:49:41 -05:00
adfoster-r7
1b72de063e
Land #17903 , Add missing fields when reading metadata cache
2023-04-18 11:48:05 +01:00
adfoster-r7
7eb799bc89
Land #17904 , Remove active database check for module cache rebuild
2023-04-18 11:12:15 +01:00
Dean Welch
7667499011
Update comment and correctly format date
2023-04-18 11:06:19 +01:00
vtoutain
e4ae9e0997
Merge branch 'rapid7:master' into dolibarr_16_contact_dump
2023-04-18 11:37:13 +02:00
dsecbypass
413082a4d6
Linting
...
Simplified version regex, fixed rubocop findings.
2023-04-18 11:24:14 +02:00
Dean Welch
d17ab39748
Remove active database check for module cache rebuild
2023-04-17 23:55:37 +01:00
Dean Welch
e874731781
Pull out autofilter_ports and autofilter_services from metadata cache
2023-04-17 23:45:19 +01:00
Jack Heysel
78e80f8e32
docs fix
2023-04-17 16:41:35 -04:00
Jack Heysel
162fe21659
Documentation copy pasta correction
2023-04-17 16:39:57 -04:00
jheysel-r7
d4b668e27b
Update documentation/modules/exploit/linux/http/vmware_workspace_one_access_vmsa_2022_0011_chain.md
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-04-17 16:36:31 -04:00
Metasploit
e54d602d4c
automatic module_metadata_base.json update
2023-04-17 14:56:35 -05:00
Jack Heysel
db853f9a68
Land #17711 , SPIP unauth RCE module
...
This module exploits a publically accessible endpoint in
SPIP that results in code execution in the context of the
user running the webapp (CVE-2023-27372).
2023-04-17 15:30:03 -04:00
jvoisin
a4e1952da3
Add a module for the latest SPIP vuln
2023-04-17 13:41:03 -04:00
RageLtMan
97c0fa7411
Split CachedResolver to own file per jmartin-r7
2023-04-17 13:14:47 -04:00
dsecbypass
a05aae3ebe
Support remote database storage
...
It's better to pass the CSV string to store_loot directly instead of using nil and writing to the local file path ourself.
2023-04-17 17:24:59 +02:00
dwelch-r7
6984c6c7d4
Land #17884 , Before running tests ensure database is migrated
2023-04-17 16:08:16 +01:00
Metasploit
cf68410e0e
automatic module_metadata_base.json update
2023-04-17 08:17:50 -05:00
adfoster-r7
dec705cc2a
Land #17898 , Adds support for attic label on issues
2023-04-17 13:55:20 +01:00
adfoster-r7
396a4b90cc
Land #17892 , update unified_remote_rce docs
2023-04-17 13:53:32 +01:00
dsecbypass
3b710293f5
Dolibarr 16 unauthenticated contact database dump
...
Auxiliary module and documentation.
2023-04-17 14:52:05 +02:00
cgranleese-r7
c1df987c0b
Adds support for attic label on issues
2023-04-17 13:45:39 +01:00
sfewer-r7
e54774fd20
ensure SRVHOST is a routable IP
2023-04-17 13:01:30 +01:00
h00die
2c7d54da2f
joomla api cve-2023-23752 with create_credential_and_login
2023-04-16 23:20:19 -04:00
h00die
32b6741cd8
joomla api cve-2023-23752
2023-04-16 22:54:54 -04:00
adfoster-r7
169d86e9ae
Land #17893 , move asan docs
2023-04-17 02:52:19 +01:00
h00die
37130e5a3d
move asan docs
2023-04-16 10:19:43 -04:00
h00die
4b176c8ef5
fix unified_remote_rce docs
2023-04-16 10:11:01 -04:00
adfoster-r7
879f94571e
Land #17888 , Msf::Ui::Console::CommandDispatcher::Core: Fix 'help setg' output
2023-04-15 23:05:27 +01:00
bcoles
1e23dffc5b
Msf::Ui::Console::CommandDispatcher::Core: Fix 'help setg' output
2023-04-15 20:35:15 +10:00
adfoster-r7
19c79bed18
Before running tests ensure database is migrated
2023-04-15 00:35:09 +01:00
adfoster-r7
71a058b555
Fix crash for lotus domino hashes module when database not active
2023-04-14 23:28:32 +01:00
Metasploit
66e58e395c
automatic module_metadata_base.json update
2023-04-14 15:48:41 -05:00
Grant Willcox
246a69e897
Remove unneeded return statement after raising an exception
2023-04-14 15:28:17 -05:00
Grant Willcox
da5a361d3f
Remove extra require that wasn't needed with Zeitwerk
2023-04-14 15:28:17 -05:00
Grant Willcox
2d90bdcecb
Fix up some YARD issues
2023-04-14 15:28:17 -05:00
RageLtMan
db08c5df11
Address @gwilcox-r7's notes
2023-04-14 15:28:17 -05:00
RageLtMan
4be8cd3752
Annotate skip of Debian IPv6 hosts
2023-04-14 15:28:16 -05:00
Grant Willcox
89a564c378
Fix up YARD documentation to account for potential nil being returned
2023-04-14 15:28:16 -05:00
Grant Willcox
b01b3a5ecd
Fix typo that prevented entries from being cached
2023-04-14 15:28:16 -05:00
RageLtMan
9a23e63365
DNS Resolver Improvements
...
Handle proxy connection resets over TCP (common w/ ENUM_BRT & TOR).
Ensure qtype is a string before passing to cache.
2023-04-14 15:28:16 -05:00
RageLtMan
6039affe0d
Address @gwilcox-r7's comments
2023-04-14 15:28:15 -05:00
RageLtMan
da93c9440f
Cleanup cache API
2023-04-14 15:28:15 -05:00
RageLtMan
3d49b4b429
Use ivar_set for answer setters
2023-04-14 15:28:15 -05:00
RageLtMan
513779fd3f
Drop vestigial #validate_path calls
2023-04-14 15:28:15 -05:00
RageLtMan
c4e29eaa94
Implement Caching DNS Resolver in Rex
...
Rex::Proto::DNS::Resolver is currently unable to approximate the
host OS' native resolver because:
1. It cannot cache responses and has to go out to its defined NS'
each time to query for the answers,
2. Because it is not aware of the system's hostsfile entries which
can result in leaks/mis-targeted execution, and a bunch of other
unpleasantly nuanced problems.
Address the concern by:
1. Creating a descendant CachedResolver class from
Rex::Proto::DNS::Resolver, with a #send method override which
performs cache query and population.
2. Moving the Cache class up one namespace to Rex::Proto::DNS and
updating the server accordingly.
3. Fixing the MATCH_HOSTNAME regex in Rex::Proto::DNS::Constants to
allow a short-name (vs FQDN) and creating a relevant MATCH_FQDN.
TODO:
1. Deal with adding search domains from the system to short-name
queries and records; if we decide this is a good idea (potential
for leaks).
2. Look at performance optimization for multiple concurrent queries
via singleton/refcounted/other optimized concurrent access patters.
Testing:
1. Pry-level tests of the objects edited/created in this PR. Needs
some runtime testing to QA.
2023-04-14 15:28:05 -05:00
Jack Heysel
cda2e9610b
Land #17820 , optimising the nagiosxi modules
...
This PR refactors the authenticated nagiosxi modules and mixins..
2023-04-14 16:21:26 -04:00
Jack Heysel
ace2f42387
Changed ranking to Good
2023-04-14 15:15:40 -04:00
Grant Willcox
f9bbf32447
Land #17882 , Update metasploit-payloads gem to 2.0.125
2023-04-14 11:58:41 -05:00
sfewer-r7
5d05754d9b
update the AKB URL to reference the changed CVE
2023-04-14 17:44:38 +01:00
Spencer McIntyre
afce19d378
Update metasploit-payloads gem to 2.0.125
...
Includes changes from:
* rapid7/metasploit-payloads#633
* rapid7/metasploit-payloads#625
2023-04-14 11:19:33 -04:00
sfewer-r7
e6211175b3
rename the files to the correct CVE
2023-04-14 15:52:13 +01:00
sfewer-r7
b5ea420760
On April 12 Adobe reclassified CVE-2023-26360 from an Improper Access Controll vuln to a Deserialization of Untrusted Data vuln. A private report has confirmed that CVE-2023-26359 is a similar yet seperate vuln, so I am changing the CVE associated with these two modules from CVE-2023-26359 to CVE-2023-26360 as we now beliee this is the correct CVE.
2023-04-14 15:49:10 +01:00
h00die-gr3y
e0926890ab
init commit module
2023-04-14 13:07:12 +00:00
h00die-gr3y
5584685f24
init commit module
2023-04-14 13:05:42 +00:00
dwelch-r7
2c8ad1f158
Land #17809 , Add bootsnap for bootup performance
2023-04-14 14:01:12 +01:00
Jack Heysel
b9cb33598c
Resource script for automagically running LPE
2023-04-13 14:30:55 -04:00
Jack Heysel
08788d3d82
Update logging with rc script info
2023-04-13 14:28:15 -04:00
Metasploit
fae910eb6b
Bump version of framework to 6.3.13
2023-04-13 12:11:45 -05:00
sfewer-r7
b7f46aab99
split the CFC_METHOD_PARAMETERS by comma and not amperstand
2023-04-13 16:55:34 +01:00
Metasploit
cc0a32cdda
automatic module_metadata_base.json update
2023-04-13 10:45:19 -05:00
dwelch-r7
f9d5459a9c
Land #17872 , Ensure identify hashes helper is accessible to modules
2023-04-13 16:20:20 +01:00
sfewer-r7
90dacd00ab
favor a staged meterpreter payload over the non staged payload as a default
2023-04-13 16:11:19 +01:00
sfewer-r7
8377cb7d6d
group multiple suffixes with one call to end_with?
2023-04-13 16:00:30 +01:00
sfewer-r7
ae87f35944
fix two typos in documentation
2023-04-13 15:57:48 +01:00
Metasploit
7feeb25ee1
automatic module_metadata_base.json update
2023-04-13 09:27:49 -05:00
adfoster-r7
aef2b8d314
Land #17804 , Fix incorrect module metadata CI and add validation automation
2023-04-13 15:11:46 +01:00
Metasploit
8cc6b88071
automatic module_metadata_base.json update
2023-04-12 19:47:46 -05:00
Grant Willcox
d19c9e7732
Land #17867 , fix always vulnerable in Auxiliary module surgenews_user_creds
2023-04-12 19:32:39 -05:00
Grant Willcox
0ed25cd2cc
Fix RuboCop issues
2023-04-12 19:05:30 -05:00
adfoster-r7
7a4fc4b58b
Land #17805 , Disable Lint/UnusedMethodArgument as it can break YARD definitions
2023-04-13 00:29:19 +01:00
Metasploit
9194e66737
automatic module_metadata_base.json update
2023-04-12 17:20:28 -05:00
Grant Willcox
0e3a341ac9
Land #17864 , Correct incorrect log format
2023-04-12 17:05:35 -05:00
Jack Heysel
30cf40a4f1
VMware Workspace One Acces LPE
2023-04-12 15:36:17 -04:00
Jack Heysel
bc57131b73
Moving LPE to separate PR
2023-04-12 15:23:51 -04:00
Grant Willcox
7ad6c425c0
Set Lint/UnusedMethodArgument rule to apply to everything but lib/ folder
2023-04-12 11:31:28 -05:00
Zach Goldman
87c0faa73a
Add ensure disconnect to ftp login module, ftp timeout configuration
2023-04-12 11:18:50 -05:00
cgranleese-r7
0dd8f94b31
Addresses PR comments
2023-04-12 14:21:07 +01:00
Metasploit
fef3796d43
automatic module_metadata_base.json update
2023-04-12 07:46:05 -05:00
adfoster-r7
8e2169ed47
Ensure identify hashes helper is accessible to modules
2023-04-12 13:28:56 +01:00
adfoster-r7
e8365aba85
Land #17870 , Fixes linting errors on SCTP payloads
2023-04-12 13:24:01 +01:00
dwelch-r7
275963eca2
Land #17353 , Persist icpr cert as pkcs12 credential
2023-04-12 13:16:18 +01:00
sfewer-r7
43bfdcd6b4
improve the aux file read module; add a default CFC endpoint option and support servers configured with the non-default setting 'Enable Request Debugging Output' enabled.
2023-04-12 12:39:00 +01:00
Metasploit
4ed5c59cf2
automatic module_metadata_base.json update
2023-04-12 04:58:37 -05:00
Christophe De La Fuente
a6b478e046
Land #17832 , Two modules for UniRPC - CVE-2023-28502 and CVE-2023-28503
2023-04-12 11:43:13 +02:00
Metasploit
0a0b11491a
automatic module_metadata_base.json update
2023-04-12 04:39:17 -05:00
cgranleese-r7
a313e36c1d
Fixes linting errors on SCTP payloads
2023-04-12 10:24:19 +01:00
cgranleese-r7
e6c1aecd26
Land #17502 , Adds SCTP Sessions
2023-04-12 10:15:43 +01:00
Ryuuuuu
585479474b
fix bug which prints always vulnerable (change code suggested code by @bcoles)
2023-04-12 08:25:34 +00:00
Ryuuuuu
e3983eac1f
Correct incorrect log format
2023-04-12 13:04:13 +09:00
Ryuuuuu
29c24438a6
Correct incorrect log format when no files found
2023-04-12 13:01:49 +09:00
Ron Bowes
6119330e29
Update documentation to match current version of modules
2023-04-11 09:48:53 -07:00
Ron Bowes
7dc1faa689
Better error handling, and fix version detection
2023-04-11 09:34:24 -07:00
Christophe De La Fuente
59ff65d58d
Land #17821 , DBManager: Import: Add Nuclei JSON database import
2023-04-11 17:51:22 +02:00
adfoster-r7
875ad34b62
Persist icpr cert as pkcs12 credential
...
Update creds command to support pkcs12
2023-04-11 16:25:25 +01:00
sfewer-r7
375d9b34f1
make on_request_uri compatible with both command staget and teh generic java target
2023-04-11 14:25:07 +01:00
adfoster-r7
b01e3ca324
Land #17858 , Update metasploit-payloads gem to 2.0.123
2023-04-11 14:08:12 +01:00
sfewer-r7
0022d0b8c3
Merge branch 'CVE-2023-26359-java-payload' into CVE-2023-26359
2023-04-11 13:59:37 +01:00
adfoster-r7
b9f3d2b1d5
Land #17862 , Msf::Payload::Apk: Bump apktool minimum required version to 2.7.0
2023-04-11 13:23:19 +01:00
sfewer-r7
0af2f00ca0
URI decode the (optional) CFC_METHOD_PARAMETER param names and values, as they will be encoded again during send_request_cgi.
2023-04-11 12:42:29 +01:00
sfewer-r7
1dc8eb2802
remove linemax option from execute_cmdstager as it was artifact from testing and is not needed here
2023-04-11 12:14:28 +01:00
sfewer-r7
296fd6fec7
add in bourne and printf command stager flavors for Linux target
2023-04-11 12:07:49 +01:00
sfewer-r7
70018f7543
add psh_invokewebrequest as a command stager flavor for Windows
2023-04-11 11:57:39 +01:00
sfewer-r7
5c1057dd58
use the rails method blank? here to check for both nil and empty
2023-04-11 11:48:27 +01:00
sfewer-r7
657c1446c4
dont check these datastore options for empty? as the default values will either be set or an empty value will be detected during configuration validation
2023-04-11 11:41:55 +01:00
sfewer-r7
fa1e7ae016
close all CMFL tags and chain the getRuntime and exec calls for berevity
2023-04-11 11:22:13 +01:00
bcoles
3b7cf035ea
DBManager: Import: Add Nuclei JSON database import
2023-04-10 22:22:19 +10:00
bcoles
8525849763
Msf::Payload::Apk: Bump apktool minimum required version to 2.7.0
2023-04-10 21:07:25 +10:00
Jack Heysel
a2d2946007
Rubocop
2023-04-07 13:53:12 -04:00
Jack Heysel
18170babc2
Fix RCE payloads and add autorunscript
2023-04-07 13:35:16 -04:00
Ron Bowes
1a8671311d
Move the offsets into a field separate from 'targets'
2023-04-07 10:26:56 -07:00
Ron Bowes
02072418f0
Expand the comment about why we're checking for \xff (since it can't appear in the payload)
2023-04-07 10:10:13 -07:00
Spencer McIntyre
eec0e71dd7
Update metasploit-payloads gem to 2.0.123
...
Includes changes from:
* rapid7/metasploit-payloads#628
2023-04-07 10:45:14 -04:00
Jack Heysel
056b0a0e8b
LPE and doc updates
2023-04-07 10:41:10 -04:00
Metasploit
599c8609a7
automatic module_metadata_base.json update
2023-04-07 08:47:12 -05:00
adfoster-r7
42902bb5e5
Land #17851 , fix check function which always prints vulnerable
2023-04-07 14:24:45 +01:00
Jack Heysel
665ba4aece
Add additional target
2023-04-06 23:41:36 -04:00
Ryuuuuu
9985538846
Update modules/exploits/linux/http/apache_couchdb_cmd_exec.rb
...
fix nil exception
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-04-07 09:55:00 +09:00
Jack Heysel
79d4021f31
Replaced janky XML building
2023-04-06 14:58:05 -04:00
Jack Heysel
544fb8ead6
Removed unecessary start_service proc
2023-04-06 14:26:02 -04:00
Ron Bowes
ce111f158a
Better error handling
2023-04-06 10:35:33 -07:00
Jack Heysel
d92fc41d29
Print out what command fails when attempting RCE
2023-04-06 13:31:17 -04:00
Jack Heysel
4984a3e2d3
Edit check method to raise errors instead of returning boolean
2023-04-06 13:25:20 -04:00
Metasploit
261fc5227d
Bump version of framework to 6.3.12
2023-04-06 12:13:28 -05:00
sfewer-r7
b05c9c6303
add a generic java target
2023-04-06 17:29:50 +01:00
Metasploit
3c7c2f1fbe
automatic module_metadata_base.json update
2023-04-06 11:27:31 -05:00
adfoster-r7
d08fa00c06
Land #17458 , Weblogic t3s support
2023-04-06 17:13:16 +01:00
Steve E
67b98b5120
merge tested exploits
2023-04-06 15:42:39 +01:00
sfewer-r7
43fe41bea5
RCE exploit for CVE-2023-26359 and an auxiliary module for arbitrary file read via the same vuln.
2023-04-06 14:02:01 +01:00
Steve E
f0189cc886
revert another get_once
2023-04-06 11:43:50 +01:00
Steve E
656c562816
Added notes, revert to get_once
2023-04-06 11:01:32 +01:00
Steve Embling
cc79fe039a
Merge branch 'rapid7:master' into weblogic-t3s-support
2023-04-06 10:38:29 +01:00
Jack Heysel
b7456e20d5
VMware Workspace One Access mr_me Hekate exploit
2023-04-05 23:10:34 -04:00
Ron Bowes
523931aa4c
Change target options for stack overflow exploit
2023-04-05 15:24:49 -07:00
Ron Bowes
c345fe78b8
Fix up error handling and other comments from the PR
2023-04-05 15:13:35 -07:00
Ron Bowes
c07ca83d6c
Fix the metadata and add an in-memory target
2023-04-05 14:07:12 -07:00
Ron Bowes
04a9ae7335
Add check methods
2023-04-05 10:55:28 -07:00
Ron Bowes
c22c2904c2
Fix msftidy_docs stuff
2023-04-05 10:53:58 -07:00
cgranleese-r7
e004be00fe
Converted to Active Support
2023-04-05 16:53:01 +01:00
Metasploit
452daf0b64
automatic module_metadata_base.json update
2023-04-05 10:10:02 -05:00
Christophe De La Fuente
5d63175b56
Land #17823 , php_cgi_arg_injection: Fix check regex match to detect code html tag
2023-04-05 16:44:52 +02:00
adfoster-r7
653234e1d0
Add bootsnap for bootup performance
2023-04-04 10:35:53 +01:00
cgranleese-r7
818046c6dd
wip
2023-04-04 10:27:15 +01:00
cgranleese-r7
769e2e760c
stop point
2023-04-04 10:27:15 +01:00
cgranleese-r7
c3a7da54d5
reduces code duplication
2023-04-04 10:27:11 +01:00
cgranleese-r7
40e6917b7f
tests passing
2023-04-04 10:24:09 +01:00
Ryuuuuu
8b3d799104
fix check function which always prints vulnerable
2023-04-04 10:07:06 +09:00
adfoster-r7
05d9e7f9d6
Land #17842 , Update docs for cmdstager
2023-04-03 21:33:01 +01:00
bwatters
917bbbc9e0
fix tagging issue
2023-04-03 15:06:26 -05:00
bwatters
c93a4d0e30
So we don't actually use an http server when we use cmdstager::flavor certutil
2023-04-03 15:06:26 -05:00
bwatters
2a0221a7ed
Attempt to update and clarify cmdstager docs
2023-04-03 15:06:26 -05:00
cgranleese-r7
2de5d4324f
Land #17849 , Update docs to use links for Github handles
2023-04-03 17:21:23 +01:00
adfoster-r7
7058d4c8ad
Land #17838 , Railgun documentation updates
2023-04-03 17:09:33 +01:00
Spencer McIntyre
9af0f5ca0c
Railgun documentation updates
2023-04-03 09:31:30 -04:00
Metasploit
a6159ccda5
automatic module_metadata_base.json update
2023-04-03 06:17:46 -05:00
adfoster-r7
f7cee703ce
Land #17835 , cisco_dcnm_auth_bypass: Fix TARGETURI URL normalization
2023-04-03 11:47:56 +01:00
adfoster-r7
728e1f1ea2
Land #17836 , Add session.platform example to post module docs
2023-04-03 11:45:11 +01:00
adfoster-r7
2b90337947
Land #17844 , fix broken module references
2023-04-03 11:34:13 +01:00
adfoster-r7
ffea12fe2c
Land #17837 , AutoCheck documentation
2023-04-03 11:31:35 +01:00
adfoster-r7
a853efb05f
Land #17840 , Add notes section to exploit template
2023-04-03 11:28:48 +01:00
adfoster-r7
c12ef82d35
Land #17841 , Update Assigning-Labels doc
2023-04-03 10:49:46 +01:00
Christophe De La Fuente
057fd1b74b
Remove instance variables from example code
2023-04-03 11:30:03 +02:00
adfoster-r7
b3d4812416
Update docs to use links for github handles
2023-04-03 10:29:51 +01:00
SubcomandanteMeowcos
a54f3d4707
fix broken module references
...
doing these "by domain" now, piecemeal.
this PR fixes all broken references to the "insecurety" website, which is long dead.
2023-04-01 05:17:02 -07:00
manishkumarr1017
812d3c7f35
PR Review Changes for optimizing the nagiosxi modules
2023-04-01 14:28:37 +05:30
Jack Heysel
18cfc42cb0
Update assigning labels doc
2023-03-31 16:21:12 -04:00
jheysel-r7
e112c9b610
Update docs/metasploit-framework.wiki/Get-Started-Writing-an-Exploit.md
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-03-31 14:54:20 -04:00
Jack Heysel
51fb3335c7
Removed unnecessary changes
2023-03-31 14:40:30 -04:00
Jack Heysel
b82bb572ca
Add notes section to exploit template
2023-03-31 14:35:06 -04:00
Christophe De La Fuente
a95ae383d0
Add cleanup doc
2023-03-31 19:56:16 +02:00
Christophe De La Fuente
6fdbc0b903
Add AutoCheck mixin doc
2023-03-31 18:25:57 +02:00
Jack Heysel
c41d44ac3c
Add session.platform example
2023-03-31 11:22:01 -04:00
bcoles
2711ba4b3a
cisco_dcnm_auth_bypass: Fix TARGETURI URL normalization
2023-03-31 23:53:41 +11:00
dwelch-r7
eb12cfec05
Land #17778 , Update brocade tests to pass locally
2023-03-31 10:51:31 +01:00
Metasploit
3aabb738bf
Bump version of framework to 6.3.11
2023-03-30 12:10:12 -05:00
Metasploit
fd4be04e28
automatic module_metadata_base.json update
2023-03-30 11:58:43 -05:00
Jack Heysel
15d267a233
Land #17826 , post module for CVE-2023-21768
...
This adds an exploit module for CVE-2023-21768 that
achieves local privilege escalation on Windows 11 2H22.
2023-03-30 12:27:28 -04:00
dwelch-r7
f40e843b4e
Land #17833 , Add check metadata to rpc module info
2023-03-30 17:08:04 +01:00
jheysel-r7
152ef4a86b
Update modules/exploits/windows/local/cve_2023_21768_afd_lpe.rb
2023-03-30 11:28:46 -04:00
jheysel-r7
6f400052b1
Update modules/exploits/windows/local/cve_2023_21768_afd_lpe.rb
2023-03-30 11:00:55 -04:00
Metasploit
6111d55504
automatic module_metadata_base.json update
2023-03-30 08:29:58 -05:00
dwelch-r7
ab08cd2d1c
Land #17753 , Update get_ticket to support using forged golden tickets
2023-03-30 14:15:48 +01:00
adfoster-r7
c926f4961b
Add check metadata to rpc module info
2023-03-30 10:24:31 +01:00
Metasploit
6f89d94759
automatic module_metadata_base.json update
2023-03-29 12:46:31 -05:00
space-r7
1f32004901
Land #17813 , ssh_enumusers set CHECK_FALSE to true
2023-03-29 12:31:31 -05:00
Ron Bowes
7cb6213334
Fix an msftidy error
2023-03-29 09:56:04 -07:00
Ron Bowes
54ed192401
Add URLs
2023-03-29 08:10:52 -07:00
Ron Bowes
4cab9b1a34
Make rubocop happy
2023-03-29 08:05:05 -07:00
Ron Bowes
41fe44ef1a
Merge branch 'master' into unirpc-auth-bypass
2023-03-29 08:03:05 -07:00
Ron Bowes
6897be4b01
Add two Metasploit modules for UniData vulnerabilities
2023-03-29 08:01:50 -07:00
Metasploit
51ea787f69
automatic module_metadata_base.json update
2023-03-29 09:49:46 -05:00
space-r7
9cd024a7a2
Land #17828 , add AMQP login scanner module
2023-03-29 09:24:48 -05:00
adfoster-r7
0a559bfded
Land #17704 , Apache Solr RCE via Velocity Template: Attempt fix for NoMethodError when exploiting
2023-03-29 15:12:04 +01:00
adfoster-r7
e1ecdac2a5
Land #17724 , Add ticket checksum to kerberos ticket creation
2023-03-29 09:01:39 +01:00
space-r7
72ec93d27a
Land #17827 , add AMQP version scanner module
2023-03-28 16:00:42 -05:00
adfoster-r7
aaa36e2651
Land #17831 , Fix dead reference links in rpc_cmsd_opcode21.rb
2023-03-28 19:38:46 +01:00
adfoster-r7
f626b55831
Land #17825 , Update zimbra_slapper_priv_esc.rb
2023-03-28 18:36:18 +01:00
adfoster-r7
f6c4679435
Land #17830 , tools: modules: committer_count: Parse date argument with Time.parse
2023-03-28 18:34:24 +01:00
dm-ct
1330913e33
Fix dead reference links in rpc_cmsd_opcode21.rb
...
Both the reference links in this one are dead, replacing with archive.org links.
Much like https://github.com/rapid7/metasploit-framework/pull/17825 , I'll be doing these ad-hoc for a little bit until I figure out a reliable way to do a load of them in one batch.
2023-03-28 18:15:26 +01:00
Jack Heysel
865251b8aa
Land #17818 , fix crash in RPC job info
2023-03-28 12:02:56 -04:00
bcoles
74bb908e56
tools: modules: committer_count: Parse date argument with Time.parse
2023-03-29 01:45:27 +11:00
Jack Heysel
fcb93fef58
Land #17806 , Optergy BMS Backdoor RCE module
...
This module exploits an undocumented backdoor vulnerability
(CVE-2019-7276) in the Optergy Proton and Enterprise Building
Management System (BMS) applications.
2023-03-28 10:27:35 -04:00
Jack Heysel
f3c12ba176
Land #17808 , Update broken secunia references
...
The Secunia links in the framework were dead. They have
now been restored using the wayback machine to grab
replacement links from the earliest date possible.
2023-03-27 17:20:13 -04:00
Spencer McIntyre
7a2643304e
Add a missing require line
2023-03-27 16:54:04 -04:00
Spencer McIntyre
97d67c6a79
Add an AMQP login scanner
2023-03-27 16:53:03 -04:00
Spencer McIntyre
5d0ae3e0c0
Add a missing require line
2023-03-27 16:48:40 -04:00
Spencer McIntyre
95e8a1c175
Initial AMQP version scanner
2023-03-27 16:44:11 -04:00
space-r7
f9c6caa804
Land #17785 , add SolarWinds (SWIS) deser RCE
2023-03-27 15:25:17 -05:00
Spencer McIntyre
a36a475111
Bump rex-socket to 0.1.49
...
This includes the SSL fix from rapid7/rex-socket#58
2023-03-27 16:02:57 -04:00
Christophe De La Fuente
6d4ee0c071
Add exploit for CVE-2023-21768
2023-03-27 20:08:22 +02:00
dm-ct
38f7cbdfc6
Update zimbra_slapper_priv_esc.rb
...
fixing reference to use an archive link as the sites down.
2023-03-27 16:46:07 +01:00
bcoles
abe5570902
php_cgi_arg_injection: Fix check regex match to detect code html tag
2023-03-27 15:21:04 +11:00
bcoles
8572053f0c
php_cgi_arg_injection: Add notes and resolve Rubocop violations
2023-03-27 15:16:51 +11:00
h00die-gr3y
bcef7ee357
updated module and documentation with SUDO option
2023-03-26 18:31:25 +00:00
manishkumarr1017
a67e894609
optimising the nagiosxi modules and also fixing the bug when autocheck is disabled
2023-03-26 15:58:45 +05:30
emirpolatt
c65685deae
CVE-2023-27253 - PfSense 2.6.0 'Backup & Restore' OS Command Injection Module
2023-03-26 02:46:31 +03:00
Jack Heysel
e2e8568860
Land #17789 , proftpd_modcopy_exec merge conflict
2023-03-24 23:19:18 -04:00
jheysel-r7
0d6195a9ae
Merge branch 'master' into proftpd_modcopy_exec
2023-03-24 21:16:54 -04:00
Jack Heysel
b7ac6d45d5
Land #17789 , proftpd_modcopy_exec enhancements
...
This PR add documentation, notes, a reference URL, and a few
general code improvements to the check and exploit methods.
2023-03-24 21:08:28 -04:00
adfoster-r7
5f382cedba
Fix crash in rpc job info command
2023-03-24 12:08:58 +00:00
Samuel Henrique
d77113dad5
ssh_enumusers.rb: Change default value of 'CHECK_FALSE' to true ( closes #17810 )
...
The default action "Malformed Packet" reports all users as found even
though they don't exist.
Setting "CHECK_FALSE" to true will make the scanner bail out as it
realizes the target is patched.
2023-03-23 22:24:59 +00:00
Spencer McIntyre
3ca177eb1f
Add the exploit for CVE-2022-38108
2023-03-23 17:28:58 -04:00
Spencer McIntyre
bfac7e6e0b
Add a formatter_compatible_gadget_chains function
2023-03-23 17:28:58 -04:00
Spencer McIntyre
ff3b68a352
Add the ObjectDataProvider+JsonNetFormatter
2023-03-23 17:28:58 -04:00
Spencer McIntyre
26d0f77379
Add the AMQP client
2023-03-23 17:28:53 -04:00
Metasploit
99aca10c8d
Bump version of framework to 6.3.10
2023-03-23 12:10:35 -05:00
adfoster-r7
d04c8e1bce
Update broken secunia references
2023-03-23 10:43:57 +00:00
h00die-gr3y
0c87b0b7cf
removed Windows reference from documentation
2023-03-23 10:34:51 +00:00
bcoles
69daea95d6
exploit/unix/ftp/proftpd_modcopy_exec: Add docs and resolve RuboCop violations
2023-03-23 18:13:20 +11:00
h00die-gr3y
820e625baa
updated documentation
2023-03-22 21:17:54 +00:00
h00die-gr3y
8226fb9022
fixed small typos documentation
2023-03-22 20:04:34 +00:00
h00die-gr3y
28459c286a
init commit module and documentation
2023-03-22 18:40:50 +00:00
Metasploit
b095a6ccd2
automatic module_metadata_base.json update
2023-03-22 13:15:21 -05:00
space-r7
67ac2dc584
Land #17771 , add monitorr file upload rce
2023-03-22 13:00:38 -05:00
space-r7
3fe0801d92
use target_uri.path in requests
2023-03-22 12:50:11 -05:00
Grant Willcox
8356837e0a
Land #17798 , Update debug command to correctly output datastore values
2023-03-22 10:58:56 -05:00
Metasploit
16ecb2e649
automatic module_metadata_base.json update
2023-03-22 10:34:00 -05:00
adfoster-r7
d6e9e8d3bb
Land #17735 , fix some incorrect YARD parameters
2023-03-22 15:20:12 +00:00
Grant Willcox
efd79bdd3a
Land #17800 , Update rubocop rule for module length limits
2023-03-22 09:44:12 -05:00
Metasploit
1918c856e1
automatic module_metadata_base.json update
2023-03-22 08:07:13 -05:00
adfoster-r7
e790b1aac6
Land #17802 , update Python pingback payloads to no longer crash
2023-03-22 12:52:55 +00:00
Spencer McIntyre
e02c80f10d
Land #17747 , Fix issues in wmap plugin
2023-03-21 17:19:23 -04:00
Spencer McIntyre
835f397f79
Add a missing include so the payloads generate
2023-03-21 16:49:25 -04:00
Metasploit
4c2b1c301f
automatic module_metadata_base.json update
2023-03-21 14:23:14 -05:00
Jack Heysel
1f2a889d0c
Land #17388 , Zyxel router RCE
...
This module adds a new exploit module for a buffer
overflow in roughly 45 different Zyxel router and VPN models.
2023-03-21 15:07:04 -04:00
Jack Heysel
f5d1aab01a
Changed send_request_cgi to raw
2023-03-21 14:26:05 -04:00
adfoster-r7
5d0b7c191c
Update rubocop rule for module length limits
2023-03-21 17:38:15 +00:00
adfoster-r7
dd576dd860
Update debug command to correctly output datastore values
2023-03-21 14:02:30 +00:00
adfoster-r7
56e5796157
Land #17784 , Performance regression eager load
2023-03-21 12:59:02 +00:00
adfoster-r7
236de61130
Land #17583 , Enhances info -d with references to AttackerKB
2023-03-21 12:38:36 +00:00
Dean Welch
acf23e9c61
Sets config.eager_load to false for production envs
2023-03-21 12:31:33 +00:00
dwelch-r7
feaddc09cc
Land #17795 , Add documentation on debugging and running external python modules
2023-03-21 11:12:17 +00:00
dwelch-r7
2f45c3baa8
Land #17794 , Update external modules to support python3.11
2023-03-21 11:09:55 +00:00
adfoster-r7
cf3d14d42f
Update external modules to support python 3.11
2023-03-21 11:00:56 +00:00
adfoster-r7
83cc0bf5a9
Add documentation on debugging and running external python modules
2023-03-21 10:59:55 +00:00
dwelch-r7
158fae2a2c
Land #17792 , Fix external module crash for att open proxy scanner
2023-03-21 10:53:53 +00:00
Metasploit
1764f0806e
automatic module_metadata_base.json update
2023-03-20 18:04:09 -05:00
bwatters
3b73adf05d
Land #17401 , Add encoder module x86/xor_poly
...
Merge branch 'land-17401' into upstream-master
2023-03-20 17:48:46 -05:00
h00die-gr3y
c5ed25cd6c
small update to documentation on vulnerable releases
2023-03-20 21:12:49 +00:00
h00die-gr3y
e3df74ee5b
Updates addressing review points of space-r7
2023-03-20 21:04:58 +00:00
H00die.Gr3y
871a251c94
Apply suggestions from code review
...
Co-authored-by: Shelby Pace <40177151+space-r7@users.noreply.github.com >
2023-03-20 21:44:11 +01:00
Spencer McIntyre
e59a192a84
Restructure AMQP protocol definitions
2023-03-20 16:24:31 -04:00
Spencer McIntyre
c82af18e68
Set the class and method ID from the arguments
2023-03-20 16:24:30 -04:00
Spencer McIntyre
31e3f459d8
Add some basic AMQP protocol definitions
2023-03-20 16:24:30 -04:00
Grant Willcox
d257bae706
Land #17783 , Update reload_lib command to catch script errors
2023-03-20 13:56:27 -05:00
adfoster-r7
49f15527d1
Fix external module crash for att open proxy scanner
2023-03-20 15:43:54 +00:00
h00die-gr3y
5903addbd6
Updates adressing majority of review points
2023-03-19 15:13:09 +00:00
bcoles
1b7cee4589
exploit/unix/ftp/proftpd_modcopy_exec: Add docs and resolve RuboCop violations
2023-03-19 15:35:36 +11:00
manishkumarr1017
4aea945be3
fixing the failed specs by keeping the exact output necessary
2023-03-18 23:24:00 +05:30
manishkumarr1017
02608a4e12
adding extra specs for the new enhancement and optimizing the queries
2023-03-18 23:04:55 +05:30
manishkumarr1017
dc97b33f4a
Merge branch 'rapid7:master' into add_new_column_in_creds
2023-03-18 20:45:41 +05:30
Metasploit
668735e418
automatic module_metadata_base.json update
2023-03-17 16:59:16 -05:00
space-r7
9e1be62f06
Land #17462 , add WhatsUp Gold credential extractor
2023-03-17 16:44:17 -05:00
Jack Heysel
31a32ccd9b
linting and srvhost check fix
2023-03-17 14:39:02 -04:00
jheysel-r7
56761a2f6d
Update modules/exploits/linux/misc/zyxel_multiple_devices_zhttp_lan_rce.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-03-17 13:01:02 -04:00
jheysel-r7
6b853b57c6
Update modules/exploits/linux/misc/zyxel_multiple_devices_zhttp_lan_rce.rb
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-03-17 13:00:15 -04:00
jheysel-r7
764abaf087
Update documentation/modules/exploit/linux/misc/zyxel_multiple_devices_zhttp_lan_rce.md
...
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com >
2023-03-17 12:59:48 -04:00
jheysel-r7
df365b55a4
Update modules/exploits/linux/misc/zyxel_multiple_devices_zhttp_lan_rce.rb
...
Co-authored-by: Jeffrey Martin <jeffrey_martin@rapid7.com >
2023-03-17 12:57:06 -04:00
Metasploit
01204106e9
automatic module_metadata_base.json update
2023-03-17 05:03:20 -05:00
Christophe De La Fuente
0df12fd694
Land #17754 , Open web analytics 1.7.3 remote code execution
2023-03-17 10:15:33 +01:00
H00die.Gr3y
04e0fc70bf
Apply suggestions from code review
...
Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com >
2023-03-16 19:25:03 +01:00
Metasploit
8b26064855
Bump version of framework to 6.3.9
2023-03-16 12:14:04 -05:00
Pflegusch
3baa894840
Add DefangedMode to warn the user
2023-03-16 18:07:28 +01:00
Spencer McIntyre
0c567c474e
Land #17780 , Update GSoC-2023-Project-Ideas.md
...
Update GSoC-2023-Project-Ideas.md to remove my name from mentor list
2023-03-16 10:06:29 -04:00
adfoster-r7
6f6559dc2c
Update the reload_lib command to continue reloading the remaining files if a single file fails to load
2023-03-16 11:41:00 +00:00
Arthur RAOUT
4ecf222c95
add iquote join() for x64
2023-03-16 11:21:03 +01:00
Metasploit
335c00e2f9
automatic module_metadata_base.json update
2023-03-16 05:16:49 -05:00
Christophe De La Fuente
daadb4f523
Land #17775 - Add exploit for Bitbucket env var RCE (CVE-2022-43781)
2023-03-16 11:01:07 +01:00
Arthur RAOUT
5a1fdbab50
revert newline
2023-03-15 21:00:13 +01:00
Arthur RAOUT
58951196bc
Merge branch 'fix_mingw_includes' of github.com:araout42/metasploit-framework into fix_mingw_includes
2023-03-15 20:58:56 +01:00
Arthur RAOUT
3d3e3195a3
fix 1 eol space
2023-03-15 20:58:42 +01:00
Professor Araout
351b62cca6
Merge branch 'rapid7:master' into fix_mingw_includes
2023-03-15 20:55:36 +01:00
Arthur RAOUT
f73249f709
Added changes to mingw.rb to allow custom iquote include dirs
2023-03-15 20:54:27 +01:00
Arthur RAOUT
028cc8a909
Added changes to mingw.rb to allow custom iquote include dirs
2023-03-15 20:53:57 +01:00
Grant Willcox
1fef0ebdb1
Update GSoC-2023-Project-Ideas.md
...
I am no longer a mentor for this year, so remove my name from the mentor list.
2023-03-15 14:15:28 -05:00
space-r7
8a76dab0bd
update line numbers
2023-03-15 13:24:33 -05:00
Pflegusch
027793cce6
Remove unused variable res in check_connection
2023-03-15 19:00:26 +01:00
Pflegusch
ac72c12734
Set timeout of 1s to make session available much quicker
2023-03-15 18:59:22 +01:00
Pflegusch
d06e2d9e3d
Remove nvd url
2023-03-15 18:56:23 +01:00
space-r7
22c05105d3
address review comments
...
reduces some code duplication, sets privileged to true,
and modifies documentation to reflect lhost / rhost opts
2023-03-15 11:18:03 -05:00
3V3RYONE
9d60480d4e
make subscriber nil safe
2023-03-15 21:34:51 +05:30
adfoster-r7
90d4b660f7
Update brocade tests to pass locally
2023-03-15 13:23:01 +00:00
Pflegusch
3bf60a57ae
Fix typo
2023-03-15 01:54:36 +01:00
Pflegusch
cea8aa8e02
Update open_web_analytics_rce.md to work with latest code changes
2023-03-15 01:34:02 +01:00
Pflegusch
ee0334dd40
since file got deleted, one can not trigger the payload anymore by opening the php url
2023-03-15 01:05:10 +01:00
space-r7
fddcae3d93
don't always create repo
2023-03-14 19:03:58 -05:00
Pflegusch
0cbebc8a4c
Remove malicious .php file at the end of the exploit
2023-03-15 01:03:20 +01:00
Pflegusch
103def70e4
More detailed error message for failed regex match
2023-03-15 00:07:20 +01:00
Pflegusch
bb9e214282
Fix line too long in open_web_analytics_rce docs
2023-03-15 00:01:15 +01:00
Pflegusch
d72d47e502
Update Failure Codes and check for nil in the helper functions
2023-03-14 23:59:57 +01:00
Pflegusch
897aaf9572
Use Failure::UnexpectedReply when password cant be changed
2023-03-14 23:41:48 +01:00
Pflegusch
2310b0d942
Use Failure::NotFound when no valid cache file is found
2023-03-14 23:40:29 +01:00
Pflegusch
86f4a16cff
Check if cache_request is not nil
2023-03-14 23:38:57 +01:00
Pflegusch
e160e51711
Fix typos, update docs with advanced option SearchLimit, implement SearchLimit into module
2023-03-14 23:29:55 +01:00
Pflegusch
887551bf2c
Use UnexptectedReply instead of Unknown
2023-03-14 22:29:38 +01:00
Pflegusch
8db10af8c0
check if res is not nil in addition to res.code
2023-03-14 22:28:52 +01:00
Pflegusch
dff139d6d7
remove fail_with in check_connection as suggested
2023-03-14 22:24:08 +01:00
Pflegusch
2ce3aeed2b
Add CONFIG_CHANGES to the side effects
2023-03-14 22:16:10 +01:00
Pflegusch
c0ee250b6b
Add some more URL references
2023-03-14 22:14:16 +01:00
Pflegusch
cfaad7fb84
prepend AutoCheck
2023-03-14 22:10:44 +01:00
Pflegusch
9e64f02742
Use default values in option declaration instead of DefaultOptions
2023-03-14 22:08:05 +01:00
Pflegusch
ac6e94770e
use Failure::Unreachable and use unless instead of if/else
2023-03-14 22:03:31 +01:00
Pflegusch
311314984f
Remove base64 requirement
2023-03-14 21:47:29 +01:00
Pflegusch
cc4e455530
Remove directory datastore option and make username and password required
2023-03-14 21:46:45 +01:00
Pflegusch
3196a52bdf
fix msftidy_docs.rb issues
2023-03-14 21:43:07 +01:00
3V3RYONE
9c20d0f84b
Implemented HTTP-Trace for login scanners via HttpLoggerSubscriber API
2023-03-15 00:57:33 +05:30
Metasploit
c2c5c0c339
automatic module_metadata_base.json update
2023-03-14 11:24:18 -05:00
Grant Willcox
c53a22d3fb
Land #17750 , FortiNAC keyUpload.jsp arbitrary file write CVE-2022-39952
2023-03-14 11:09:40 -05:00
Grant Willcox
7217a60e41
Update documentation to provide better installation instructions
2023-03-14 10:13:27 -05:00
Grant Willcox
4a4b2a28d2
Update documentation to provide better installation instructions
2023-03-14 09:21:08 -05:00
Metasploit
d9c5a3debf
automatic module_metadata_base.json update
2023-03-14 05:44:22 -05:00
cgranleese-r7
ec7347cd49
Land #17509 , tomcat 7 priv esc on rhel based systems (cve-2016-5425)
2023-03-14 10:16:18 +00:00
space-r7
1eeaff255e
make username / password opts required
2023-03-13 16:45:48 -05:00
Grant Willcox
3bd4c15704
Correct architecture and do final fixes
2023-03-13 15:46:42 -05:00
space-r7
4bb843fe70
add documentation, adjust method of getting ids
2023-03-13 15:31:41 -05:00
h00die
8dfe58e617
review comment
...
Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com >
2023-03-13 14:42:26 -04:00
space-r7
4eef052fcd
add usage of linux cmdstager, cleanup, description
2023-03-13 13:24:15 -05:00
Metasploit
192af217b6
Bump version of framework to 6.3.8
2023-03-13 13:23:26 -05:00
h00die-gr3y
015d79a4c2
added documentation
2023-03-13 18:05:08 +00:00
Grant Willcox
9ab335ee05
Land #17774 , Fix undefined method word_wrap error on msfconsole boot
2023-03-13 13:00:06 -05:00
adfoster-r7
18ecd8be18
Land #17773 , Fix kerberos tests failing in different timezones
2023-03-13 17:42:26 +00:00
adfoster-r7
ccf1a82664
Fix undefiend method word_wrap error on msfconsole boot
2023-03-13 17:24:57 +00:00
Dean Welch
db343e629d
Fix remaining hardcoded timezones in tests
2023-03-13 13:16:12 -04:00
Metasploit
bc002de9f2
automatic module_metadata_base.json update
2023-03-13 11:52:26 -05:00
adfoster-r7
4afa8515a8
Land #17770 , Revert "Added new Datastore options to ssh_login"
2023-03-13 16:30:05 +00:00
Grant Willcox
3a7da2ad8a
Revert "Added new Datastore options to ssh_login"
2023-03-13 10:05:22 -05:00
h00die-gr3y
07d7248de8
initial module commit
2023-03-13 13:32:14 +00:00
Metasploit
a26e839ef8
automatic module_metadata_base.json update
2023-03-13 06:35:38 -05:00
cgranleese-r7
29eec5733d
Land #17757 , Update formatting logic for info command
2023-03-13 11:12:58 +00:00
Pflegusch
ddd594ac62
Update example in docs for latest code changes
2023-03-11 17:26:21 +01:00
Pflegusch
94e9504727
Use metasploit payload instead of hardcoded one
2023-03-11 14:47:32 +01:00
Pflegusch
3f7f28dd4f
make use of full_uri and change regex
2023-03-11 14:25:04 +01:00
adfoster-r7
daef33fe33
Update formatting logic for info command
2023-03-09 23:23:16 +00:00
Aaron Meese
0a6ac589e4
Update modules/auxiliary/scanner/http/rpyc_rce.py
...
Renames `system` function to `remote_system`
Co-authored-by: Jeffrey Martin <jeffrey_martin@rapid7.com >
2023-03-09 15:55:51 -07:00
Jack Heysel
2a9ddae531
Updated description
2023-03-09 17:43:14 -05:00
Jack Heysel
06e7c3d702
Responded to comments updated docs
2023-03-09 17:39:53 -05:00
space-r7
2fbc80a44f
add base cmdstager support for windows target
2023-03-09 16:24:12 -06:00
Metasploit
d188170169
Bump version of framework to 6.3.7
2023-03-09 14:03:37 -06:00
Christophe De La Fuente
4866c2b8b8
Land #17686 , Additional PetitPotam Methods
2023-03-09 19:29:16 +01:00
Grant Willcox
fdcf55ef58
Land #17758 , Update metasploit-payloads gem to 2.0.122
2023-03-09 11:34:18 -06:00
jheysel-r7
63e2376f64
Apply suggestions from code review
...
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com >
2023-03-09 12:31:30 -05:00
Metasploit
d2d99b5db7
automatic module_metadata_base.json update
2023-03-09 11:01:25 -06:00
Spencer McIntyre
0cbac03f91
Update ruby_smb gem to 3.2.5
2023-03-09 11:58:49 -05:00
Spencer McIntyre
876b7c2c0f
Update metasploit-payloads gem to 2.0.122
...
Includes changes from:
* rapid7/metasploit-payloads#621
* rapid7/metasploit-payloads#623
2023-03-09 11:40:45 -05:00
Grant Willcox
beb9f87d53
Land #17507 , SugarCRM webshell upload RCE [CVE-2023-22952] + Mixin for PNG embedded web shells
2023-03-09 10:16:57 -06:00
dwelch-r7
9961fffaa2
Land #17756 , Update secrets dump to generate kerberos rc4 key for machine account
2023-03-09 16:12:52 +00:00
dwelch-r7
01399e4818
Land #17749 , Add nthashes to keytab export
2023-03-09 16:09:13 +00:00
Pflegusch
38511f4d89
Rename establish_connection function
2023-03-09 17:06:07 +01:00
Pflegusch
e66fd8f5ae
Use rand_text_alphanumeric function
2023-03-09 17:03:48 +01:00
Pflegusch
69839d1924
Remove get_proxy_protocol function
2023-03-09 17:02:10 +01:00
Pflegusch
85185633b7
Use single back ticks and 3 instead of 4 at the end
2023-03-09 16:58:04 +01:00
Pflegusch
614f4b6d89
Make installation path of owa configurable
2023-03-09 16:32:28 +01:00
h00die-gr3y
fc711131a2
added MIME, added break in mixin and added link with installation instructions
2023-03-09 09:28:46 -06:00
Grant Willcox
deafceed00
Update documentation, library, and Gemspec from review
2023-03-09 09:28:27 -06:00
h00die-gr3y
d3f84af790
Included mixin for PHP code injection at PNGs
2023-03-09 09:28:14 -06:00
h00die-gr3y
dc8ebb722a
Added support for native PHP payloads and reengineered webshells
2023-03-09 09:28:03 -06:00
h00die-gr3y
c844d4d714
removed check and fix up some code
2023-03-09 09:27:29 -06:00
h00die-gr3y
771f32bd8a
Add documentation and apply code updates
2023-03-09 09:27:03 -06:00
h00die-gr3y
378a667f76
init commit module
2023-03-09 09:26:55 -06:00
Pflegusch
2de53712bd
Use Rex::Version for version comparison
2023-03-09 15:59:42 +01:00
Pflegusch
94ceeb075a
Redirect is not necessary - replace with simple send_request_cgi request
2023-03-09 15:41:15 +01:00
Jeffrey Martin
350984bc41
Land #17661 , Weekly dependency updates for Gemfile.lock
2023-03-09 08:36:26 -06:00
Pflegusch
ee95eb2883
fix typo: establish_connection
2023-03-09 15:09:32 +01:00
adfoster-r7
5c1fcc3a72
Update secrets dump to generate kerberos rc4 key for machine account
2023-03-09 14:05:12 +00:00
Pflegusch
14b5c08a62
Fix the double slash in the shell url
2023-03-09 14:28:15 +01:00
Pflegusch
ae7ca169fe
Use the same IP as in the example
2023-03-09 14:08:50 +01:00
Pflegusch
3847c410b0
Small changes to the open_web_analytics_rce documentation
2023-03-09 14:05:06 +01:00
Pflegusch
7b0a54bb56
Add the documentation for the module
2023-03-09 13:59:27 +01:00
Pflegusch
d59175a463
make it work for https and http and remove the tmp self signed cert bypass
2023-03-09 13:58:56 +01:00
adfoster-r7
ab57c09dc2
Update get_ticket to support using forged golden tickets
2023-03-09 12:21:29 +00:00
Dean Welch
540f28d71b
Fix crashes in wmap plugin
2023-03-09 12:07:40 +00:00
Pflegusch
f0dbf54c69
use fail_with in get_cache_content function
2023-03-09 11:04:00 +01:00
Pflegusch
7068d4c3f1
remove LPORT, RPORT and SSL from DefaultOptions
2023-03-09 11:03:24 +01:00
space-r7
c69b5c9363
add creation of projects and multiple commits
2023-03-08 17:46:25 -06:00
Grant Willcox
100cfbccf9
Fix up some more slight things in documentation. Also tidy up some things in the module
2023-03-08 17:25:56 -06:00
Grant Willcox
eeb30d2426
Fix up some typos etc from review in documentation
2023-03-08 16:44:06 -06:00
Pflegusch
76b05a7092
Change DisclosureDate according to nvd.nist.gov
2023-03-08 21:52:13 +01:00
Pflegusch
b37be28191
Working module open web analytics 1.7.3 rce
2023-03-08 21:30:52 +01:00
Jack Heysel
d31220ef1e
Updated references
2023-03-08 14:17:34 -05:00
Jack Heysel
263223b783
Last second file reorganization fix
2023-03-08 14:08:46 -05:00
Jack Heysel
dfae7e2fc4
FortiNAC keyUploap.jsp arbitrary file write CVE-2022-39952
2023-03-08 14:06:28 -05:00
Metasploit
05774d5f9c
automatic module_metadata_base.json update
2023-03-08 12:32:46 -06:00
Christophe De La Fuente
bbc071d254
Land #17737 , Add Gather Wowza Streaming Engine Credentials
2023-03-08 19:13:21 +01:00
Metasploit
924d5eabee
automatic module_metadata_base.json update
2023-03-08 12:10:57 -06:00
adfoster-r7
3bc4639235
Add nthashes to keytab export
2023-03-08 18:03:44 +00:00
Grant Willcox
fbda738da9
Land #17727 , Added new Datastore options to ssh_login
2023-03-08 11:43:57 -06:00
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
0fc94f14e8
Bump up gems again
2023-03-08 10:26:29 -06:00
bcoles
f62994b4c0
Add Gather Wowza Streaming Engine Credentials
2023-03-09 01:31:23 +11:00
Metasploit
f8dbeb359a
automatic module_metadata_base.json update
2023-03-08 08:18:44 -06:00
Christophe De La Fuente
6ef92915d2
Land #17741 , Add in missing EDB reference to pfsense_pfblockerng_webshell
2023-03-08 14:53:09 +01:00
Arthur RAOUT
75002f16e6
Finally reverted bad changes
2023-03-08 13:45:25 +01:00
Arthur RAOUT
889aff9701
Revert accidental changes Merge branch 'upstream-master' into New_x86_xor_encoder
2023-03-08 13:41:26 +01:00
Grant Willcox
475209c768
Land #17746 , Add LastPass master password example
2023-03-07 14:01:19 -06:00
Tod Beardsley
de58b96d2a
Add "a good example" of a LastPass password
...
When setting a new master password, LastPass helpfully suggests "r50$K28vaIFiYxaY" as a good example.
Sure, sounds good to me.
2023-03-07 13:32:50 -06:00
Tod Beardsley
f5aa4296ff
Merge branch 'rapid7:master' into master
2023-03-07 13:29:11 -06:00
Grant Willcox
10af603858
Land #17673 , Msf::Payload::Apk: apktool: Decompile only main classes
2023-03-07 13:01:20 -06:00
Spencer McIntyre
7bcdf0386e
Land #17745 , Update metasploit-payloads gem to 2.0.120
...
Update metasploit-payloads gem to 2.0.120
2023-03-07 13:28:25 -05:00
Grant Willcox
92a91c759e
Land #17743 , Add documentation on profiling msfconsole and msfvenom performance
2023-03-07 12:25:40 -06:00
adfoster-r7
3338718f37
Add documentation on profiling msfconsole
2023-03-07 18:01:13 +00:00
Grant Willcox
795b9c9ebc
Land #17744 , Improve accuracy of msfconsole performance profiling
2023-03-07 11:36:47 -06:00
Grant Willcox
0bf809697c
Update metasploit-payloads gem to 2.0.120
2023-03-07 10:55:07 -06:00
Metasploit
a0accb2a36
automatic module_metadata_base.json update
2023-03-07 08:45:59 -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
adfoster-r7
6e06d1e6f8
Improve accuracy of msfconsole performance profiling
2023-03-07 12:41:07 +00:00
Grant Willcox
5c4d730cd3
Add in missing EDB reference
2023-03-06 14:32:01 -06:00
Grant Willcox
28a2bcf9d7
Fix calculation of delete_count size
2023-03-06 12:30:06 -06:00
dwelch-r7
77c99da6d6
Land #17738 , Fix Ruby 3.2 crash when running certain tools
2023-03-06 14:20:35 +00:00
Dean Welch
d318a9e0d0
Add advanced option to include Ticket Checksum during forging
2023-03-06 13:21:23 +00:00
Dean Welch
48a5f33f35
Add option to include a ticket checksum while forging a ticket
2023-03-06 13:19:59 +00:00
Dean Welch
2aa74f9dfc
Add support for full pac and partial ticket checksum support
2023-03-06 13:14:09 +00:00
adfoster-r7
4f75a44581
Fix Ruby 3.2 crash when running certain tools
2023-03-06 11:03:12 +00:00
Metasploit
10ea667b8f
automatic module_metadata_base.json update
2023-03-06 05:00:24 -06:00
adfoster-r7
2c9aed6071
Land #17729 , Replace deprecated File.exists? with File.exist?
2023-03-06 10:37:48 +00:00
Grant Willcox
c5ef08b324
Add in additional YARD documentation fixes
2023-03-05 20:56:54 -06:00
Grant Willcox
08f07eccb6
Fix initial incorrect parameters in YARD documentation
2023-03-05 20:15:14 -06:00
bcoles
9dcaf93b29
Replace deprecated File.exists? with File.exist?
2023-03-05 14:30:47 +11:00
npm-cesium137-io
6adfc69b9a
Merge pull request #2 from space-r7/whatsupgold-changes
...
Suggested changes for module
2023-03-04 14:41:01 -05:00
adfoster-r7
a2a9cd76b3
Land #17725 , Fix number of OSX nightly installers we retain and fix typo
2023-03-04 00:23:12 +00:00
space-r7
99fb35fe84
refs/heads instead of refs/head
2023-03-03 17:24:39 -06:00
Grant Willcox
20003fd165
Land #17726 , Update metasploit-payloads gem to 2.0.118
2023-03-03 16:40:16 -06: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
Spencer McIntyre
2c1de9b2e4
Update metasploit-payloads gem to 2.0.118
...
Includes changes from:
* rapid7/metasploit-payloads#619
* rapid7/metasploit-payloads#617
* rapid7/metasploit-payloads#610
2023-03-03 17:19:05 -05:00
Grant Willcox
df4009c084
Fix number of OSX nightly installers we retain and fix typo
2023-03-03 14:12:27 -06:00
Metasploit
fe84cb0804
automatic module_metadata_base.json update
2023-03-03 12:08:47 -06:00
Grant Willcox
6579dcc977
Land #17723 , Fix PHP Base64 encoding
2023-03-03 11:53:46 -06:00
Metasploit
3b7a224f37
automatic module_metadata_base.json update
2023-03-03 08:32:09 -06:00
cgranleese-r7
252012f48d
Land #17675 , Add support for forging inter-realm Kerberos tickets
2023-03-03 14:17:48 +00:00
Metasploit
f8c67e9498
automatic module_metadata_base.json update
2023-03-03 07:46:21 -06:00
cgranleese-r7
6259f02051
Land #17684 , Add rbcd exploitation documentation to docs site
2023-03-03 13:31:53 +00:00
adfoster-r7
efd79eb638
Add support for forging inter-realm Kerberos tickets
2023-03-03 13:20:39 +00:00
adfoster-r7
0047ce5d3a
Add rbcd exploitation documentation to docs site
2023-03-03 13:18:29 +00:00
cgranleese-r7
d5f9ff14d2
Land #17688 , Fix broken wiki links, and add automation for future validation
2023-03-03 11:51:25 +00:00
adfoster-r7
31ca497e1f
Fix broken wiki links, and add automation for future validation
2023-03-03 10:51:23 +00:00
Grant Willcox
975de9d479
Supply exception message when raising BadcharError and fix typo
2023-03-02 17:46:21 -06:00
Grant Willcox
96c9f60cc1
Land #17715 , Update metasploit-payloads gem to 2.0.115
2023-03-02 16:52:24 -06:00
jvoisin
5b82c952ba
Rubocop pass
2023-03-02 21:43:41 +01:00
jvoisin
ae549ce1d4
Fix PHP base64 encoding
2023-03-02 21:40:27 +01: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
Metasploit
ec2d71cbb7
automatic module_metadata_base.json update
2023-03-02 08:13:23 -06:00
Spencer McIntyre
a418bd9c65
Land #17638 , Lucee Scheduled Job RCE
2023-03-02 08:57:19 -05:00
Arthur RAOUT
7b7377257e
fixed 2 rubocop offenses
2023-03-02 13:08:09 +01:00
Arthur RAOUT
e178226efa
Merge branch 'New_x86_xor_encoder' of github.com:araout42/metasploit-framework into New_x86_xor_encoder
2023-03-02 12:31:21 +01:00
Arthur RAOUT
dd7e8328bb
no test.rb
2023-03-02 12:31:07 +01:00
Arthur RAOUT
1461f9fb03
slight changes in the comments
2023-03-02 12:30:38 +01:00
Arthur RAOUT
6a81e0f6cb
Merge branch 'upstream-master' into New_x86_xor_encoder
2023-03-02 12:10:00 +01:00
Professor Araout
83bcd1cc1b
Fix typo in the comments line 41
...
Co-authored-by: Brendan <bwatters@rapid7.com >
2023-03-02 11:50:56 +01:00
manishkumarr1017
60113f74b7
fixing spec files for creds command new enhancements
2023-03-01 23:27:18 +05:30
Spencer McIntyre
088f359cee
Make stage encoding optional
2023-03-01 12:24:46 -05:00
Spencer McIntyre
08cb115368
Handle encoding stages of different architectures
2023-03-01 12:17:37 -05:00
JBince
1245124afa
updated docs to reflect changes from smcintyre-r7
2023-02-28 19:58:39 -06:00
Alex
dde4445dab
Merge pull request #1 from smcintyre-r7/pr/collab/17638
...
Pr/collab/17638
2023-02-28 20:27:49 -05:00
Spencer McIntyre
3fabcc3421
Use coldfusion to decode base64 data
...
This means we don't need to rely on base64 being in the path. Also
invoke ARCH_CMD payloads on Windows through cmd.exe and not
powershell.exe.
2023-02-28 17:32:56 -05:00
Metasploit
82005fe3cf
automatic module_metadata_base.json update
2023-02-28 16:31:20 -06:00
Spencer McIntyre
c8aa491378
Fail with Unreachable when res is nil
2023-02-28 17:05:59 -05:00
Jack Heysel
3abd62076c
Land #17624 , Oracle E-Business Suite Module
...
This pull request adds an exploit module for CVE-2022-21587
an arbitrary file upload vulnerability in Oracle Web Applications
Desktop Integrator as shipped with 12.2.3 through to 12.2.11
which results in RCE
2023-02-28 17:04:20 -05:00
Metasploit
89d9da87bd
automatic module_metadata_base.json update
2023-02-28 15:56:29 -06:00
Spencer McIntyre
a916163b49
Cleanup files and fixup messages
2023-02-28 16:41:57 -05:00
space-r7
b3e6767125
Land #17676 , add SIS login module
2023-02-28 15:41:24 -06:00
space-r7
380a66916f
use print instead of vprint
2023-02-28 15:40:03 -06:00
Spencer McIntyre
636d89cf67
Fix the reverse port forward message
2023-02-28 15:08:00 -05:00
Spencer McIntyre
75ed29964e
Update metasploit-payloads gem to 2.0.115
...
Includes changes from:
* rapid7/metasploit-payloads#614
* rapid7/metasploit-payloads#611
2023-02-28 12:56:34 -05:00
Imran E. Dawoodjee
41c231b803
Convert to JSON before checks
2023-02-28 09:46:56 +08:00
Metasploit
b8178397a9
automatic module_metadata_base.json update
2023-02-27 15:49:35 -06: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
Metasploit
1f370b3c9e
automatic module_metadata_base.json update
2023-02-27 15:02:04 -06: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
JBince
8b03f2fda8
Reworked payload execution logic
2023-02-27 11:09:34 -06:00
Grant Willcox
4cd50b4550
Address comments from review
2023-02-27 11:07:21 -06:00
Jack Heysel
fc76f5f039
Land #17680 , improve UX of metasploit docs site
...
Adds expand all and colapse all buttons to module
section of the docs site for a better UX
2023-02-27 11:31:46 -05:00
Imran E. Dawoodjee
3f1119c69e
Attempt fix for NoMethodError when exploiting
2023-02-26 22:02:08 +08:00
Imran E. Dawoodjee
2f08cf6c46
Improved version check, review round 1
2023-02-26 17:23:54 +08:00
Grant Willcox
47652e3b19
Land #17696 , Update metasploit-payloads gem to 2.0.113
2023-02-25 16:41:21 -06:00
Grant Willcox
3c56cf7a15
Land #17701 , Fix typo in psexec.rb
2023-02-25 10:42:37 -06:00
Grant Willcox
363a3415df
Land #17700 , Fix argument validation for the route command
2023-02-25 10:37:52 -06:00
Jeff McJunkin
b7d373d247
Typo in psexec.rb
2023-02-25 08:15:34 -08:00
Grant Willcox
50fdd4536e
Land #17695 , Remove LDAP collection project from GSOC 2023 list
2023-02-25 09:26:05 -06: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
Metasploit
020d2d3302
automatic module_metadata_base.json update
2023-02-24 13:54:52 -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
20dbc175d1
Land #17697 , Froxlor 2.0.7 is actually vulnerable too
...
Froxlor 2.0.7 is actually vulnerable too
2023-02-24 14:32:32 -05:00
Spencer McIntyre
26d9026fc2
Fix a filter error
...
When FILTER was nil, the check would fail causing `()` to be appended to
the LDAP query filter which would cause it to fail.
2023-02-24 13:51:58 -05: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
Jack Heysel
ca6faed172
Check method enhancement
2023-02-24 13:33:10 -05:00
Jack Heysel
5311a491e9
Froxlor 2.0.7 is actually vulnerable too
2023-02-24 13:18:34 -05:00
Spencer McIntyre
7db2d86147
Update metasploit-payloads gem to 2.0.113
...
Includes changes from:
* rapid7/metasploit-payloads#604
* rapid7/metasploit-payloads#605
* rapid7/metasploit-payloads#607
* rapid7/metasploit-payloads#606
* rapid7/metasploit-payloads#609
2023-02-24 12:09:21 -05:00
Spencer McIntyre
22ad9ebe7f
Remove the LDAP collection prject
2023-02-24 11:40:56 -05:00
bcoles
b19ab03da1
Msf::Payload::Apk: apktool: Decompile only main classes
2023-02-25 01:08:20 +11:00
adfoster-r7
a408e3e27f
Land #17687 , Add additional documentation for HTTPRawHeaders Option
2023-02-24 10:19:18 +00:00
Metasploit
011ffb87bd
automatic module_metadata_base.json update
2023-02-23 21:18:09 -06:00
Jack Heysel
5749b402af
Land #17672 , disable ClamAV on Linux
...
This PR includes a post module that will disable
ClamAV on Linux systems.
2023-02-23 21:51:48 -05:00
Jack Heysel
9a874c352b
Added missing space in fail_with statement
2023-02-23 20:57:19 -05:00
DLL_Cool_J
9e9e7ac938
Update docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md
...
Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com >
2023-02-23 20:33:10 -05:00
DLL_Cool_J
0479215373
Update docs/metasploit-framework.wiki/Metasploit-Guide-HTTP.md
...
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com >
2023-02-23 20:32:58 -05:00
space-r7
eec73fe394
add module changes
2023-02-23 16:34:43 -06:00
Jack Heysel
5e2f0965f3
Changed print_bad to fail_with
2023-02-23 17:33:52 -05:00
Jack Heysel
8db255288b
Spelling
2023-02-23 16:40:09 -05:00
Jack Heysel
2ed89dda7e
Added nc and python cmd techniques
2023-02-23 16:21:09 -05: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
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
manishkumarr1017
cae7f8c350
adding a new column cracked password in creds command to show cracked passwords
2023-02-23 15:01:51 +05:30
archcloudlabs
743e5ffd9f
adding an example for additional http-headers
2023-02-22 22:22:04 -05:00
archcloudlabs
10552cbc87
msftidy and notes
2023-02-22 21:48:35 -05:00
archcloudlabs
9ff4cdfd5c
updated w/ socat method
2023-02-22 21:40:26 -05:00
archcloudlabs
55371f9363
removing to_str
2023-02-22 20:36:55 -05:00
Imran E. Dawoodjee
62439bbcd0
Update documentation
2023-02-22 22:52:43 +08:00
Imran E. Dawoodjee
2b5b17916f
Update docs, improved robustness of module+lib
2023-02-22 22:41:14 +08:00
sfewer-r7
690abcfe1f
improve the documentation, mention some steps required during setup.
2023-02-22 09:42:11 +00:00
Joshua Rogers
0f5f495108
Add default locations for the Jenkins home directory, and add an optional value that a user can suggest the home directory.
2023-02-22 03:56:54 +01:00
Spencer McIntyre
6dbf22a5e7
Automatically rebind on STATUS_PIPE_DISCONNECTED
2023-02-21 15:51:10 -05:00
Spencer McIntyre
fa3baa40e6
Add three new petitpotam methods
2023-02-21 14:38:52 -05:00
sfewer-r7
963b9a9952
Merge remote-tracking branch 'origin/CVE-2022-21587' into CVE-2022-21587
2023-02-21 18:02:10 +00:00
sfewer-r7
3854c30a11
more specific testing of the response after upload to ensure it contains the expected EBS response data. infer the relative path traversal depth from the path to the upload folder, thanks @gwillcox-r7
2023-02-21 18:00:17 +00:00
Dean Welch
fc5d938d8c
Add support for full pac and partial ticket checksum support
2023-02-21 13:03:59 +00:00
adfoster-r7
1b44973c80
Improve UX of module explorer
2023-02-21 12:06:24 +00:00
adfoster-r7
239bc02db4
Fix broken payload selection for metasploit rpc
2023-02-21 11:04:11 +00:00
Imran E. Dawoodjee
6e9a7a9d07
Minor fixes
2023-02-20 23:45:59 +08:00
archcloudlabs
bf5919f461
finisehd msftidy/rubocop fixs
2023-02-19 19:49:39 -05:00
archcloudlabs
f61c3bcefc
initial commit of disable_av documentation
2023-02-19 19:49:39 -05:00
archcloudlabs
fc5a38e870
Simplifying the module
2023-02-19 19:49:39 -05:00
archcloudlabs
1f45b1e4b7
initial commit of disable_clamav module
2023-02-19 19:49:39 -05:00
ajmeese7
a2026182e1
feat: created module to exploit CVE-2019-16328
2023-02-19 16:03:05 -05:00
JBince
75fb5e883d
Exploit update based on feedback
2023-02-19 09:16:56 -06:00
Imran E. Dawoodjee
bdc435f5c8
Add login module for Softing Secure Integration Server
2023-02-19 22:25:22 +08:00
Grant Willcox
38d8b70873
Make msftidy_docs.rb happy and then also clarify where to find software download links
2023-02-17 14:56:51 -06:00
Grant Willcox
c713da368d
Add in a few fixes from the review
2023-02-17 14:52:57 -06:00
space-r7
871c9c57f3
add logic to retrieve email address
2023-02-17 14:13:29 -06:00
Grant Willcox
676dd5cbbd
Bump up gems
2023-02-17 11:40:23 -06:00
JBince
ce9933fc4c
Feedback changes + rubocop & msftidy changes
2023-02-17 08:16:49 -06:00
sfewer-r7
73e82274dd
changes as per @gwillcox-r7 review
2023-02-17 13:10:53 +00:00
space-r7
197124dd76
add Git usage, repository creation
2023-02-16 17:38:02 -06:00
JBince
a3a6ae9c4a
feedback fixes
2023-02-16 14:33:03 -06:00
sfewer-r7
d1463df3cc
fix documentation issues from msftidy_docs
2023-02-14 10:47:47 +00:00
JBince
1dadd113dd
msftidy changes to documentation
2023-02-13 15:27:07 -06:00
JBince
9c3cfd8bdb
Added documentation, cleaned up functions, rubocop fixes
2023-02-13 15:19:45 -06:00
space-r7
d6419ee4fb
add check method, login, main logic
2023-02-13 11:31:06 -06:00
JBince
2a386981bd
Updated Module & Payloads + Rubocop Fixes
2023-02-13 09:03:57 -06:00
JBince
f4c5e34a1b
Added improved functionality on both Windows and Unix installs
2023-02-12 14:42:22 -06:00
JBince
fcfc39296f
Added improved functionality on both Windows and Unix installs
2023-02-12 14:39:11 -06:00
JBince
d5b7ad30a1
Created module
2023-02-10 17:01:57 -06:00
sfewer-r7
a3f4dceb5b
clean up the check method; avoid using print_message in favor of the CheckCode reason. and use a CheckCode of Safe rather than Unknown if we dont find the expected version string. Thanks @bcoles for the review on this.
2023-02-10 13:03:23 +00:00
sfewer-r7
6b29b14c46
add in module documentation
2023-02-10 12:41:55 +00:00
sfewer-r7
dc8ee988f5
use Rex::Version in the check method for better version comparisons
2023-02-10 10:45:32 +00:00
sfewer-r7
a19bdde276
pass the 'bne:uueupload' param via the vars_get option
2023-02-10 10:44:21 +00:00
sfewer-r7
54c472ef18
fix typo in the description
2023-02-10 10:43:36 +00:00
sfewer-r7
d4be663923
add the side effect flag ARTIFACTS_ON_DISK as during extraction of the UUE encoded zip file, some randomly names temp files are left in /u01/install/APPS/fs1/EBSapps/appl/bne/12.0.0/upload
2023-02-09 17:28:15 +00:00
sfewer-r7
86f11b09fb
avoid the upto loop when creating jsp_path
2023-02-09 17:18:58 +00:00
sfewer-r7
406574722a
satisfy Rubocop
2023-02-09 16:30:30 +00:00
sfewer-r7
b97a288102
add an exploit module for CVE-2022-21587 (Oracle E-Business Suite RCE)
2023-02-09 16:22:30 +00:00
RageLtMan
ef53e3c52e
Python reverse command shell over SCTP
...
Implement reverse shell over SCTP in Python.
During testing against Arch Linux with Python 3.10.9, any attempt
to interact with the resulting shell produced:
```
Traceback (most recent call last):
File "/tmp/shell.py", line 12, in <module>
so.send(o)
OSError: [Errno 22] Invalid argument
```
Implement handling for OSError 22 on the send() method for the
abnormal stream socket.
Testing:
Tested against local KVM virtual machine running Arch Linux
2023-02-08 21:47:28 -05:00
RageLtMan
a215d64574
Linux x64 binary reverse SCTP stager
...
Implement binary SCTP stager for Linux x64.
Testing:
Successful test against Arch Linux x64 VM in local Libvirt
2023-02-08 21:47:28 -05:00
RageLtMan
8aef054dfd
SCTP Sessions
...
With the introduction of SCTP socket support in Rex::Socket via
https://github.com/rapid7/rex-socket/pull/56 , Framework can utilize
this protocol for session transports similarly to TCP as it is a
stream-wise transport.
Implement bind and reverse handlers for the new socket type.
Implement example bind and reverse payloads using socat copying
from the initial udp sessions implementation.
Testing:
Rudimentary bind session test against local Libvirt Linux VM
Next steps:
Implement the language-level payloads for the interpreters common
to POSIX environments supporting SCTP.
Implement meterpreter transports for SCTP in Python, PHP, Mettle,
and Java modalities (Windows doesn't support it without carrying
its own usermode protocol library).
2023-02-08 21:47:28 -05:00
RageLtMan
153f950f11
Add AwsSsmCommandShellBind session type
...
Create an AwsSsmCommandShellBind session type to provide intercept
points for shell command interactions and a wrapper class which is
used to register the new session.
Update Msf::Handler::BindAwsSsm with its own #create_session method
utilizing the new session type to provide direct control of session
initialization.
Restore standard handler attributes and thread nomenclature in an
attempt to resolve the repeating session creation when #to_handler
is called on the payloads.
Testing:
Tested in local framework, unfortunately the recurring session
init problem appears to persist. Requesting testing on an upstream
Framework by saner folks.
2023-02-04 20:57:26 -05:00
RageLtMan
7e19141dfc
Standardize DS names and set OS platforms
...
Update SSM handler code to standardize datastore option names per
@zeroSteiner.
Update payload modules to reflect the OS targets against which they
are to execute.
2023-02-04 19:41:40 -05:00
Spencer McIntyre
687e82a9ed
Satisfy rubocop
2023-02-03 15:29:19 -05:00
cgranleese-r7
b789e00ea7
Enhances info -d with references to AttackerKB
2023-02-03 10:15:55 +00:00
Spencer McIntyre
61c2726620
Fix NoMethodError for #opcode
2023-02-01 18:19:46 -05:00
h00die
62d43a6e96
use exploit retry function
2023-01-28 07:44:53 -05:00
RageLtMan
27d6a89b99
Use keepalive in SSM aux module
2023-01-21 09:26:06 -05:00
RageLtMan
453baca109
Drop mask_write, tweak logging
2023-01-21 08:29:28 -05:00
RageLtMan
589c2257e3
Implement reporting and pretty output
2023-01-20 23:17:34 -05:00
RageLtMan
3e54ae6e69
Resolve crashes noted by @smcintyre-r7, simplify
...
Bail out of console resize operation if ::IO.console doesn't exist
Enforce REGION datastore option and remove the multi-region enum
code by Aaron - users can write resource scripts if they need
automation.
2023-01-20 22:33:51 -05:00
h00die
633c58a0ff
tomcat on rhel priv esc
2023-01-19 15:28:10 -05:00
npm-cesium137-io
d0feedadbf
Refine whatsupgold_credential_dump
...
Added CVE info to the References section.
Modified the registry routines to add sanity around x86 vs. x64 arch.
2023-01-18 15:47:26 -05:00
Jeffrey Martin
99b2e1d709
add aws ssm gem to lock file
2023-01-13 09:59:05 -05:00
RageLtMan
14f992aa88
Address some of @smcityre-r7's comments
...
Explicitly `require 'aws-sdk-ec2'` in the aux module
Fix the hard-coded region to use datastore option
2023-01-13 09:55:51 -05:00
RageLtMan
274bf6dcb7
Make SSM keepalive optional
2023-01-13 09:54:34 -05:00
Steve E
b67f001e2a
post-testing typo fix
2023-01-12 20:02:20 +00:00
Steve E
1afecd0884
force t3 over ssl option
2023-01-12 19:42:55 +00:00
npm-cesium137-io
243c57c1fe
Add whatsupgold_credential_dump post module
...
Add a post module for credential extraction from WhatsUp Gold instances
on Windows hosts. The module should theoretically decrypt ciphertext
from any version of WhatsUp Gold, although it has only been verified
working on WhatsUp Gold versions 11.0 through 22.0.
2023-01-10 15:50:53 -05:00
Steve E
990d5ccfad
Action linter warnings in changes
2023-01-09 21:17:22 +00:00
Steve Embling
16c176dbe0
Accept protocol option change to optenum from optstring
...
Co-authored-by: bcoles <bcoles@gmail.com >
2023-01-10 12:54:28 +00:00
Steve Embling
a368f76a2a
Update weblogic_deserialize_badattrval.rb
2023-01-10 10:47:31 +00:00
Steve E
60bfa329fa
Add t3s protocol support to weblogic_deserialize_badattrval
2023-01-09 18:47:43 +00:00
Arthur RAOUT
d83c2c3a5d
Remove useless loop that select reg1, because we now have push/pop all regs to preserve them
2023-01-04 17:40:22 +01:00
Arthur RAOUT
676fda73b1
Remove useless loop that select reg1, because we now have push/pop all regs to preserve them
2023-01-04 17:39:59 +01:00
Arthur RAOUT
7494318ec4
Fix offset from entrypoint
2023-01-04 17:36:55 +01:00
Arthur RAOUT
93f579b180
Fixed shuffling of registers with generate preserve reg function
2023-01-04 17:33:24 +01:00
Arthur RAOUT
0a99e2be6a
Fixed 3 offense rubocop/msftidy
2023-01-04 17:25:25 +01:00
Arthur RAOUT
bdf5f8fbe4
Added preserver register through random order push and pop of the registers, change name to xor_poly.rb
2023-01-04 17:21:48 +01:00
Professor Araout
7cd68e8f06
Merge branch 'rapid7:master' into New_x86_xor_encoder
2023-01-04 17:04:30 +01:00
RageLtMan
60c2f0a480
SSM enumeration module filter and throttle
...
Expand SSM enumeration module docs to explain full functionality.
Enable the LIMIT configuration option to restricte results per
region.
Implement FILTER_EC2_ID configuration option to permit targeting
of a specific instance for session initiation.
Testing:
Finds limtied sets of systems and initiates sessions
Finds desired system ID and initiates session
2023-01-03 22:00:14 -05:00
RageLtMan
955fb2ef3e
SSM WebSocket session keep-alive
...
The SSM session socket times out without data being sent at the
upper (SSM) WS layer. Implement keep-alive in a separate thread
which simply writes nothing into the channel at irregular intervals
to simulate user activity.
Testing:
Sessions established with this code running have not timed-out
in over 15m despite being completely unused
2023-01-03 21:20:07 -05:00
RageLtMan
eba4c4b047
Spoonfeed the skiddies: auto-sessions for SSM enum
...
Enable session acquisition from AWS SSM enumeration module simiar
to how the telnet login scanner acquires sessions on the sockets
exposed.
Testing
Tested execution - finds systems, gets shells, autopwn-capable
2023-01-03 20:40:30 -05:00
RageLtMan
7666b30b82
Rudimentary enumeration module for EC2+SSM
...
Coopt Aaron Soto's EC2 enum module & replace the guts with an SSM
query for not-terminated EC2 instances with SSM capability. This
will proide users with the instance IDs needed to test their SSM
shells and can be expanded to report information or even act as a
"brute-force" module which automatically starts SSM sessions.
Testing:
None - might eat your monitor lizard
2023-01-03 17:09:55 -05:00
RageLtMan
46c030a08b
Finalize SSM Shell via WebSocket
...
Implement terminal resizing to WebSocket shell
Reorganize code to ease later extension
Implement peerinfo in channel context from AWS EC2 SSM information
gathered during session validation
Implement echo-filtering for session inputs (hacky, but works)
Testing:
Verified console resizing, color/reset/etc
Verified peerinfo and interaction
Verified common session operations
Notes:
SSM WebSocket sessions time out pretty quickly, implementing
dedicated SSM session types which support suspend/resume to match
backgrounding/foregrounding operations in the console should help
to resolve this. Alternatively, a keep-alive using empty frames
may be implemented in the SsmChannel itself on a separate thread.
2023-01-03 15:10:31 -05:00
RageLtMan
43d746c404
Implement SSM WebSocket Sessions
...
Alter WebSocket::Interface::Channel to accept a mask_write flag to
set the Channel behavior for outgoing data (since the on_data_write
handler can only deal with the buffer provided, not how the wsframe
containing it is written to the "wire"). Set the flag to false for
SSM's WebSocket operations.
Extract Rex::Proto::Http::WebSocket::AmazonSsm from the handler to
permit reuse by other framework elements.
Implement SSM-specific UUID handling.
Create sane SsmFrame constructor to permit convenient operations.
Implement Http::WebSocket::AmazonSsm::Inteface::SsmChannel from
Http::WebSocket::Inferface::Channel with message-type handling and
output processing. Acknowledge incoming messages, process incoming
acknowledgements, increment sequence IDs appropriately, and handle
basic logging.
This new session type removes the 2500 char output restriction and
stateless peer cwd.
Testing:
Execution of handler now provides stateful interactive shells
Next steps:
More testing, preferably by other people with upstream framework.
Peerinfo and presentation updates for the session channel
Misc cleanup
Future work:
Implement new SSM session type with support for multi-console,
port-forwarding/socket routing, and custom SSM documents.
Implement FSM handlers for session suspension and resumption in
Http::WebSocket::AmazonSsm::Interface::SsmChannel
2023-01-03 09:34:14 -05:00
RageLtMan
c733dbc906
Start processing AWS SSM WebSocket session frames
...
Create BinData structure to handle the proprietary format of AWS'
SSM WebSocket protocol. Implement relevant inter-field dependencies
and a virtual payload_valid field to handle the SHA256 digest check
for the current state of r the payload_data field.
Implement user-accessible SSM document definition to permit use of
custom-defined command and session documents (stubbing for session
types such as port-forwarding) which may be of use when dealing
with restrictive IAM.
Restructure handler in preparation for moving the WebSocket code
into Rex::Proto for use by other consumers such as custom payloads
and session types like fully interactive (vs REPL) modalities, or
some form of "cloud-native" MeterSSM.
Testing:
Verified acquisition of SSM WS frame and relevant field ops
Next Steps:
Create WS loop to abstract shell communications
Wrap in Rex*Abstraction bowties for the session handler
Test -> ? -> Profit
2023-01-01 11:21:32 -05:00
RageLtMan
cfc24f138a
Implement SSM WebSocket init/auth
...
Using the implementation in https://github.com/humanmade/ssm , use
the onconnect websocket authenticator as a JSON string written as
a wstext Frame into the established WebSocket. This keeps the sock
open with AWS after returning it from the method, but subsequent
operations will require definition and encoding/decoding of SSM's
proprietary data structures.
Testing:
The initialized WebSocket is kept open and returns wsframes when
requested.
Next steps:
Port the various data structures from the JavaScript library
Implement encoding & decoding for their wire-level formats
Implement state management and data flow handling logic for
the WS SSM protocol.
2022-12-31 20:46:19 -05:00
RageLtMan
9850534d55
Initial WebSocket connection wrapper
...
Port WebSocket initiation routine from Exploit::Remote::HttpClient.
Currently inert since it appears to require a handshake procedure
along with its own type of data frame.
Implement graceful fail-down for session establishment which tries
to initiate a WebSocket session for proper functionality, failing
down to the script-execution style session abstraction if the WS
session does not marshal properly. Use this exception handling to
deal with the WIP WS session state.
Testing:
Gets the same kind of command-abstracted session as before
Interface-extended socket returns garbage from naive #write and
nothing from put_string or put_binary - not going to get anything
out of this thing until we establish the handshake procedure.
Next steps:
Figure out data frame structures for handshake and console IO
Implement handshake on-init, validate state
Implement IO abstraction for the resulting Channel for handoff
to #handle_connection
2022-12-31 19:05:06 -05:00
RageLtMan
3624bee263
Initial implementation for AWS SSM shells
...
Amazon Web Services provides conveniently privileged backdoors in
the form of their SSM agents which do not require connectivity with
the target instance, merely valid credentials to AWS' API. Due to
this indirect "connection" paradigm, this mechanism can be used to
control otherwise "air-gapped" targets.
This approach abstracts asynchronous request/response parsing for
SSM requests into an IO channel with which the AWS SSM client is
then wrapped to emulate the expected Stream. The mechanism is rather
raw and could use better error handling, retries on laggy output,
and a threadsafe cursor implementation. It may be possible to start
an actually interactive session using the #start_session method in
the AWS client library, but so far testing has not yielded positive
results.
There is a significant limitation with these sessions not present
in normal stream-wise abstractions: a response limit of 2500 chars.
This limitation can be overcome by utilizing an S3 bucket to store
command output; however, due to the nature of access we seek to
obtain, it would not only add to the logged event loads but retain
the results of our TTPs in a "buffer" accessible to other people.
This functionality can be added down the line in the form of S3
config options in the handler to be passed into the SSM client for
command execution and acquisition of output.
Testing:
Gets sessions, provides command IO, leaves a bunch of log entries
in CloudTrail (something to keep in mind for opsec considerations).
Next steps:
Reorganize our WebSocket code a bit to provide connection and WS
state management inside Rex::Proto::Http::Client which can then be
exposed to the Handler without having to mix-in other namespaces
from Exploit.
Use the #start_session SSM Client method to extract the WS URL
for the relevant channel, and utilize that as the underpinning for
our session comms.
2022-12-31 15:04:27 -05:00
Professor Araout
dcec717a9b
Merge branch 'rapid7:master' into New_x86_xor_encoder
2022-12-20 22:25:29 +01:00
Professor Araout
0a53cab369
Update xor.rb
...
Remove outdated comments
2022-12-20 17:03:50 +01:00
Arthur RAOUT
45d0eb8bb4
Add encoder module x86/xor at path modules/encoder/x86/xor.rb, Rubocop clean, msftidy clean, No documentation written
2022-12-20 15:54:01 +01:00
Steffen Robertz
cc5c405941
Unauthenticated RCE for multiple Zyxel Router changes
2022-12-15 21:44:57 +01:00
Steffen Robertz
1b690283db
Unauthenticated RCE for multiple Zyxel Router
2022-12-15 11:50:48 +01:00
RadioLogic
a3c82246a7
Added archer c7 traversal exploit
2022-12-03 20:03:11 -05:00
RadioLogic
6d676e9ac5
Added vsftpd dos module
2022-11-26 16:00:01 -05:00
Tod Beardsley
54667a2424
Merge branch 'rapid7:master' into master
2022-01-30 09:13:37 -08:00
Tod Beardsley
1d400bd094
Merge remote-tracking branch 'upstream/master'
2021-06-04 20:23:30 -05:00