Kategorie: Development
-
Handling large files with(out) PHP
von
in PHPAs one man was quoted "640K of memory should be enough for anybody" no one will need to access more than 2 GB data. What happens if you – just for scientific reasons of course – try to access larger files using your 32bit hardware and your favorite programming language PHP? For a first test…
-
Stacking up the free accounts: recursive scans
Chorizo’s standard account already contains recursive scans from the current URL. This means that Chorizo! is able to follow URLs from forms etc. automatically until a recursive level that you are able to set. From now on, the free accounts also benefit from this feature which makes it very handy to scan sites more deeply.…
-
3,500 users in 2 days. Awaiting the birth of the bloody alien sausage.
Geez! What a week. Right after the announces at several newstickers and websites (on heise security German and heise Security English, an extensive German review at dynamic-webpages.de and one in French at nexen.net) on Monday, more than 3,500 users (and counting) registered at our small security sausage tool and created hundreds of thousands security scans…
-
Handling different Configurations in an ITIL Staging Process
von
in PHPWhat’s ITIL at all ? ITIL (IT Infrastructure Library) is a description of different processes to manage the whole ITInfrastruture from the first use of a software to user helpdesks. The aim of the defined processes
-
Commoditizing PHP security
We think it’s time to commoditize PHP web application security. You may have heard of Chorizo!. We’re proud to announce that from now on it’s possible to register for a free account on chorizo-scanner.com. With this free account, it’s possible to use the Chorizo! application service as a proxy and scan 1 host. All scan…
-
Accessing NTLM secured resources with PHP
von
in PHPSometimes you need to do strange things – and then PHP is the language of choice if you need a solution for web applications in really special environments like using a Windows based authentication method on a Linux server. Here at Mayflower GmbH / ThinkPHP we wrote a proxy server for the authentication with NTLM…
-
An alternative Approach to Tagging
von
in PHPThe Term Tagging The popular feature of ‚tagging‘ content is nothing new. The average netizen should have encountered it by now. Tagging was made popular by sites like del.icio.us and flickr, where users can attach free-form strings, so-called ‚tags‘ to their bookmarks and images. The viewer can then use these tags to navigate through one…
-
Methods to reduce the load of your webserver by caching content: using lighttpd, MySQL UDF, LUA and speed everything up.
von
in PHPThe method I would like to describe is based on the webserver lighttpd. Lighttpd is a single process webserver written for high traffic sites. It supports fast-cgi out of the box which makes it ideal for hosting PHP applications. There are lots of nice modules for the daily work like mod_access or mod_rewrite. For more…