GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   my server is under attack... from itself!?! (https://gfy.com/showthread.php?t=827558)

xanx 05-09-2008 08:57 PM

my server is under attack... from itself!?!
 
For some reason I am getting a lot of requests for a set of images over and over again. The strange thing is, the IP that's making the request is my own servers IP.

Any idea what this is ?

GrouchyAdmin 05-09-2008 09:04 PM

It's always sad when the host's immune system turns against itself.

3M TA3 05-09-2008 09:05 PM

hmm, are the images linked from a java script on your server? the log file should tell you

baddog 05-09-2008 09:06 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14172495)
It's always sad when the host's immune system turns against itself.

Server AIDS?

This just start? Did you modify htaccess recently?

xanx 05-09-2008 09:11 PM

didn't touch the .htaccess recently. I'm thinking a rogue script maybe but not even sure where to begin to look =(

baddog 05-09-2008 09:12 PM

Quote:

Originally Posted by xanx (Post 14172508)
didn't touch the .htaccess recently. I'm thinking a rogue script maybe but not even sure where to begin to look =(

That was my first guess, but was hoping it would be simple. Trojans suck. Server not managed?

Grapesoda 05-09-2008 09:12 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14172495)
It's always sad when the host's immune system turns against itself.

php-aids?

xanx 05-09-2008 09:16 PM

Quote:

Originally Posted by baddog (Post 14172513)
That was my first guess, but was hoping it would be simple. Trojans suck. Server not managed?

nah, starting to wish it was though =)

Superterrorizer 05-09-2008 09:19 PM

You are including URLs in your pages and not files. That's why you're bombing your server. If you are running a script that's linking images like that, it was written by a tool and you should use something else.

GrouchyAdmin 05-09-2008 09:25 PM

Quote:

Originally Posted by baddog (Post 14172500)
Server AIDS?

This just start? Did you modify htaccess recently?

Quote:

Originally Posted by bm bradley (Post 14172514)
php-aids?

Usually caused by include("http://file"); instead of include('file'); or readfile('file');

tony286 05-09-2008 09:38 PM

Its like the terminator, the machines learned and started taking over.

xanx 05-09-2008 09:45 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14172538)
Usually caused by include("http://file"); instead of include('file'); or readfile('file');

The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.

GrouchyAdmin 05-09-2008 09:49 PM

Quote:

Originally Posted by xanx (Post 14172570)
The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.

Well, you aren't going to want to write things like that. If you have an offsite link with a passthrough function, people could be using it to steal your content by proxy.

Wanna nasty-workable 'test?' Try moving it and do a 0 second meta refresh redirect, not a 301. If it still continues, that's obviously not it.

Grapesoda 05-09-2008 09:49 PM

Quote:

Originally Posted by xanx (Post 14172570)
The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.

I've had folders corrupted and do strange stuff. I put the files in another folder, renamed it and deleted the first folder. resolved the issue. -bmb

GoLakers 05-09-2008 09:55 PM

Did you check your server logs
which URL or page requesting the images ?

Sami 05-09-2008 10:06 PM

I would turn on access logs .. all options

then go to your apache logs directory and do a

tail -f logfilename | grep imagename.jpg


All times are GMT -7. The time now is 09:25 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc