[Perl] part of the Gootkit ddos system – Pastebin.com
Monday, February 27th, 2012Example 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
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
Posted in exploit, Perl, programming, scripting, system | Comments Off | permalink
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
Posted in exploit, Perl, programming, scripting, system | Comments Off | permalink
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
Posted in Perl, perl6, programming, regexp, tools | Comments Off | permalink
collection of short articles / programing examples about perl6
Posted in blog, development, Perl, perl6, programming, tutorial | Comments Off | permalink
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…
Posted in bittorrent, development, divert, Linux, network, performance, Perl, programming, system | Comments Off | permalink
“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
Posted in development, json, library, messaging, Perl, programming, python, ruby, serialization, via:manuel | Comments Off | permalink
list of syntax supported by new regexp lib from google
Posted in code, google, Perl, prce, programming, regex, regexp, syntax | Comments Off | permalink
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
Posted in high_load, logging, Perl, programming, RPC, scribe, thrift | Comments Off | permalink
Blog pots shows and explains how to implement simple queue system on top of memcached
Posted in development, distributed, memcache, memcached, messaging, Perl, programming, queue, scalability, scaling, shortcut:perl | Comments Off | permalink
A Perl module that uses AnyEvent “framework” to do HTTP/1.0 requests in a parallel, non-blocking fashion
Posted in development, event, http, IO, Perl, programming | Comments Off | permalink
You are currently browsing the archives for the Perl category.
Konstantin Antselovich (c) 2004-2011
powered by WordPress
Entries (RSS)
and Comments (RSS).