LALR parser generator for PHP

I’ve been tinkering forever with parser generators; mostly to get behind how they work and what I can do with them.

A (long) while ago, I found myself in need for a Bison-like parser generator for PHP and there was none.

(more…)

SQL::QueryBuilder::OO released

For peer reviewing purposes on [prepan.org][1] (and to the general public as well), I released my [perl module for object oriented sql query building](/projects/sql-querybuilder-oo/).

[1]: http://prepan.org/module/nXWJ8Y9sBCM

Apache Range header vulnerability script

I wrote an upgraded variant of the Apache killer script propagated on [Full Disclosure][1] capable of HTTPS requests. Also, other than its descendant, it can follow a server’s initial response for redirection which the original script interprets as the server not being vulnerable.

Script is available here: [Download not found]

*This script merely __checks__ for vulnarabilities but will __not__ exploit them.*

[1]: http://seclists.org/fulldisclosure/2011/Aug/175

yasco released

My first release of a project is yasco. yasco (yet another source code obfuscator) is a medium-weight Javascript source code obfuscator written in Perl.

yasco has been made available on [Google Code][1]. Details on the project’s page.

[1]: http://code.google.com/