Coder Social home page Coder Social logo

Comments (3)

the-bumble avatar the-bumble commented on August 30, 2024

Hi @executionByFork,

Happy to help!

The warnings are happening because RMIScout dependencies require JRE 8 (e.g., CORBA and ysoserial) so functionality is limited on newer JREs. For more details, see the troubleshooting section: https://github.com/BishopFox/rmiscout#troubleshooting

I've seen a few false positives for RMI from nmap (e.g., JNDI services). Would you mind sharing the results of the nmap rmi-dumpregistry script?

nmap --script rmi-dumpregistry <host> -p <port> -Pn

Thank you!

Jake

from rmiscout.

executionByFork avatar executionByFork commented on August 30, 2024

Hm, it seems the nmap script returns no output when used on that host and port (besides port info). The nmap script does return output when used on another host, which has RMI over the typical port 1099. So, I think this may actually be a false positive RMI finding from nmap.

Just to clarify, this nmap script always returns information when the service on the given port is RMI, right? So if no information is returned from the script, it can be assumed that the service is not RMI? Or are there instances you are aware of in which this script will return no output for an actual RMI port?

from rmiscout.

the-bumble avatar the-bumble commented on August 30, 2024

Yes, my guess is that it is likely a false positive RMI finding from NMAP. It's possible there may be a string literal "RMI" in the server response that is causing a false positive.

It's possible that it's a proprietary protocol and does not use JRMP/IIOP. Here was a previous instance of such a finding: #9 (comment)

I hope that helps!

Jake

from rmiscout.

Related Issues (16)

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.