Let rmi-vuln-classloader run against any java-rmi service, not just rmiregistry, as many are vulnerable

This commit is contained in:
dmiller 2018-10-10 03:52:54 +00:00
parent bd67aa3672
commit cc1b5fdaae

View file

@ -46,7 +46,7 @@ categories = {
portrule = shortport.port_or_service({
1099
}, {
"rmiregistry"
"rmiregistry", "java-rmi"
});
action = function (host, port)