echo _START_ starts some process, but what process?
somebody tries to run it on my server.
Actually here is the ful command:
sh -c echo _START_; cd ../../../../../../../../../../
Please tel me what does it do.
Does anybody know what is echo _START_?
Moderator: General Moderators
Does anybody know what is echo _START_?
Last edited by PanK on Wed Nov 24, 2004 4:59 pm, edited 1 time in total.
A user tried to run that code on your server? Seems like an un-authorized access attempt,
try running this code and see what _START_'s value is:
try running this code and see what _START_'s value is:
Code: Select all
<?php
print_r(get_defined_constants());
?>