Wicked Perl Scripts that run Zoozle Torrent Download Search Engine



Here you will find some of the perl toots that keep the Torrent Rapidshare Suche and Torrent Rapidshare Downloads | Torrent | RapidShare
Rapidshare Torrent News Download Suche online every day.
Some tools care for Security Firewall and Decryption, we provide the perl open source community with IPFilter.dat
Support in Perl eg for Torrent Clients, some for Text and XML Processing. Few tools are listed her for fun - the cool
MP3 Streaming tool icecream. Our daily life is little bit lazified with our brandnew Incremantal Backup Copy for windows.
All Tools, Scripts and Code here are perl related and they should show you what is possible in programming language Perl!



TheCerial: Perl is my Religion. - God is alive - bless Mr. Larry Wall!


Simple SQL Killer

News from 2009-05-21


What does this tool do?
This is just a little perl script thats simple to kill your sql server connection when a special high load value has occured. After that the sql server is checked for reparing tables.

Sum Up:
Simple sql killing when to high load and restart

Download this Script:
Perl SQL Killer Download - as Plaintext



RFC Downloader

News from 2008-08-02


What does this tool do?
This is just a little perl script thats simple to download all your needed remote RFC from www.ietf.org to your home computer - doing plaintext rfc downloading
it is very simple and has less than 30 lines of code. you should change the path to where you want the downloaded rfc to be saved to.

Sum Up:
Simple rfc downloading

Download this Script:
Perl RFC Download - as Plaintext
Perl RFC Downloading - as Perl Script




Simple Perl XML Parser

News from 2008-08-02


What does this tool do?
This simple programm parses XML files - and presents the data in hash ref

Sum Up:
Simple XML Parser in perl

Download this Script:
XML Parser - as Plaintext
XML Parser - as Perl Source




Perl IPFilter.dat Support

News from 2008-07-18


What does this tool do?
The Perl bundle NET::IPFilter is a first version of doing - IP Checks against IP Ranges in perl by doing
  1. a.)reading an ipfilter.dat from local given file or via http protocol via readIPFilterFile() or httpGetStore()
  2. b.)stripping all unimportant text blocks from the normal ipfilter.dat file - this is done by beautifyRawIPfromIPFilter
  3. c.)reading in the prepared ipfilter.dat into memory
  4. c.)checking a given ip if its part of the ipfilter.dat ranges by isValid and giving out '0' or '1'
  5. future: i need to clean up the code and i need to prepare an XS Version to improve speed

Sum Up:
NET::IPFilter and NET::IPFilterSimple provide IPFilter.dat Support for your Perl Scripts written in pure perl

Download this Script:
more technical information
Perl IPFilter as Perl Module




Incremental Backup Copy Tools for Windows

News from 2008-07-16


What does this tool do?
I wrote the Incremantal Backup Tool mainly for one purpose - do quick and secure backups of my USB Pendrive.
You can create a Windows Link to the Incremantal Perl script and call a ' perl.exe "IncrementaBackupWindows.pl" ' and then just press the button
and your files are backed up from the source folder to the target folder that you have insert in the script.

Therefore i created a simple perl script that is working with this algorithm -

  1. a.)build a structure of all files to be copied
  2. b.)check if the folder or file on the target device exsits
  3. c.)if it exsits and the source file is newer than the target file it is been copied
  4. d.)if the folder does not exsits it is recursivly created
  5. e.)then step to next file doing step a.) again with this new current file

Sum Up:
For me it works fine to lazily just press the windows button "Incremental Backup" take a cup of tee and relax
reading some books while my hard programming work is been securely backuped in windows.

Download this Script:
Perl Incremental Copy and Backup of Files and Directorys for Windows XP | Windows Vista - as Plaintext
Incremental Backup - as Perl Script




Portcloser

News from 2008-07-15


What does this tool do?
This is just a little perl script for computers running linux, bsd or unix and it allows you to close predefined ports
like ssh, web, ftp or http with just one script run

Sum Up:
Close important ports with one perl scripts for security reasons

Download this Script:
Perl Port Closer Linux/Unix as Plaintext
Perl Port Closer as Perl Script




Perl Stream Ripper

News from 2008-07-14


What does this tool do?
Simply one thing: it saves remote mp3 and music streams to your harddrive

Sum Up:
Save remote music streams into local mp3 files

Download this Script:
perl stream ripper 'icecream' as Plaintext
icecream as Perl Script
This file is copyright of this author




Perl Firewall

News from 2008-02-18


