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)
-   -   People Who inject Stuff into PHP (https://gfy.com/showthread.php?t=1002926)

oscer 12-21-2010 06:44 PM

People Who inject Stuff into PHP
 
Anyone ever seen that happen from these guys?


Registrant:
Kipec Ineara [email protected] +1.2128816540
Ineara inc
933 po box
New York,NY,US 10081

this is what was injected

iframe width="1" height="1" src="http://disreco.com/images/start.php?id=vlnd"</iframe

HomerSimpson 12-21-2010 07:02 PM

just hate that injection shit....
never cared much about the code than how to clean it
and prevent from happening again...

oscer 12-21-2010 07:19 PM

Yea backups ... Luckily it was a personal site and i keep multiple backups

k0nr4d 12-21-2010 10:05 PM

99 out of 100 times, its a virus on your computer that grabs ftp data and either sends it to a central location which modifies files named index.*, or logs in on its own and does said changes.

potter 12-21-2010 10:44 PM

Quote:

Originally Posted by k0nr4d (Post 17792027)
99 out of 100 times, its a virus on your computer that grabs ftp data and either sends it to a central location which modifies files named index.*, or logs in on its own and does said changes.

eh.. You're forgetting about having bots scan for certain versions of scripts -- versions with security holes.

Some Guy 12-21-2010 10:50 PM

That happened to me big-time last month. Every site of mine got hit. Every single index.html or index.php file on my server had random lines of code inserted. It royally fucked-up a few of my sites that used link exchange programs. Hugely annoying. It happened every day for a week. I spent countless hours trying to figure out what was going on. Fixing everything over and over again was a major bitch.

When I asked my hosting company about it (Colo-Cation, the best hosting company ever) they looked into it and told me that, as k0nr4d said, it was more than likely a virus on my own machine that was causing the issue. I ran a virus scan and changed every password on my server and it hasn't happened since.

Twoface31 12-21-2010 11:42 PM

this is shit :)

k0nr4d 12-21-2010 11:56 PM

Quote:

Originally Posted by potter (Post 17792057)
eh.. You're forgetting about having bots scan for certain versions of scripts -- versions with security holes.

Usually files like index.html, index.php, etc are not writable by the http user, so a script would not have permissions to write to them to add said code. There are of course TGP scripts and such which write to flat files (therefor them having to be writable by the web user) which is the exception here.

That being said it's almost always a virus with this kind of thing. If not the site owner, then a designer or programmer they hired, an updater, anyone with ftp access. The first thing anyone should do is change all their passwords as soon as something like this happens.

oscer 12-22-2010 12:10 AM

Quote:

Originally Posted by k0nr4d (Post 17792027)
99 out of 100 times, its a virus on your computer that grabs ftp data and either sends it to a central location which modifies files named index.*, or logs in on its own and does said changes.


I havent used FTP in a good while ... I have scp program i use ...

I secured Php on the machine !

BIGTYMER 12-22-2010 12:57 AM

I had this happen on 12/06 on one my smaller sites. No other sites on the server were hit with it.

<img width=0 height=0 src="http://*REMOVED*.com/count.gif?id=*REMOVED*">

I was hit with malware around the same time...

BIGTYMER 12-22-2010 01:04 AM

Quote:

Originally Posted by oscer (Post 17791806)
Anyone ever seen that happen from these guys?


Registrant:
Kipec Ineara [email protected] +1.2128816540
Ineara inc
933 po box
New York,NY,US 10081

this is what was injected

iframe width="1" height="1" src="http://disreco.com/images/start.php?id=vlnd"</iframe

They just reg'd that domain yesterday. I'd try calling that phone # tomorrow and I would report this to their host (Leksim Ltd).

cybermike 12-22-2010 08:16 AM

I got hit hard on my tgps.. they kept changing the top 2 rows to trafficshop and other urls.. took a while but seems that my host found the backdoors

Very annoying

fatfoo 12-22-2010 09:02 AM

It sucks. Don't inject the wrong thing.

bl4h 12-22-2010 10:11 AM

http://www.php.net/manual/en/intro.filter.php

adult-help 12-22-2010 10:19 AM

Quote:

Originally Posted by potter (Post 17792057)
eh.. You're forgetting about having bots scan for certain versions of scripts -- versions with security holes.

i think this is the case most of the times. not our pc. bots scan for holes in scripts.also the server you host or even one account one host can be compromised.

eroticsexxx 12-22-2010 10:25 AM

Yes, I've heard that injecting stuff into your PeePee hurts.

I wouldn't recommend it.

:winkwink:

TeenCat 12-22-2010 10:33 AM

they must be a doctors :2 cents:

magicmike 12-22-2010 10:43 AM

Yeah I've seen it before, will kill your SE listings as google will flag those sites as dangerous.

seeandsee 12-22-2010 10:46 AM

learn how to prevent

john FVC 12-22-2010 01:33 PM

Have had it happen in the past but the server folk ran a script to clean it up though it did take a few days as we had so much stuff on our servers. We are still with Webair and I think Webair have really got their security sorted out now.

oscer 12-22-2010 02:44 PM

added this to php.ini

disable_functions=readfile,shell_exec,exec,virtual ,passthru,proc_close,proc_get_status,proc_open,pro c_terminate,system

myneid 12-22-2010 02:56 PM

lol, my favorite is finding pages with
<?php
include_once($_REQUEST['page']);
?>

wehateporn 12-22-2010 03:34 PM

Quote:

Originally Posted by Some Guy (Post 17792064)
That happened to me big-time last month. Every site of mine got hit. Every single index.html or index.php file on my server had random lines of code inserted. It royally fucked-up a few of my sites that used link exchange programs. Hugely annoying. It happened every day for a week. I spent countless hours trying to figure out what was going on. Fixing everything over and over again was a major bitch.

When I asked my hosting company about it (Colo-Cation, the best hosting company ever) they looked into it and told me that, as k0nr4d said, it was more than likely a virus on my own machine that was causing the issue. I ran a virus scan and changed every password on my server and it hasn't happened since.

Someone said you can get that one from Torrents


All times are GMT -7. The time now is 07:38 AM.

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