Add Msf::Exploit::Remote::HTTP::Windmill mixin#21244
Open
Chocapikk wants to merge 1 commit intorapid7:masterfrom
Open
Add Msf::Exploit::Remote::HTTP::Windmill mixin#21244Chocapikk wants to merge 1 commit intorapid7:masterfrom
Chocapikk wants to merge 1 commit intorapid7:masterfrom
Conversation
11 tasks
fdd8a2d to
5c09b1f
Compare
HTTP mixin for Windmill workflow automation platform. Handles deployment detection (standalone, Nextcloud Flow proxy, Flow direct), authentication via JWT forging, path traversal file read, workspace management, and PostgreSQL heap file credential extraction.
5c09b1f to
611996f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Metasploit Team,
This adds
Msf::Exploit::Remote::HTTP::Windmill, an HTTP mixin for interacting with the Windmill workflow automation platform.This is PR 2/5 of the Windfall suite. Depends on #21242 (Rex::Proto::PostgreSQL). Required by #21245 (Windmill Modules).
What It Does
The mixin provides exploit primitives for Windmill and Nextcloud Flow deployments:
jwt_secret, token verification, loginRex::Proto::PostgreSQLto extract credentials from heap files without DB accessFiles
lib/msf/core/exploit/remote/http/windmill.rblib/msf/core/exploit/remote/http/windmill/constants.rblib/msf/core/exploit/remote/http/windmill/http_helpers.rblib/msf/core/exploit/remote/http/windmill/detection.rblib/msf/core/exploit/remote/http/windmill/auth.rblib/msf/core/exploit/remote/http/windmill/workspace.rblib/msf/core/exploit/remote/http/windmill/file_read.rblib/msf/core/exploit/remote/http/windmill/jobs.rblib/msf/core/exploit/remote/http/windmill/postgres.rbVerification
msfconsole -q -x "require 'msf/core/exploit/remote/http/windmill'; puts 'Windmill mixin loaded'; exit"