[Perl] part of the Gootkit ddos system - Pastebin.com

http://pastebin.com/gAs4EkyG Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

[Perl] part of the Gootkit ddos system - Pastebin.com

http://pastebin.com/gAs4EkyG Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

Perl 5 to Perl 6 Regular Expression Converter [online tool]

http://www.equinoxbase.com/p5p6regconv/converter.html It is not always works, but at least give you an idea. Perl6 regex syntax is really different from normal perl and it is not [yet] well documented. Or you can prefix each regex in perl6 with :p5 to make it perl5-compatible

Perl 6 Advent Calendar

http://perl6advent.wordpress.com/ collection of short articles / programing examples about perl6

[RUS ]nuclight: Torrent: альтернативный способ детектирования [how to detect torrent protocol by looking at tracker requests]

http://nuclight.livejournal.com/125747.html A way to detect BT protocol traffic – instead of looking at every packet, traffic to torrent tracker websites is redirected (via divert(4) ) and then analyzed. Analyzer script (PERL) produces the src_ip, dst_ip, dst_port triplet, this info can be used to produce firewall rules

[cross-lang object serialization library] The MessagePack Project

http://msgpack.sourceforge.net/ “MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.” cpan Data::MessagePack

Syntax - re2 - I define UNIX as “30 definitions of regular expressions living under one roof.” —Don Knuth - Project Hosting on Google Code

http://code.google.com/p/re2/wiki/Syntax list of syntax supported by new regexp lib from google

Jon Schutz Technical Notes and Recommendations » Perl client for Facebook’s scribe logging software

http://notes.jschutz.net/2009/04/perl-client-for-facebooks-scribe-logging-software/ Describes how to build thrift (cross-platform service/RCP framework from facebook) modules for scribe client (high-performance async log aggregator server from facebook). Also see Log::Dispatch::Scribe on CPAN

THIRD RAIL » Memcached based message queues

http://3.rdrail.net/blog/memcached-based-message-queues/ Blog pots shows and explains how to implement simple queue system on top of memcached

http://cpansearch.perl.org/src/MLEHMANN/AnyEvent-HTTP-1.44/HTTP.pm

http://cpansearch.perl.org/src/MLEHMANN/AnyEvent-HTTP-1.44/HTTP.pm A Perl module that uses AnyEvent “framework” to do HTTP/1.0 requests in a parallel, non-blocking fashion