mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
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:
@@ -39,6 +39,7 @@ var defaultSafePlugins = []string{
|
||||
"rabbitmq",
|
||||
"rdp",
|
||||
"redis",
|
||||
"jdwp",
|
||||
"rsync",
|
||||
"smb",
|
||||
"smtp",
|
||||
|
||||
Reference in New Issue
Block a user