feat: add NFS, RMI and IPMI plugins

NFS (2049/TCP): Sun RPC EXPORT call, lists shared directories
RMI (1099/TCP): Java RMI handshake, detects exposed JMX/RMI endpoints
IPMI (623/UDP): RMCP ping + channel auth capabilities probe

All pure stdlib, zero new dependencies.
This commit is contained in:
ZacharyZcR
2026-05-19 00:01:58 +08:00
parent 778ba019d5
commit 0a28db7371
4 changed files with 446 additions and 0 deletions
+3
View File
@@ -40,8 +40,11 @@ var defaultSafePlugins = []string{
"rdp",
"redis",
"imap",
"ipmi",
"jdwp",
"nfs",
"pop3",
"rmi",
"rsync",
"smb",
"smtp",