Archive for the 'Perl' Category

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

Monday, February 27th, 2012

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

Monday, February 27th, 2012

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]

Wednesday, April 6th, 2011

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

Sunday, December 26th, 2010

collection of short articles / programing examples about perl6

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

Wednesday, July 7th, 2010

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 us…

[cross-lang object serialization library] The MessagePack Project

Wednesday, April 14th, 2010

“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

Friday, March 12th, 2010

list of syntax supported by new regexp lib from google

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

Friday, February 19th, 2010

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

Monday, February 8th, 2010

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

Thursday, January 21st, 2010

A Perl module that uses AnyEvent “framework” to do HTTP/1.0 requests in a parallel, non-blocking fashion