Skip to content

Instantly share code, notes, and snippets.

View hateshape's full-sized avatar
💭
No Status For You

hateshape

💭
No Status For You
View GitHub Profile
@hateshape
hateshape / skype-blind-ssrf
Created July 16, 2023 17:16
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:
@hateshape
hateshape / otpme.sh
Created January 18, 2024 21:00
OTP to your clipboard via CLI shenanigans and meh codes
#!/bin/bash
################################## INFOS ##################################
# Depends on exported otpauth-migration://offline from Google authenticator
# dependencies: expect oathtool otp_export python3-protobuf python3-urllib3 xclip zbarimg
# shellcheck disable=SC1087 disable=SC2128
###########################################################################
addkeys() {
if [[ -s "$OTPEXPORTTMP" && -n "$OTPEXPORTTMP" ]]; then
OTPEXPORT=$(zbarimg -q "$OTPEXPORTTMP" | sed 's#QR-Code:##g')
elif [[ ! -s "$OTPEXPORTTMP" && -n "$OTPEXPORTTMP" ]]; then