Skip to content

A python script that generates and send ysoserial tool's payload.

Notifications You must be signed in to change notification settings

siunam321/ysoserial-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ysoserial automate

Background

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/

Installation

wget https://raw.githubusercontent.com/siunam321/ysoserial-automate/main/ysoserial-automate.py

Usage

  • -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

Screenshots

About

A python script that generates and send ysoserial tool's payload.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages