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

  • SEARCH
  • Home
  • 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 9145789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:36:05+00:00 2026-06-17T10:36:05+00:00

My server has been infected with malware. I have upgraded my Linux server to

  • 0

My server has been infected with malware. I have upgraded my Linux server to the latest version and no new files are being infected, but I need to clean up all the files now.

I can locate all the files doing the following:

grep -H "gzinflate(base64_decode" /home/website/data/private/assets/ -R | cut -d: -f1

But, I want to now delete the line containing gzinflate(base64_decode in every single file.

  • 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-17T10:36:06+00:00Added an answer on June 17, 2026 at 10:36 am

    I’d use sed -i '/gzinflate(base64_decode/d' to delete those matching line in a file:

    ... | xargs -I'{}' sed -i '/gzinflate(base64_decode/d' '{}'
    

    Note: You really want to be using grep -Rl not grep -RH .. | cut -d: -f1 as -l lists the matching filenames only so you don’t need to pipe to cut.

    Warning: You should really be concerned about the deeper issue of security here, I wouldn’t trust the system at all now, you don’t know what backdoors are open or what files may still be infected.

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

Sidebar

Related Questions

I have a SQL Server 2005 database that has been deleted, and I need
I have an mp3 encoding server running on Ubuntu (natty). This has been working
I have a linux server has an ad-hoc wireless network for clients to connect
I have deployed a .war file inside Jetty Server. The server has been started,
I have a Python client-server application and its server has been running for about
I have a dedicated server which has been setup and running well for some
My mail sending code is as follows which has been hosted on the server:
I'm coding a simple websocket server on netty. Before a client connection has been
We have an application that has been deployed to 50+ websites. Across these sites
I have bunch of methods in which i need to test whether remote server

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.