[随笔] Mac版本SercureCRT安装及破解

  1. 下载SecureCRT-7.3.0版本

  2. 在Finder中 打开下载的SecureCRT并复制到Applications中

  3. 拷贝以下代码并保存为securecrt_mac_crack.pl

    #!/usr/bin/perl 
    
    use strict;
    use warnings;
    use 5.01;
    
    
    
    sub license {
    	print "\n".
    	"License:\n\n".
    	"\tName:\t\tbleedfly\n".
    	"\tCompany:\tbleedfly.com\n".
    	"\tSerial Number:\t03-29-002542\n".
    	"\tLicense Key:\tADGB7V 9SHE34 Y2BST3 K78ZKF ADUPW4 K819ZW 4HVJCE P1NYRC\n".
    	"\tIssue Date:\t09-17-2013\n\n\n";
    }
    
    sub usage {
        print "\n".
    	"help:\n\n".
    	"\tperl securecrt_mac_crack.pl <file>\n\n\n".
    	"\tperl securecrt_mac_crack.pl /usr/bin/SecureCRT\n\n\n".
        "\n";
    	
    	&license;
    
        exit;
    }
    &usage() if ! defined @ARGV ;
    
    
    my $file = $ARGV[0];
    
    open FP, $file or die 'can not open file $!';
    binmode FP;
    
    open TMPFP, '>', '/tmp/.securecrt.t
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值