Quote:
|
Originally Posted by King Coder
If they have your password. I think if your CPanel was hacked you would have a lot more damage done. I've given my CPanel and FTP passwords out before so that I could have work done, but I immediately changed them afterwords.
It's probably been some simple exploit scan that came up positive on your site. As curb basically said, your hosting company should have holes like that closed.
|
I was going to leave this thread be since the OP hasn't of late, responded to the feedback given. I have been able to replicate the hack on a local server. This method has been in the wild and is similar of "cross-site scripting". It is
not a case of hacking the server as Kobra's original post stated that it showed up in his log file. If you were a client, I would look at your log file to find which script was used and secure it by sanitizing user-input (namely, the $ENV{'QUERY_STRING'}.)
To exploit this type of hack, the hacker believes that the victim will view his server logs with a browser (as many hate looking at the raw format and the abundance of log-analyzing software on the open market) and in doing so, tries to gather data for a perhaps future security compromise be it on or off-line.
You may want to find a CEH and have them perform a security analysis of your server and scripts.