This guy keeps getting control of my cPanel on my server.
He's been able to modify my SQL tables, delete files, change index, lock me out of cPanel, Block my I.P. range, and etc, etc..
I changed my passwords all to 25 character alphanumeric, I inserted the following into my .htaccess:
I had PhPBB do an audit and they found no problems, my host is useless and keeps telling me to scan my PC for viruses (yeah right).
But still this guy keeps getting in.
The first time, he used a c99.php shell exploit, but I'm pretty sure I have that hole fixed.
The second time I noticed an added user name for the ftp account. Deleted it. But he is still getting in.
Today as I got home, I checked, and noticed I was locked out of the site via I.P. block from the cPanel.
That was the 4th time.
I need someone to give me some SERIOUS help here keeping this guy out.
He's part of the Gaza Hacker crew and has threatened to keep hacking me for insulting Islam of all things.
He's been able to modify my SQL tables, delete files, change index, lock me out of cPanel, Block my I.P. range, and etc, etc..
I changed my passwords all to 25 character alphanumeric, I inserted the following into my .htaccess:
PHP:
########## Begin - Rewrite rules to block out some common exploits
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
But still this guy keeps getting in.
The first time, he used a c99.php shell exploit, but I'm pretty sure I have that hole fixed.
The second time I noticed an added user name for the ftp account. Deleted it. But he is still getting in.
Today as I got home, I checked, and noticed I was locked out of the site via I.P. block from the cPanel.
That was the 4th time.
I need someone to give me some SERIOUS help here keeping this guy out.
He's part of the Gaza Hacker crew and has threatened to keep hacking me for insulting Islam of all things.