激活finalshell

什么是finalshell

finalshell是一个同时支持ssh和ftp的客户端,同时可以查看服务器信息

下载

finalshell_install.3.9.5.4.exe
建议下载4.0以下版本,方便破解

屏蔽更新和激活检测

1.使用管理员权限打开powershell
2.输入下面的代码创建防火墙规则,将D:\software\finalshell\jre\bin\java.exe替换为finalshell安装的目录

1
2
3
4
5
6
# 拦截出站请求(程序主动外连)
New-NetFirewallRule -DisplayName "BlockFinalShellHTTP" -Direction Outbound -Program "D:\software\finalshell\jre\bin\java.exe" -Protocol TCP -RemotePort 80,443 -Action Block

# 拦截入站请求(外部连接程序)
New-NetFirewallRule -DisplayName "BlockFinalShellHTTP-In" -Direction Inbound -Program "D:\software\finalshell\jre\bin\java.exe" -Protocol TCP -LocalPort 80,443 -Action Block

激活

点击左下角激活字样,打开弹窗

输入用户名和密码,随便输,然后点击离线激活,在新的弹窗页面复制机器码,然后打开网站https://cdn.404888.xyz/findshell.php输入机器码,点击生成授权码,将底部生成的授权码粘贴到finalshell的激活弹窗中,点击确定


激活finalshell
https://mengluo.com/2025/02/10/激活finalshell/
作者
梦落
发布于
2025年2月10日
许可协议