Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Misc > Find and Replace Recursively
 Misc   Any questions or Linux discussion that does not fit in any of the other technical areas.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 09-27-2006   #1 (permalink)
Just Joined!
 
Join Date: Sep 2006
Posts: 2
Find and Replace Recursively

Hi There,

Our server recently was hacked. The hacker added an iframe to every index.html file. We got the exploits removed, but the iframe code needs to be removed from every index.html file. Does anyone know how we can recursively find and replace the iframe code with nothing (deleting the code)?

Thanks,
Derek
derekivey is offline  

Reply With Quote
Old 09-28-2006   #2 (permalink)
Linux Newbie
 
X.Cyclop's Avatar
 
Join Date: May 2006
Location: Brooklyn, New York
Posts: 142
Send a message via AIM to X.Cyclop Send a message via MSN to X.Cyclop Send a message via Skype™ to X.Cyclop
rm -rf `find /path -name 'index.html'`

__________________
"Don't think about the work, think about the benefit"

Leonardo Juszkiewicz
X.Cyclop is offline   Reply With Quote
Old 09-28-2006   #3 (permalink)
Just Joined!
 
Join Date: Sep 2006
Posts: 2
No, I don't want to delete the files, just replace the text in them so basically deleting this iframe code. I found a way here is what I did:

Code:
find /home/* -type f -exec sed -i 's/iframe code/ /' {} \;
Derek
derekivey is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 04:59 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2