You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 55 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - mazen or marvis is hacking me and request money [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Mon Mar 03, 2008 6:49 am Reply with quoteBack to top

Hi
someone is hacking my web 7.6, 3.3 patch
every day...about two times , he substitutes my index page to his index...and i dont know what to do, i have sentinel last version too..

another thing is he has access to up files somewhere in my ftp like this:

Code:

<?php #--Config--# $login_password='';#Login password $IP=array();#Allowed users [$IP=array('192.168.100.5','192.168.100.9');] #----------# error_reporting(0); ignore_user_abort(true); set_time_limit(0);

etc...etc...[/url]
Find all posts by deadkoView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Mar 03, 2008 10:46 am Reply with quoteBack to top

My guess is that he hacked once - and installed a backdoor to allow continued access.

You'll need to check your error logs to see how he got in. Restore a clean backup if you have them. Delete any old or vulnerable scripts.

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Tue Mar 04, 2008 11:20 am Reply with quoteBack to top

yes...but...i clean every day malicious scripts ...the date tell me if is new file...
anything more in a solution?
Find all posts by deadkoView user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 303


PostPosted: Tue Mar 04, 2008 11:42 am Reply with quoteBack to top

I had earlier problems with hackers that put their own index.php and config.php on my site. I studied the logs and found out that they used a upload program from an addon module to do that. In .htaccess I restricted the use of this upload program to my own ip-address and the hacking stopped completely. Do you use any gallery or chat program that could provide upload function?
Find all posts by SlackervaaraView user's profileSend private message
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Wed Mar 05, 2008 4:03 am Reply with quoteBack to top

yes...sexy or not...someone put files there in images directory like this:
name.php.jpg
this are backdoors detected on my antivirus...
put your configuration of htacces please
Find all posts by deadkoView user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 303


PostPosted: Wed Mar 05, 2008 5:36 am Reply with quoteBack to top

We can say that the program used for upload is called imageupload.php and situated in modules/Gallery/:

At the top of .htaccess of root (where config.php and index.php is) I have:

<Files "imageupload.php">
Order allow,deny
Allow from XX.XXX.XXX
Deny from all
</Files>

XX.XXX.XXX is the ip-address.

The .htaccess is valid for all subfolders, but not if a .htaccess is present in a folder or a subfolder.
Find all posts by SlackervaaraView user's profileSend private message
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Wed Mar 05, 2008 12:29 pm Reply with quoteBack to top

I discovered another thing, one of the files he upload is based on script named "PhpJackal"...I used this like chain.php and executed in my web :
www.dgirones.com/chain.php
and its incredible, the hacker can do anything...rename, delete, upload...etc...scan ftp , brute force...anything!
If someone wants the php give me your mail...
Find all posts by deadkoView user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 303


PostPosted: Wed Mar 05, 2008 12:36 pm Reply with quoteBack to top

On my site similar scripts were also uploaded and in fact more frequently than I was hacked, but this also stopped after I added this in .htaccess.
Find all posts by SlackervaaraView user's profileSend private message
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Thu Mar 06, 2008 12:42 am Reply with quoteBack to top

now, i try the htaccess file

I found this...
http://hack-x.net/vb/showthread.php?p=938#post938

see it!
Find all posts by deadkoView user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 303


PostPosted: Thu Mar 06, 2008 1:10 am Reply with quoteBack to top

He seems to come from an Arabic country and I would guess Iran, as it is the biggest also. I have had problems with Iranian hackers earlier. Maybe you could block Iran via .htaccess?

http://blockacountry.com/index.php

It is also good to block proxy servers in .htaccess, because hackers often use them:

RewriteEngine On

RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^.* - [F]
Find all posts by SlackervaaraView user's profileSend private message
deadko
Nuke Cadet
Nuke Cadet


Joined: Mar 03, 2008
Posts: 6


PostPosted: Fri Mar 07, 2008 6:58 am Reply with quoteBack to top

no way
i put all in htaccess and nothing...always have access
and now i cannot enter to my index page...you can see it
www.dgirones.com
Find all posts by deadkoView user's profileSend private message
Slackervaara
Captain
Captain


Joined: Sep 13, 2003
Posts: 303


PostPosted: Fri Mar 07, 2008 7:31 am Reply with quoteBack to top

Something must have been wrong, as all IP:s seems to be denied from your site. I suggest that you remove this .htaccess and put back the previous one. Your site will work then. Copy the text of your malfunctioning .htaccess in a Private message to me and I will try to see, what is wrong in it.
Find all posts by SlackervaaraView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.339 Seconds - 292 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::