Saturday, September 29, 2012
How to Compile Perl Scripts In Windows
Today I want to show you how to compile and run Perl scripts or Perl Exploit in Windows environment.
1.First download the Active Perl from: http://www.activestate.com/activeperl/downloads
2.Install the ActivePerl by default settings.
3.put your script in a pl file and save it in the bin path of active perl. in my case: "C:\Perl64\bin\expl.pl"
3.open command line by going to Start Menu > Run > key in CMD press enter.
4.switch the path to "C:\Perl64\bin\" it might be different , depends on the path that you selected on the time of installing the perl!
5.type "perl expl.pl"and press enter.
In the above example my file name was expl.pl , perl command will compile and run the perl script or exploit.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment