Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 321 Bytes

ysoserial-wrapper

Python wrapper for ysoserial

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

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