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

feat: Update ntlm-directories to detect RDWeb WebFeedLogin #11577

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

missing0x00
Copy link
Contributor

Template / PR Information

  • Add detection for NTLM auth header on /RDWeb/FeedLogin/WebFeedLogin.aspx
  • NTLM response discloses server and domain information
  • Valid credentials allow:
    • Retrieval of .ASPXAUTH cookie (as application/x-msts-webfeed-login response)
    • Identification of RemoteApps available to the user
    • Potential cookie reuse for other applications on the IIS server
  • Possible NTLM relay target, however attack vectors seem to be limited
  • References: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tswp/85306e72-0f6a-41c0-9725-893d8f5aee5c
  • Could make this a separate template if preferred

Template Validation

I've validated this template locally?

  • YES
  • NO

Additional Details (leave it blank if not applicable)

The following URLs redirect to /RDWeb/FeedLogin/WebFeedLogin.aspx when unauthenticated:

/RDWeb/Feed/
/RDWeb/Feed/WebFeed.aspx
/RDWeb/Feed/RDWebService.asmx
/RDWeb/FeedLogin/
/RDWeb/FeedLogin/WebFeedLogin.aspx

URLs which allow data retrieval using .ASPXAUTH cookie:

 POST /RDWeb/Feed/RDWebService.asmx
 GET /RDWeb/Feed/WebFeed.aspx

@ritikchaddha ritikchaddha self-assigned this Feb 5, 2025
@ritikchaddha ritikchaddha added the Done Ready to merge label Feb 5, 2025
@GeorginaReeder
Copy link

Thanks for your contribution @missing0x00 ! :)

@DhiyaneshGeek DhiyaneshGeek added the good first issue Good for newcomers label Feb 7, 2025
@DhiyaneshGeek
Copy link
Member

Hi @missing0x00 ,

Thank you so much for updating this template and contributing to this project 🍻

You can grab some cool PD stickers over here: http://nux.gg/stickers 😄

You can join our discord server. It's a great place to connect with fellow contributors and stay updated with the latest developments.

@DhiyaneshGeek DhiyaneshGeek merged commit ff22f3f into projectdiscovery:main Feb 7, 2025
4 checks passed
@missing0x00 missing0x00 deleted the rdweb-ntlm branch February 10, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants