Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 734 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 734 Bytes

🥒 Pickle RCE payload generator python3 🥒

Python's pickling deserialization Remote Code Execution payload generator. I wanted to create a python3 version of this cool script written by @mgeeky.

Usage

Linux:

./pickle-payload-gen.py [payload]

Windows:

python pickle-payload-gen.py [payload]

[ NOTE ] If you did not provide any payload the default will be used which is "id" (Without quotes).

Preview

Here is a quick preview of this tool.

preview.mp4