+ Reply to Thread
Results 1 to 6 of 6

Thread: shell scripts!

  1. #1
    Mikami is offline New Bee
    Join Date
    Jun 2007
    Posts
    5
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default shell scripts!

    hello

    All of you know what shell scripts are,some evil files that hackers use to ruin you website!

    i want to know if WHB have anything to stop these files working!
    you know that hackers can upload them via php bugs!

    anyway...,
    what do you have to stop them working?
    disable function?safe mod?mod_security?
    BFD? Rkhunter ?ChkRootKit?

    so that security be at the top!

    so..., i want to know something about security at WHB?

    and thank you

  2. #2
    Matt R.'s Avatar
    Matt R. is offline WeeHBie
    Join Date
    Jul 2006
    Posts
    1,394
    WHB Points this Month
    0.00
    WHB Points
    60.00
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    We only grant jailed SSH access to users that provide us with valid ID. I'm not going to go in depth into what security we run on a public forum, but rest assured we employ the best admins and our servers are very secure.
    Matt Russell
    WebHostingBuzz CEO

    Follow me on Twitter: http://www.twitter.com/mattdrussell

  3. #3
    Mikami is offline New Bee
    Join Date
    Jun 2007
    Posts
    5
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    We only grant jailed SSH access to users that provide us with valid ID. I'm not going to go in depth into what security we run on a public forum, but rest assured we employ the best admins and our servers are very secure.
    I see.
    But could know if the shell scripts have a chance to work in your servers or not?cuz those bad people ruined my own entire server and websites using shell scripts and user baypass scripts!
    all what i want is to fell safity and have good security here! in WHB

  4. #4
    Matt R.'s Avatar
    Matt R. is offline WeeHBie
    Join Date
    Jul 2006
    Posts
    1,394
    WHB Points this Month
    0.00
    WHB Points
    60.00
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    It's impossible to say. A million and one different shell scripts exist.

    As long as you maintain good password security, and keep your software up to date, then your account is 100% safe with us.
    Matt Russell
    WebHostingBuzz CEO

    Follow me on Twitter: http://www.twitter.com/mattdrussell

  5. #5
    Tony's Avatar
    Tony is offline Bad Influence
    Join Date
    Apr 2007
    Location
    West Virginia Blue Ridge
    Posts
    604
    Servers
    SS3
    WHB Points this Month
    15.00
    WHB Points
    175.00
    Thanks
    2
    Thanked 8 Times in 8 Posts

    Default

    Not to butt in, but keep in mind the #1 thing you as a web person can do is keep up with security updates for all the software you use.

    This isn't easy.

  6. #6
    JasonD Guest

    Default

    Just my 2-cents...

    Security starts with YOU, the USER...

    If your programming allows scripts to be injected, you should do more research before you use that code again. You programmed it, not your servers. They can not protect YOU from YOUR bad codes.

    They can only protect you from "Some" potential server-side exploits, not from code that you allow others to access.

    Research, research, research.

    All input should be scanned PRIOR to transmission, and should be checked to ensure that it is coming from YOUR page, not a crafted page or program. Upon receiving data, you should check it again, with PHP code, and the input as a chunk of BLOB or BITWISE data, not as a string.

    NEVER use GET requests to send data, always use POST or use JAVACOOKIES for confirmation. (2% of the world has cookies blocked, 2% of the world has javascript blocked, they are both standards now. Just as the new "Standard", is "Automatic" for cars. Since they have depreciated 50% of HTML, and migrated to CSS/JAVASCRIPT and XHTML. Though XHTML is still more of a programmers love, and a users nightmare.)

    Hope that you get your programming skills worked-out. Hate to see you loose another site. (Stay away from "Novelty Code". That is "Half Code", made only to show you how something CAN be done. It is never "Complete Code", which has checking and security in mind... They remove that stuff, to simplify it for demonstration.)

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts