Giter VIP home page Giter VIP logo

Comments (4)

frohoff avatar frohoff commented on June 21, 2024 1

It sounds like the classes required by the CommonsCollection1 chain (or others) are probably not on the classpath in this case.

A decent way to investigate, assuming you have console access on this host, is to get the full classpath of that JVM/process: figure out which process is listening on that port (i.e. netstat -nlp | grep 22099), then check the full command line for -cp -classpath params (i.e. ps aux | grep $pid), and if necessary, see what files the process has open (i.e. lsof -p $pid | grep jar).

Unfortunately the above will only tell you what the entire collective process has loaded, and not what the specific child ClassLoader in question has loaded, which can be different. RMI Registries generally inherit the ClassLoader of the code that creates them with a call to LocateRegistry.html.createRegistry(int).

Do you know what Java version is being used? Have you tried the Jdk7u21 chain?

In the future I'd suggest asking questions like this in the Gitter chat. I'll probably close this shortly.

-Chris

from ysoserial.

frohoff avatar frohoff commented on June 21, 2024

Closing. Please follow-up in the GItter chat if there are further questions.

from ysoserial.

sevck avatar sevck commented on June 21, 2024

I have also encountered this problem, want to know how to solve upstairs

from ysoserial.

sevck avatar sevck commented on June 21, 2024

7u21

from ysoserial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.