1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

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)