Skip to content

Instantly share code, notes, and snippets.

View phillop's full-sized avatar
🏠
Working from home

phillop

🏠
Working from home
View GitHub Profile
@phillop
phillop / pulse.py
Created December 28, 2025 00:16 — forked from Davnit/pulse.py
Decrypts and prints incident information from PulsePoint
import base64
import hashlib
import json
from urllib import request
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from cryptography.hazmat.backends import default_backend