1
martyboy
People making up fake URL's, whats the piont?
  • 2006/7/28 22:41

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hey, i dont know if this is the correct forum this is kinda XOOPS related, let me explain what I am talking about.

I was just searching google to see how my site was placed, etc and i did a search for my xcgal module to see how many people linked to it, i found alot of mentions of the URL of my xcgal module listed all over the place, and on some dodgy looking sites, but the thing was at the end they all had filenames for cracks, porn passwords, etc, for examplehttp://mysite.com/home/modules/xcgal/albums/somealbum/porno-password-cracker.shtml, the list goes on from downloads of exe files and software password cracks.

I checked my logs and there is an absolute ton of requests for these URL's, i checked inside xcgal directories and of course none of these files that are on google are there, so there requests just bring up 404 errors, my question is why would people post links to these dodgy files that arent even on my site? Is there a name for this phenomenon and is there a way to stop it, has anyone else had a similar experiance with these fake URL's?

Cheers.
Michael Jackson = King Of Pop

Xoops = King Of CMS

2
Cuidiu
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 0:11

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I think it's more than people making up fake URLs. I'm not sure what's going on in your case but page hijacking comes to mind. I did an allinurl of your site on Google - allinurl:www.yourdomain.com/home/modules/xcgal/albums/
and when your site came up (if the site I found is your site) I clicked on Google's cache and it immediately redirects to a scraper/fake search engine site. When I clicked on the actual Google link - which should have brought me to your site, it took me to the same site (not yours) as well. That tells me it's been hijacked. I think it's a 302 redirect or something like that. Frankly, I don't know much about it but have read a little here and there. Try reading a few of these links about it and see if any of this applies.

302 Redirect Google Search

Good luck.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]

3
martyboy
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 11:24

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, thanks for your reply, I dont think i have been hijacked though, my site is mjtkop.com is that what you tried? I couldnt get anything to show in google for allinurl:http://mjtkop.com/home/modules/xcgal/albums

heres the google search results for pages containing the termshttp://mjtkop.com/home/modules/xcgal/ http://www.google.co.uk/search?hl=en&lr=&q=%22mjtkop.com/home/modules/xcgal/%22

If you scroll down a bit youll see what i mean with the fake URLs, they seem to be coming from crack, or porn seach sites or something.

I think i will contact google and see if they can remove these results as it just doenst look good to legitimate people doing a search for my gallery.

Thanks for your help
Michael Jackson = King Of Pop

Xoops = King Of CMS

4
martyboy
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 11:35

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Actually you are correct i just found the sites on google.

A while back i was compromised and there where loads of php files placed inot xcgal album directories, these files where called base.php, includes.php, time.php and otehr names there was also a htaccess file which is probably what is redirecting to the crap search site.

I will need to go through every directory and remove all these files.
Michael Jackson = King Of Pop

Xoops = King Of CMS

5
Cuidiu
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 14:07

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I'm sorry to hear your site was compromised. Do you know how they did it?

I would definitely remove the files ASAP and if you don't have Protector, try using that.

Good luck.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]

6
martyboy
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 18:28

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, actually my site was compromised last year, what happened is they managed to alter files in templates_c or cache which allowed them to place links to various porn sites/crack downloads on my site it was simply fixed just delete cache and templates_c files. The thing is I didnt notice these other php files in the xcgal/albums directories because i have no need to check those folders once pics are uploaded.

As was said before the files usulaly 4 php files named different things and a htaccess file are placed in the directories ive read about this today happening with phpnuke and other CMS it makes your site or the albums URL redirect to carious Russian search sites.

This is the content of the htaccess file that is in the directories:
Options -MultiViews
ErrorDocument 404 
//home/modules/xcgal/albums/killer_thriller_party_2002/create.php


Each one differes with the php filename I looked in the php file and its just php code i dont understand.

I have protector installed and it was installed when this attack took place, but protector just isnt the protector i dont think, it might protect against some sql injections or high loading bots but it simple boils down to the fact that some folders within XOOPS have to be writable chmod 777 which is just not secure.
Michael Jackson = King Of Pop

Xoops = King Of CMS

7
Cuidiu
Re: People making up fake URL's, whats the piont?
  • 2006/7/29 18:38

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Quote:
I have protector installed and it was installed when this attack took place, but protector just isnt the protector i dont think, it might protect against some sql injections or high loading bots but it simple boils down to the fact that some folders within XOOPS have to be writable chmod 777 which is just not secure.


That's odd... I was under the impression that Protector was supposed protect against file uploads. From the Protector preferences:

Quote:
Exit if bad files are uploaded

If someone tries to upload files which have bad extensions like .php , this module exits your XOOPS.


Thanks for the information. It's a bit unnerving what these people can actually achieve.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]

8
martyboy
Re: People making up fake URL's, whats the piont?
  • 2006/7/30 0:20

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Quote:
That's odd... I was under the impression that Protector was supposed protect against file uploads. From the Protector preferences:


I could be completely wrong, but i have a feeling that is only applicable if someone tries to upload from within your XOOPS site, for example someone tries to upload a bad file into the wfdownloads module or a public gallery module, etc.

To be honest I am not sure exactly what good protector can be it seems to have its faults, it kept banning alot of my members and forum moderators saying that they where bad bots or they where launching a DOS attack, members where getting banned every day, it got to the piont I had to change the settings and disable IP bans, I dont really know exactly how protector works or what it classes as a bad bot or DOS attack but I dont think my members where falling into this category.
Michael Jackson = King Of Pop

Xoops = King Of CMS

Login

Who's Online

137 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits