mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Let rmi-vuln-classloader run against any java-rmi service, not just rmiregistry, as many are vulnerable
This commit is contained in:
parent
bd67aa3672
commit
cc1b5fdaae
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ categories = {
|
|||
portrule = shortport.port_or_service({
|
||||
1099
|
||||
}, {
|
||||
"rmiregistry"
|
||||
"rmiregistry", "java-rmi"
|
||||
});
|
||||
|
||||
action = function (host, port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue