mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 04:31:52 +08:00
add CVE-2026-24061 detect logic (#562)
* add CVE-2026-24061 detect logic * fix(telnet): 修复 errcheck 警告,统一错误处理风格 --------- Co-authored-by: ZacharyZcR <[email protected]>
This commit is contained in:
@@ -426,6 +426,8 @@ telnet_unauth_rce:
|
||||
other: "Telnet {{.Arg1}} unauthorized RCE [{{.Arg2}}] {{.Arg3}}"
|
||||
telnet_credential_rce:
|
||||
other: "Telnet {{.Arg1}} {{.Arg2}}:{{.Arg3}} RCE verified [{{.Arg4}}] {{.Arg5}}"
|
||||
telnet_cve202624061:
|
||||
other: "Telnet {{.Arg1}} CVE-2026-24061 Telnetd Authentication Bypass (user: {{.Arg2}}) {{.Arg3}}"
|
||||
cassandra_credential:
|
||||
other: "Cassandra {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
|
||||
cassandra_service:
|
||||
|
||||
@@ -426,6 +426,8 @@ telnet_unauth_rce:
|
||||
other: "Telnet {{.Arg1}} 未授权访问且可执行命令 [{{.Arg2}}] {{.Arg3}}"
|
||||
telnet_credential_rce:
|
||||
other: "Telnet {{.Arg1}} {{.Arg2}}:{{.Arg3}} 命令执行验证成功 [{{.Arg4}}] {{.Arg5}}"
|
||||
telnet_cve202624061:
|
||||
other: "Telnet {{.Arg1}} CVE-2026-24061 Telnet认证绕过 (用户: {{.Arg2}}) {{.Arg3}}"
|
||||
cassandra_credential:
|
||||
other: "Cassandra {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
|
||||
cassandra_service:
|
||||
|
||||
Reference in New Issue
Block a user