|
contact email
the address is intentionally not written in plain text. to obtain it, decode the payload below.
payload
H4sIABx1amkAA8tJzMxzyCxPzC4tStQrSExP5QIARi3kiBIAAAA=
decode
run this in a POSIX shell:
echo "H4sIABx1amkAA8tJzMxzyCxPzC4tStQrSExP5QIARi3kiBIAAAA=" | base64 -d | gzip -d
|