Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SMB to HTTP relay support for get_naa_creds #19952

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jheysel-r7
Copy link
Contributor

Drafting the working module for visibility, currently working on some refactoring.

@jheysel-r7 jheysel-r7 force-pushed the get_naa_creds_via_relay branch from 0be2ca6 to a1b9b8f Compare March 7, 2025 20:47
@@ -84,7 +84,7 @@ def relay_ntlmssp_type3(client_type3_msg)
)
res = @client.send_recv(req, @timeout, true)

if res.code.between?(200, 299)
if res.code.between?(200, 299) || res.code == 403
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The response code which indicates the NTLM relay was successful needs to be configurable from the module. Stay tuned.

@smcintyre-r7 smcintyre-r7 self-assigned this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants