Slides/Demos from the BSides Munich 2019 talk "Attacking Java RMI in 2019"
2020-02-07 17:38:48 Author: wiki.ioin.in(查看原文) 阅读量:451 收藏

This repository contains all examples from my talk "Attacking Java RMI services in 2019" at BSides Munich 2019. I also included the slides, however a more detailed explanation of this topic can be found on our blog.

BSidesMucRmiService

This is a simple RMI service that I used as an example. It is a Maven project with CommonsCollections 3.1 bundled. Additional instructions how to build/run this service cna be found in the directory.

BSidesAttackClient

This directory contains a minimal code example how to attack an RMI service that provides a method that accepts an arbitrary object as argument. The code needs to be imported into an project that also includes the ysoserial jar.

barmitzwa.groovy

A YouDebug script that replaces the objects in a remote invocation call with an object from ysoserial.


文章来源: https://wiki.ioin.in/url/2Plr
如有侵权请联系:admin#unsafe.sh