feat: add JDWP plugin for Java debug port detection

Detects exposed JDWP (Java Debug Wire Protocol) services on ports
5005/8000/8787/5050. Performs protocol handshake and reports as VULN
since an exposed debug port allows remote code execution.
This commit is contained in:
ZacharyZcR
2026-05-18 23:22:15 +08:00
parent a1588a321f
commit f43e3e3d0a
2 changed files with 112 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ var defaultSafePlugins = []string{
"rabbitmq",
"rdp",
"redis",
"jdwp",
"rsync",
"smb",
"smtp",