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
- Host: GitHub
- URL: https://github.com/thunderson/ysoserial-wrapper
- Owner: ThunderSon
- License: mit
- Created: 2019-03-20T16:59:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T04:45:56.000Z (about 6 years ago)
- Last Synced: 2024-05-01T18:37:14.335Z (about 1 year ago)
- Topics: python-wrapper, python3, ysoserial
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```