Skip to content

jalvarezit/pysoserial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pysoserial 👋

Version License: MIT Twitter: jusepe_it

Python deserialization payload generator

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages