Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2012
    Posts
    38
    Thanks
    5
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    possible? using a linux filesystem on the net from any platform

    sometimes, even while browsing, one has to run some commands that on bash requires superuser privileges, but i wonder how safe I would be if i have to log onto my terminal with root when I know nothing about security and the like.
    is it possible to have access to an online linux-based filesystem where even while surfing the net and checking out forum posts on bash (e.g bashscripts.org) one can easily run some bash commands from your browser connected to an online linux-based filesystem without the risk of logging onto your terminal at all, even with/out root?
    thanks a lot




  2. #2
    Join Date
    Jan 2012
    Posts
    124
    Thanks
    0
    Thanked 10 Times in 10 Posts
    Rep Power
    2
    Quote Originally Posted by emekadavid View Post
    sometimes, even while browsing, one has to run some commands that on bash requires superuser privileges, but i wonder how safe I would be if i have to log onto my terminal with root when I know nothing about security and the like.
    is it possible to have access to an online linux-based filesystem where even while surfing the net and checking out forum posts on bash (e.g bashscripts.org) one can easily run some bash commands from your browser connected to an online linux-based filesystem without the risk of logging onto your terminal at all, even with/out root?
    thanks a lot
    If you're worried about security and safety then your best bet in that scenario is to run a virtual machine or install Cygwin. That, or install Putty and connect to a remote box via SSH.
    Information Server Management
    Linux server management, PCI consultation and affordable web hosting.

    Security For Us - Where security works for you

    Providing server security and PCI compliance for individuals and businesses.

  3. #3
    Join Date
    Jul 2012
    Posts
    60
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    1
    Generally, you are trusting the web browser or the application to prevent injection or some method allowing a hacker to run malicious code on the computer. Usually these are found and fixed in a reasonable amount of time. But in the case where there is a security hole that allows malicious code to be ran, uh oh.

    Moreover, it's a really really bad idea to run your everyday userspace programs (ie web broswers, games...) as root. Root should be more or less use as a systems administration tool, not a user.

    If you are worried the malicious code will some how get root access, you first must understand how. Common ways are privilege escalation, spoofing and (selective) keyloging.

    Privilege escalation is like using a shared anything, putting malicious code in it, and which then a higher user/application executes it.

    Spoofing, is cute. your .bashrc contains the environment variable PATH. PATH is used to find command you type into the therminal. For example, the command `top' is found in one of the specified directories that's given in PATH. Spoofing, in this example, someone or something edits your PATH to contain an malicious alias to a command. Which the user unknowingly executes.

    (Selective) keylogging is fairly self-explanatory. A program records all keystrokes, or records only when a certain program is used/or graphically focused (hence selective).

    So, when in doubt or just simply paranoid, run it in a user who has barely any privileges.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 04-21-2012, 01:48 PM
  2. Replies: 0
    Last Post: 03-19-2012, 07:40 AM
  3. Replies: 0
    Last Post: 02-06-2012, 09:09 PM
  4. Replies: 0
    Last Post: 02-01-2012, 06:41 PM
  5. Fedora Wants To Simplify the Linux Filesystem
    By Fred in forum Linux News
    Replies: 1
    Last Post: 11-03-2011, 12:18 PM

Bookmarks

Posting Permissions

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








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,559
Threads: 3,916
Posts: 9,432
Top Poster: Fred (1,486)
Welcome to our newest member, ssanthshtech

» Links



Powered by vBadvanced CMPS