An open API service indexing awesome lists of open source software.

https://github.com/thunderson/ysoserial-wrapper

Python wrapper for ysoserial
https://github.com/thunderson/ysoserial-wrapper

python-wrapper python3 ysoserial

Last synced: 9 days ago
JSON representation

Python wrapper for ysoserial

Awesome Lists containing this project

README

        

# ysoserial-wrapper

Python wrapper for [ysoserial](https://github.com/frohoff/ysoserial)

In order to encrypt the payload, set the YSOSERIAL_KEY environment variable to be your encryption key.

```bash
export YSOSERIAL_KEY="SecretEncryptionKey"
python3 ysoserial-wrapper.py -t CommonsCollection6 -c "ping 127.0.0.1"
```