What does this tool do?
I called this script Firewall because it mainly does this on a linux box - it protects you against SYN and ICMP Floods by doing
  1. a.)checking for icmp and tcp syn floodings
  2. b.)securing your box against these attacks by dropping these packets with the help of ipchains ...
  3. c.)... and sending RST or host unreachable packets to the attacking ip
  4. future: protecting against ARP Poisoning

Sum Up:
Secure your Linux pc against script kiddies doing some SYN or ICMP Denial of Service against your linux/unix/solaris/bsd/mac box

Download this Script:
Simple Perl Firewall against Denial of Service SYN, ICMP Floods as Plaintext
Perl Anti Flood Tool as Perl Script




Debian Patch Downloader

News from 2006-04-07


What does this tool do?
It downloads for you all important security fixes for debian and then lets you install them

Sum Up:
download debian security patches - the simple version 'apt-get dist-upgrade'

Download this Script:
Debian Patch Downloader as Plaintext
Debian Fix Download as Perl Script




Perl Searching for Files

News from 2005-08-29


What does this tool do?
Simply one thing: it creates a database of all your files on your pc and then lets you search and look at them

Sum Up:
Search and Look for files - the simple version of linux 'whereis'

Download this Script:
Perl Search and Look at Files as Plaintext
Perl Search and Look Tool as Perl Script




SSHQuery Tool

News from 2001-07-30


What does this tool do?
Simply one thing: it querys a given ssh server and prints out some usefull information about that SSH Server

Sum Up:
Prints usefull information about given ssh server

Download this Script:
perl SSHQuery Tool as Plaintext
SSH Query Tool as Perl Script


Copyright Owner: Richard Silverman Sun Jul 16 2000 - update at 2001-07-30




More older perl scripts - mainly winrar compressed related xml and Textprocessing


Simple Brute Force Perl DES Cracking Tool
Perl Program that checks for SUID Files
Perl Tools for creating RAW IP|TCP|UDP|ICMP Packets with nemesis
Download Debian Patches with Perl
Very Basis SMB Search with Perl
Quickstart with Perl & XML
Simple TCP File Copy with Client and Server
Simple Perl Anti Flooding Blocking SYN Flood Attacks
Sample Perl Application for Posting to Wordpress Blogs





Usefull Perl Books Links



Perl 5 by Example

Online Perl Book. 22 chapters with appendixes.

Beginning Perl

Very complete (and completely free) Perl Beginners book, both HTML and downloadable (PDF).

Practical mod_perl

This free perl book is available in html or pdf versions, so you can view the perl book online or download this free book.

Picking Up Perl, Edition 0.12

Picking Up Perl is a freely redistributable tutorial book on Perl that can be downloaded in pdf, postscript, or textinfo format. It can also be viewed online in html format, either as one large file or as separate files for each chapter.

Extreme Perl

Extreme Perl is a book about Extreme Programming using the programming language Perl. This free Perl ebook is available in HTML, PDF, or A4 PDF.

Learning Perl the Hard Way

Learning Perl the Hard Way is a free book available under the GNU Free Documentation License. This free perl ebook can be downloaded in pdf or gzipped postscript format.

Web Client Programming with Perl

Free Online Perl Book

The Perl Reference Guide

The guide contains a concise description of all Perl 5 statements, functions, variables and lots of other useful information.

Perl Reference Guide & Perl Pocket Reference (PDF Link)

Short Perl refernce book in pdf form.

CGI Programming on the World Wide Web

This is an out of print book from 1996 that is available from Oreilly.

Beginning Perl for Bioinformatics (Sample Chapter)

GenBank (Genetic Sequence Data Bank) is a rapidly growing international repository of known genetic sequences from a variety of organisms. Its use is central to modern biology and to bioinformatics.

CGI Programming with Perl, 2nd Edition (Sample Chapter)

Security.

Advanced Perl Programming (Sample Chapter)

Chapter 1: Data References and Anonymous Storage

Programming Web Services with Perl (Sample Chapter)

One chapter on Soap.

Oreilly Sample Chapters

Quite a few sample chapters from perl books are indexed here (some have already been linked to individually).




english: january 2007 | february 2007 | march 2007 | april 2007 | may 2007 | june 2007 | july 2007 | august 2007 | september 2007 | october 2007 | november 2007 | december 2007 | january 2008 | february 2008 | march 2008 | april 2008 | may 2008 | june 2008 | july 2008 | august 2008 | september 2008 | october 2008 | november 2008 | december 2008 | january 2009 | february 2009 | march 2009 | april 2009 | | May 2009



Last Update 21th May 2009 12:45:54 PM
Wicked Perl Tools