Python deserialization payload generator
🏠 Homepage
pip install pysoserial
pip install git+https://github.com/itasahobby/pysoserial.git
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)
👤 ITasahobby
- Website: https://blog.itasahobby.com
- Twitter: @jusepe_it
- Github: @itasahobby
👤 KlezVirus
Idea inspired by KlezVirus' deser-py project
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!