Guide to PHP SecurityQuicksearch |
Friday, October 28. 2005Reverse MD5 Search Aggregator
While md5 is a fairly strong hashing algorithm, even with the best algorithm weak passwords based on dictionary words and/or their variants can be easily compromised. There are a few sites on the net that have built searchable databases of "weak" password allowing quick strength checks of md5 hashes. But, each one of those databases has different set of hashes and a different database size, making a "complete" search rather difficult. So, I've come up with a little aggregator script that gathers information from 5 different (tell me if you know of others) sources and offers the resolved data on a single page, thus giving you a fast response from a cumulative database.
The script can be downloaded from here, http://ilia.ws/uploads/hash.php.txt It is released under BSD license, so anyone is free to use it. Friday, October 28. 2005PHP 5.1.0RC4 is out!
he fourth and final release candidate of PHP 5.1.0 is now available for testing. You can download the source packages from here:
http://downloads.php.net/ilia/php-5.1.0RC4.tar.bz2 4afd68f8e4fe532cea83f30bd2ff26f5 http://downloads.php.net/ilia/php-5.1.0RC4.tar.gz 679a0d12b8cb00c55d56621ea9609013 The Windows binaries will be available shortly from http://downloads.php.net/ilia/ as well. In the past two weeks a great deal of effort was put by a number of developers towards stabilization of the 5.1 branch with over 20 bug fixes made during this period alone. Based on our own tests (those wacky phpt files) and those made by QA team and related projects, 5.1 is ready for production. Pending discovery of any critical issues such as crashes, security faults and regressions I intend to release 5.1 final no later then November 10th. In the meantime I'd like to ask all PHP users to test their code against PHP 5.1 to ensure that no critical issues have been missed. Our own testing methodology while quite extensive does not cover all areas of the code and your help is needed to located any non-yet discovered defects. If you (I hope that you won't) do discover any issues please report them via http://bugs.php.net. Thursday, October 27. 2005
FUDforum 2.7.3 Released Posted by Ilia Alshanetsky
in FUDforum, PHP at
09:28
Comments (0) Trackbacks (0) FUDforum 2.7.3 Released
After nearly 2 months of testing and development I am happy to announce the release of FUDforum 2.7.3, the new stable version. This is primarily a bug-fix release and all users, especially those of the 2.7 series are encouraged to upgrade to it. The upgrade and installation scripts are available at the urls listed below:
Install Script Upgrade Script As far as the changes go, this version is virtually identical to the prior release candidate. The one major addition was the integration of the Indonesian translation that now makes the forum available in a whooping 26 languages, 2 more then in the prior stable release. There were a few minor bug fixes as well, details of which can be found below. Continue reading "FUDforum 2.7.3 Released" Thursday, October 20. 2005Ontario, the 51st State
It would seem that the Canadian province of Ontario, of which I happen to be a resident of, is rapidly and willingly being assimilated into our Southern neighbor. The latest bout idiocy comes from our Attorney General who according to the CBC article that can be found here intends to force extension of DST to match that of United States. According to Americans this change, signed into law by GWB will lead to energy savings, right… Of all the things to change, I suppose no one considered doing something about all those SUV drivers, whose cars eat fuel by the truckload, but anyway…
The synchronization of the change in Ontario is being argumented by the fact that having the same time zone will make easier to maintain trade links. So, in 2007 Ontario will blindly follow US’s lead and extend daylight time. Supposedly, Quebec, 2nd most populous province after Ontario is well on its way in adopting a similar stance. Tuesday, October 18. 2005
FUDforum 2.7.3RC3 Released Posted by Ilia Alshanetsky
in FUDforum, PHP at
11:30
Comments (0) Trackbacks (0) FUDforum 2.7.3RC3 Released
I am in release mode this week, first PHP 5.1.0RC3, now FUDforum 2.7.3RC3. Number three seems to work well for me
Since FUDforum's RC2 there have been a surprising number of small bug fixes many of the important ones aimed at improving (*cough*fixing*cough*) the PostgreSQL support, which now appears to work quite well. So, to ensure that is indeed the case I've decided to make another release candidate. The upgrade and installer scripts can be found at their usual locations, but here are the direct URLs to them anyway Upgrade Script Installer Script Continue reading "FUDforum 2.7.3RC3 Released" Monday, October 17. 2005PHP 5.1.0RC3 is out!
Those of you monitoring the PHP development mailing list probably know that I've taken over from Andi as far as PHP 5.1 Release Management. Today I am happy to announce the second (yes, I know its RC3) release candidate of PHP 5.1.0 is out and available for testing. You can grab the source snapshots from here: http://downloads.php.net/ilia/
If you have some spare time in the next week or two, please take a moment to try out 5.1.0 and see if it works with your code/programs. Majority of the test suit passes with this releases, so the only remaining the issue are those waiting to be discovered through "real-life" testing. Friday, October 14. 2005
World's First XSS Worm: "Samy" Posted by Ilia Alshanetsky
in PHP at
12:15
Comments (8) Trackbacks (0) World's First XSS Worm: "Samy"
To all the people who carelessly claim that Cross Site Scripting (XSS) is not a real security problem here is definitive proof that the threat is quite real. A very creative user of MySpace, Samy created a little self propogating worm via a stored XSS attack.
He was able to inject raw HTML into his profile by breaking the normally disallowed "javascript" into components, relying on IE to "combine" it back together. This code snippet then utilized XMLHTTPRequest, usually used for Ajax to execute a request in the background that would cause the viewer to transparently add Samy (author of the trick) to their buddy list. The "worm" component of the hack used the same code to insert the attack HTML sequence into the profiles of comprised users allowing the hack to self propagate. The attack process and why it was possible is explain is fair amount of detail here. It should be noted that while Samy was careful not to cause any lasting damage, a more malicious person could have used the same code to do a whole lot more, like steal passwords of users and so on. Hopefully, this worm, which will surely get massive exposure in the coming days will prove effective where hundreds of security professionals were not, proving that XSS is a serious issue. Tuesday, October 11. 2005Modern Day Viking While coming back with friends from a photo trip this weekend, I've spotted this wonder navigating the parking lot of a shopping mall. I'd try to describe it, but in this case a picture is truly worth a thousand words. Definitely not something that you see every day.
Tuesday, October 11. 2005
SQL Injection Chapter on MySQL ... Posted by Ilia Alshanetsky
in PHP, Publications at
09:03
Comment (1) Trackback (1) SQL Injection Chapter on MySQL Developer Zone
I am happy to announce that the SQL Injection chapter from my book, Guide to PHP Security has been published on MySQL's developer zone. You can find this chapter here.
Wednesday, October 5. 2005
FUDforum 2.7.3RC2 Released Posted by Ilia Alshanetsky
in FUDforum, PHP at
10:13
Comments (0) Trackbacks (0) FUDforum 2.7.3RC2 Released
Here goes the 2nd and hopefully the final release candidate prior to the final 2.7.3 release. Not a whole lot of changes, nearly all of them bug fixes. One welcome addition is the newly deployed Korean translation which brings FUDforum's localization number to 24 (WOW!). Big thanks to all the people who have and continue spending the time adding and updating the translations.
This RC offers a small number of bug fixes, which is usually a good sign indicating we are nearing the final release. You can download the installer or upgrade script at the listed links. Some of the "main" changes include the following:
Tuesday, October 4. 2005
PHP Security Guide now available on ... Posted by Ilia Alshanetsky
in PHP, Publications at
09:41
Comments (6) Trackbacks (0) PHP Security Guide now available on Amazon and Barns&Noble
My book, PHP Security Guide is now available for purchase on Amazon and Barnes & Noble.
Unfortunately both of these stores have the book's title wrong in different and "creative" fashions, more so on B&N where they've decided to come up with their own creative title Monday, October 3. 2005
PDO Article and FUDforum review in ... Posted by Ilia Alshanetsky
in FUDforum, PHP, Publications at
13:47
Comments (2) Trackbacks (0) PDO Article and FUDforum review in September PHP|Architect issue.
Two weeks late, but, better late then never, that's what I think
The September issue of PHP|Architect, has a fairly long and hopefully interesting article on PDO covering all of the new features found at the time. As far as PDO material goes, aside from the manual it is probably the most up to date resource on it that you can find. And even then it does not cover my BC break that was made recently. So if you are considering using PDO, this is definitely something that should be of interest. The issue also held a pleasant surprise for me, which was a fairly detailed and positive review of FUDforum, yey! It only got 4 stars (out of 5), but I did manage to acquire the missing star directly from Peter (Forum’s Reviewer, thanks for the review btw) on a napkin, PERFECTION!!! |
ArchivesCategoriesSyndicate This BlogBlog Administration |










Comments