Necesita iniciar una sesión para tener acceso a los foros. Haga clic aquí para hacerlo.
Hacker - Please help
Creado 22/11/2011 20:50
Hacker - Please help
I realised that some data from my simple mysql+php website has be deleted from this IP address: 204.236.226.210 and from 174.129.228.67. That i realised from access.log.current file where stated
"GET /robots.txt HTTP/1.0" 404 2302 www.mywebsite.de "-" "ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.co"
Can some body help me how i can secure my database? I have been changing passwords but no way. Its now 5th time ![]()
Please write down some tips...
Regards, bye.
jalal
Usuario desde 15/12/2003
Creado 23/11/2011 11:11
Re: Hacker - Please help
it seems that your php website could have GET requests which are sql sensitive. If so, then change them to "Post" requests. Changing password of db will not help as the connection from your website to DB will be used for hacking.
all the best!
lrosy10
Usuario desde 31/08/2008
Creado 23/11/2011 11:24
Re: Hacker - Please help
This can be the result of different attacks that are possible these days, XSS injection, SQL injection, frame injection are few to name.
Your case seems more like sql injection, go through the details on wikipedia. There are some prevention techniques as well.
If you believe somebody has really hacked your website/server then whatever you do, in the end your hosting provider can help you a lot more than others.
RohitK
Usuario desde 24/11/2005

