From cc1b5fdaae91c7d5ebe249eee74a409e935c4875 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 10 Oct 2018 03:52:54 +0000 Subject: [PATCH] Let rmi-vuln-classloader run against any java-rmi service, not just rmiregistry, as many are vulnerable --- scripts/rmi-vuln-classloader.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rmi-vuln-classloader.nse b/scripts/rmi-vuln-classloader.nse index e677a8db1..acad2e765 100644 --- a/scripts/rmi-vuln-classloader.nse +++ b/scripts/rmi-vuln-classloader.nse @@ -46,7 +46,7 @@ categories = { portrule = shortport.port_or_service({ 1099 }, { - "rmiregistry" + "rmiregistry", "java-rmi" }); action = function (host, port)