|
Welcome to Perl world on Planet Source Code! This site is one of the Internet's largest online databases of free code! You can search for particular code, simply browse by category, or just peruse! The site is filled with programs, .zip files, examples, snippets, and tutorials so feel free to jump on in! For all you masochists, here is a list of all the code in the Planet Source Code database for this world, all 92,430. lines of it!!! |
|
How to start a Perl script under Windows without writing a separate batch file
You know the problem: you want to write a Perl script under Windows but to run it, you need to specify the path to the script (i.e: "perl c:\apps\perl\showdate.pl").
Basically DOS allows to search through the Environment Variable "PATH" to find a script. But it allows only Microsoft scripts to run through this way (actually you have the possibility to assign all ".pl" files to Perl, but it doesn't work under DOS).
Your (and my) goal is to start the script using the short way, that is without specifying the script's path and extension (i.e: "showdate"). In other words, our goal is to be able to write a file that is compatible for both Batch and Perl.
This document shows different methods to reach this goal.
mandymake.pl mandymake.pl (used with mandy5.pl) is a MD5 Hash making script which creates .txt files that contain tables based on user input as to which type (lowercase, uppercase, numbers only, multiple fields) and the length of the table (if 16 is entered for maximum character length it will generate EVERY possible combination of character type possible.) mandy5.pl mandy5.pl is a MD5 brute forcing script, and is used in complement to mandymake.pl. Works by comparing tables to the current hash being bashed. MCC Encryption Takes a string of any length and encrypts/decrypts it using the MCC algorithm. RSS Feed Parser And Display Boxes (rssbox) - standalone This is a single cgi file standalone RSS parser, reader, and display multi-theme program. Use it to display different RSS feeds boxes on your site from one or more RSS feeds sites. Live demos: http://www.mewsoft.com/rssbox/rssbox.html . Usage details from our site: http://www.mewsoft.com/cgi-bin/forum/forum.cgi?action=ViewTopic&Topic=2910&Forum=1&Page=1&Period=0a&Lang=English . The latest version always from http://www.mewsoft.com/download/rssbox.zip. Non Uniform Multi Dimensional Arrays see the source code Google Hack Techniques #1 (Scraping / Harvesting) this simple script shows how to use google to find sites vulnerabilites using the "classic" scraping technique , the purpose is educational. Universal Archive Bruteforcer the purpose of this code is to propose a quick a bruteforce algorithm and an all in one tool for these applications (such 7-zip) that does not have a complete support on bruteforce/password probing market or simply any application that you can call via command line passing generated values using a batch process , the program support resume and ranges (useful for splitting the bruteforcing on multiple machines passing different ranges..) the program can be used for sequential password generation (ansi unicode support) ... see the help or simple readme for more infos Coding ftp in perl by Rohit D'souza BrandCoder its explains how to get started on ftp in perl Coding ftp in perl by rohit dsouza it gets one started on using ftp in perl OpenVPN Rekeying Drone (solution for OTP and reneg-sec limitation) each time openvpn renegotiate new keys ask via management interface and we use otp the openvpn client asks for new id and pass , how we can solve this? My solution i wrote a tool that act like a "drone" waiting (also a suggestion for further improvements..) on the management interface of your openvpn client side the tool run the external otp application get the new username / password couple and send them on openvpn download the tool (perl sourcecode) here: http://berardimichele.interfree.it/src/perl/otp_rekeying_drone.zip IF YOU LIKE IT AND WOULD LIKE TO DONATE TO THIS PROJECT: http://berardimichele.interfree.it/src/perl/donate.htm enjoy GPL software! Michele Berardi System Developer http://berardimichele.interfree.it ONE TIME PASSWORD ENHANCEMENT FOR SAP / ABAP - A QUICK INTRODUCTION - This is an example of how to simply integrate a "One Time Password" (OTP) as extra secure login phase (an advanced version whit rsa , smartcard , and virtual tokens is available too..) under SAP using ABAP (as wrapper) and PERL as multiplatform development language.. the abap part is (install instruction in the comment part too)in the zip file and here: https://www.sdn.sap.com/irj/sdn/thread?threadID=865850 anyway you can download all the project upgrades here: http://berardimichele.interfree.it/src/perl/VTOKEN.zip IF YOU APPRECIATE THE EFFORT YOU CAN DONATE HERE: http://berardimichele.interfree.it/src/perl/donate.htm Hope this could be usefull. Michele Berardi System Developer http://berardi.too.it AS400 To SAP / BatchInput Conversion Tool This Tool quick format the AS400 exported recordmaps (order , exclusions..etc..) for a correct SAP / Batchinput migration process FL STUDIO (FruityLoops) Recovey Tool This program recover broken FruityLoops Project files (FOR YOUR SAFETY ... WORK ON A COPY OF YOUR FLP FILE!) open pearl example by rod lewis 2008 This is to prove that pearl is possible to .htm or mht. Xchat script - Potscript This is a Xchat script that will read rss feeds and search milw0rm. And a bunch of random stuff. The rss feed reader uses IO::Socket only. :-) If you admire or use the rss feed reader function please give me a vote, as I reckon it is pretty cool. :-D Meilen Rechner Dieser kleine aber Feine Code rechnet Kilometer in Meilen um. CGI Nmap port scanner Allows your website visitors to scan there self externally for open ports. Uses the Nmap::Parser module and requires nmap to be installed. www.insecure.org/nmap Time Warp Edit a file without chainging the modified/access times. user_files.pl This code will parse the /etc/passwd file finding all of the users on the system. Once known a file will be created for each username, then populated with all of the files they own on the system. Page 1 of 37 found. Entries 1 - 20 of 730 found Next 20 entries |
|
| ||||