Skip to content

Commit

Permalink
Merge pull request #56 from qtc-de/develop
Browse files Browse the repository at this point in the history
Fix badges
  • Loading branch information
qtc-de authored Dec 23, 2023
2 parents a38a7cb + 2f73e9a commit 0ace9c0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

---

[![](https://github.com/qtc-de/remote-method-guesser/workflows/maven%20CI/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/maven%20CI/badge.svg?branch=develop)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml)
[![maven CI](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml)
[![maven CI](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml/badge.svg?branch=develop)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/maven-ci.yml)
[![](https://img.shields.io/badge/version-5.0.0-blue)](https://github.com/qtc-de/remote-method-guesser/releases)
[![](https://img.shields.io/badge/build%20system-maven-blue)](https://maven.apache.org/)
![](https://img.shields.io/badge/java-8%2b-blue)
Expand All @@ -22,12 +22,9 @@ within the *Arsenal* sessions. The recording of the session and the correspondin
* Slides: [https://www.slideshare.net/TobiasNeitzel/remotemethodguesser-bhusa2021-arsenal](https://www.slideshare.net/TobiasNeitzel/remotemethodguesser-bhusa2021-arsenal)
* Recording: [https://youtu.be/t_aw1mDNhzI](https://youtu.be/t_aw1mDNhzI)

[![](https://github.com/qtc-de/remote-method-guesser/workflows/example%20server/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/example-server.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/example%20server/badge.svg?branch=develop)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/example-server.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/ssrf%20server/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/ssrf-server.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/ssrf%20server/badge.svg?branch=develop)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/ssrf-server.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/spring%20server/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/spring-server.yml)
[![](https://github.com/qtc-de/remote-method-guesser/workflows/spring%20server/badge.svg?branch=develop)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/spring-server.yml)
[![example server](https://github.com/qtc-de/remote-method-guesser/actions/workflows/example-server.yml/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/example-server.yml)
[![ssrf server](https://github.com/qtc-de/remote-method-guesser/actions/workflows/ssrf-server.yml/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/ssrf-server.yml)
[![spring server](https://github.com/qtc-de/remote-method-guesser/actions/workflows/spring-server.yml/badge.svg?branch=master)](https://github.com/qtc-de/remote-method-guesser/actions/workflows/spring-server.yml)

The *remote-method-guesser* repository contains three example servers that can be used to practice *Java RMI* enumeration and attacks.
The [rmg-example-server](/docker/example-server) exposes regular *RMI* services that can be enumerated and exploited using *remote-method-guesser*.
Expand Down

0 comments on commit 0ace9c0

Please sign in to comment.