Skip to content

Instantly share code, notes, and snippets.

Avatar
🤷‍♂️
ABAP and more ABAP 拉尔斯

Lars Hvam larshp

🤷‍♂️
ABAP and more ABAP 拉尔斯
View GitHub Profile
@thomaspatzke
thomaspatzke / mysapsso-decoder.py
Last active September 2, 2022 01:50
Decoder/Encoder for MYSAPSSO2 Cookies/SAP SSO tokens
View mysapsso-decoder.py
#!/usr/bin/python3
# mysapsso.py - Decoding MYSAPSSO2 cookies
import sys
import fileinput
import urllib.parse
import base64
import binascii
import re
import struct