2022黑龙江比武
...
Finalshell 专业版激活
一、获取机器码第一步:激活/升级 第二步:随便输入用户名和密码,然后点击离线激活 第三步:这里会生成机器码,复制它。 二、获取激活码可以使用在线网站进行激活: FindShell - 授权码生成器 FinalShell 离线激活工具 也可以使用下方代码复制到py文件中直接运行: 12345678910111213141516171819202122232425262728293031from hashlib import md5, sha3_384from Crypto.Hash import keccakdef md5_hash(msg): return md5(msg.encode()).hexdigest()def keccak384_hash(msg): keccak_hash = keccak.new(digest_bits=384) keccak_hash.update(msg.encode()) return keccak_hash.hexdigest()def main(): code =...
使用火绒阻止FinalShell更新与访问互联网
使用教程使用方法非常简单,找到火绒设置 - 高级防护 – IP协议控制 - 添加规则,如下图 1234567891011规则模板: 默认配置规则名称: FinalShell屏蔽应用程序: D:\FinalShell\jre\bin\java.exe操作: 阻止方向: 所有协议: TCP/UDP 传输控制协议/用户数据报协议本地IP: 默认:任意IP本地端口: 默认:任意端口远程IP: 默认:任意IP远程端口:80;443优先级: 1 注意事项:应用程序请选择finalshell根目录下的jre下的bin下的java.exe文件端口请选择:80;443进行屏蔽即可
2024哈尔滨比武
...
template
...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
