What does this URL structure mean?
Posted
by SteD
on Stack Overflow
See other posts from Stack Overflow
or by SteD
Published on 2010-05-27T05:00:36Z
Indexed on
2010/05/27
5:11 UTC
Read the original article
Hit count: 200
Does this mean that it will be looking for index.php
and provide the GET variable y with /home/xxx/public_html/control/&x=shell
?
http://www.xxx.com/control/?y=/home/xxx/public_html/control/&x=shell
Long story: Website got defaced, and found this b374k script when browsing to one of the page, I am trying to figure out where exactly they injected this script, thus trying to figure out a hint from this url where the scripts resides in.
© Stack Overflow or respective owner