bug
mod_rpaf vulnerability?
by d2 on Jun.14, 2010, under bug, info
rpaf is for backend Apache servers what mod_proxy_add_forward is for frontend Apache servers. It does excactly the opposite of mod_proxy_add_forward written by Ask Bjørn Hansen. It will also work with mod_proxy in Apache starting with release 1.3.25 and mod_proxy that is distributed with Apache2 from version 2.0.36. It changes the remote address of the client [...]
calculating md5 sum under bash
by d2 on Jun.14, 2010, under bug, solution
Recently I wrote short bash script to check files integrity inside directory and saw that all sums were wrong :) This couldn’t be a coincidence, so I decided to check with other tools. Well, this is what I found: $ php -r “echo md5(‘test1234′);” 16d7a4fca7442dda3ad93c9a726597e4 echo test1234|md5sum|awk ‘{print $1}’ eddc02b200ae8a15a7e6b44ac05bf5f1 Reason? Pretty simple. I used [...]
New (old) bug in ThunderBird (3.0.4)
by d2 on Jun.08, 2010, under bug
Today, after some time spent on research HTML I thought I have discovered new bug in ThunderBird (v. 3.0.4). I prepared html code: <form action=”http://some.server.com/hcp/” method=”get”> <input type=”text” name=”u_firstname” value=”test”/ size=”25%” /> </form> And sent to myself as HTML using ThunderBird. Now, when I opened this email I input with default “test” text. Nothing wrong [...]