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