jalvarezit / pysoserial

Python deserialization payload generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to pysoserial πŸ‘‹

Version License: MIT Twitter: jusepe_it

Python deserialization payload generator

🏠 Homepage

Install

PyPI

pip install pysoserial

Github

pip install git+https://github.com/itasahobby/pysoserial.git

Usage

usage: pysoserial.py [-h] -p PAYLOAD -l {os,subprocess} -s {pickle,json,yaml} [--plaintext]

optional arguments:
  -h, --help            show this help message and exit
  -p PAYLOAD, --payload PAYLOAD
                        payload to execute
  -l {os,subprocess}, --library {os,subprocess}
                        library to execute the payload with
  -s {pickle,json,yaml}, --serializer {pickle,json,yaml}
                        serializer to generate the payload for
  --plaintext           print result in plain text (default is base64)

Author

πŸ‘€ ITasahobby

Mentions

πŸ‘€ KlezVirus

Idea inspired by KlezVirus' deser-py project

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

Python deserialization payload generator


Languages

Language:Python 100.0%