mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01: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:
@@ -46,7 +46,7 @@ categories = {
|
|||||||
portrule = shortport.port_or_service({
|
portrule = shortport.port_or_service({
|
||||||
1099
|
1099
|
||||||
}, {
|
}, {
|
||||||
"rmiregistry"
|
"rmiregistry", "java-rmi"
|
||||||
});
|
});
|
||||||
|
|
||||||
action = function (host, port)
|
action = function (host, port)
|
||||||
|
|||||||
Reference in New Issue
Block a user