A python script that generates and send ysoserial tool's payload, which is an Java serialized object gadget chains.
This python3 script is from my PortSwigger Labs' Insecure Deserialization lab 5.
Writeup: https://siunam321.github.io/ctf/portswigger-labs/Insecure-Deserialization/deserial-5/
wget https://raw.githubusercontent.com/siunam321/ysoserial-automate/main/ysoserial-automate.py
-j
or--jar
to supply the absolute path of the ysoserial Jar file (Required)-p
or--payload
to supply the ysoserial payload (Required)-c
or--command
to supply the command you wanna execute (Required)-u
or--url
to supply the full URL of the target website