zho2 发表于 2015-12-27 11:22:37

软件制作:Perl

  
           Perl2exe是一个将Perl脚本转换成windows上的可独立执行的可执行程序(*.exe)的工具,这样,你就可以不用装Perl而在windows系统上运行这个可执行程序。
  
           在网上找了好久没有找到满意的perl2exe和相应的key,于是自己写了一个注册机(可以支持注册Perl2Exe V08.01--Perl2Exe V10.10),下面我们以最新版本Perl2Exe V10.10来测试下perl2exe

  Perl2exe 注册之前:
  C:\Perl>perl2exe
  Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software
  
  This is an evaluation version of Perl2Exe, which may be used for 30 days.
  For more information see the attached pxman.htm file,
  or visit http://www.indigostar.com
  
  Usage: perl2exe myscript.pl
  options:
  -small                  Generate smaller exe file (Pro version only)
  -tiny                     Generate even smaller exe file (Pro version only)
  -gui                      Generate a no-console executable (Pro version only)
  
  -o=output_filename      Output file name
  -I=directory            Specify @INC directory (multiple directories can be
                                separated by ; or : characters)
  
  -platform=Win32         Generate code for Win32 (default)
  
  C:\Perl>perl2exe C:\Perl\test\misc.pl
  Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software
  
  This is an evaluation version of Perl2Exe, which may be used for 30 days.
  For more information see the attached pxman.htm file,
  or visit http://www.indigostar.com
  
  Converting 'C:/Perl/test/misc.pl' to misc.exe
  
  C:\Perl>C:\Perl\misc.exe
  
  ######################################################
  #    DiscuzRemote SQL Injection Exploit            #
  #    By indoushka                                    #
  #    www.iq-ty.com                                 #
  #    Souk Naamane(00213771818860)                  #
  #    Algeria Hackerz   (indoushka@hotmail.com)       #
  # Dork:Powered by Discuz! 1.0 ? 2002,Crossday Studio #
  ######################################################
  
  
      Usage: perlDiscuz.pl host /directory/ victim_userid
  
         perlDiscuz.pl www.Discuz.com /forum/ 1
  
  
  --------------------------------------------------------------------------------
  
  [>] SERVER:
  [>]    DIR:
  [>] USERID:
  
  [~] PREPARE TO CONNECT...
  [-] CONNECTION FAILED at C:\Perl\misc.exe line 52.
  
  This exe file was created with the evaluation version of Perl2Exe.
  For more information visit http://www.indigostar.com
  (The full version does not display this message with a 2 second delay.)
  ...
  
*********************************************************************************************
  Perl2exe 注册之后:
  
  D:\Perl>perl2exe
  Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software
  Registered to pearl:pearl:20110316, ENT version
  Usage: perl2exe myscript.pl
  options:
  -small                  Generate smaller exe file (Pro version only)
  -tiny                     Generate even smaller exe file (Pro version only)
  -gui                      Generate a no-console executable (Pro version only)
  
  -o=output_filename      Output file name
  -I=directory            Specify @INC directory (multiple directories can be
                                separated by ; or : characters)
  
  -platform=Win32         Generate code for Win32 (default)


  D:\Perl>perl2exe D:\Perl\test\misc.pl
  Perl2Exe V10.10 Copyright (c) 1997-2010 IndigoSTAR Software
  Registered to pearl:pearl:20110316, ENT version
  Converting 'D:/Perl/test/misc.pl' to misc.exe
  
  D:\Perl>D:\Perl\misc.exe
  
  ######################################################
  #    DiscuzRemote SQL Injection Exploit            #
  #    By indoushka                                    #
  #    www.iq-ty.com                                 #
  #    Souk Naamane(00213771818860)                  #
  #    Algeria Hackerz   (indoushka@hotmail.com)       #
  # Dork:Powered by Discuz! 1.0 ? 2002,Crossday Studio #
  ######################################################
      Usage: perlDiscuz.pl host /directory/ victim_userid
  
         perlDiscuz.pl www.Discuz.com /forum/ 1
  
  
  --------------------------------------------------------------------------------
  [>] SERVER:
  [>]    DIR:
  [>] USERID:
  
  [~] PREPARE TO CONNECT...
  [-] CONNECTION FAILED at D:\Perl\misc.exe line 52.
  
  D:\Perl>
  
  
  下载地址:
  http://download.csdn.net/source/3197132
页: [1]
查看完整版本: 软件制作:Perl