+ Reply to Thread
Results 1 to 5 of 5

Thread: Howto: Running TeamViewer 6 as root on Linux Share/Save - My123World.Com!

  1. #1
    Administrator b0nd will become famous soon enoughb0nd will become famous soon enough b0nd's Avatar
    Join Date
    Jul 2010
    Location
    irc.freenode.net #g4h
    Posts
    562
    Thanks
    116
    Thanked 237 Times in 96 Posts

    Howto: Running TeamViewer 6 as root on Linux



    While attempting to run teamviewer on BT5, as usual, I got the error:

    Error: TeamViewer must not be executed as root!
    This blog has remedy for previous versions.

    The following is the solution for the current version of teamviewer 6.0.9258

    Code:
    /opt/teamviewer/teamviewer/6/bin# vim wrapper
    and instead of "die" just replace that with "echo". This way it would run and every time remind you of security issues as well.

    function validate_user()
    {
    local userid=$(id -u)

    if [ $userid = 0 ] ; then
    echo "TeamViewer must not be executed as root!"
    fi
    }
    or simply just comment out the whole if - fi structure.

    Cheers!
    Last edited by b0nd; 01-04-2012 at 09:51 AM. Reason: Edited the typo - Thanks Neo!
    [*] To follow the path: look to the master, follow the master, walk with the master, see through the master,
    ------> become the master!!! <------

    [*] Everyone has a will to WIN but very few have the will to prepare to WIN

  2. The Following 4 Users Say Thank You to b0nd For This Useful Post:

    d4rkpyth0n (01-03-2012), fb1h2s (12-27-2011), neo (09-06-2011), the_empty (01-04-2012)

  3. #2
    Administrator Punter has disabled reputation Punter's Avatar
    Join Date
    Jul 2010
    Location
    Above Sea level
    Posts
    159
    Blog Entries
    1
    Thanks
    6
    Thanked 67 Times in 28 Posts
    Nice Trick Bond just installed Teamviewer on Bt5 R1

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    Hire a Hacker by the Night and Hire a Chief Security Officer (CSO) by the Day.

  4. #3
    Security Researcher fb1h2s will become famous soon enoughfb1h2s will become famous soon enough fb1h2s's Avatar
    Join Date
    Jul 2010
    Location
    India
    Posts
    535
    Blog Entries
    15
    Thanks
    268
    Thanked 135 Times in 65 Posts
    Huff guess where my google search landed for this "back to the base", thank bond
    Hacking Is a Matter of Time Knowledge and Patience

  5. #4
    neo
    neo is offline
    InfoSec Consultant neo is on a distinguished road
    Join Date
    Jul 2010
    Posts
    282
    Thanks
    94
    Thanked 52 Times in 35 Posts
    Nice post bond.

    Just remove typo -
    Quote Originally Posted by b0nd View Post

    or simply just uncomment the whole if - fi structure.
    I think it should be comment the whole if-fi structure
    Orkut id: neo1981
    Blog: infosec-neo.blogspot.com
    Nothing is Impossible*


    *Conditions Apply

  6. The Following User Says Thank You to neo For This Useful Post:

    b0nd (01-04-2012)

  7. #5
    Administrator b0nd will become famous soon enoughb0nd will become famous soon enough b0nd's Avatar
    Join Date
    Jul 2010
    Location
    irc.freenode.net #g4h
    Posts
    562
    Thanks
    116
    Thanked 237 Times in 96 Posts
    Quote Originally Posted by neo View Post
    Nice post bond.

    Just remove typo -


    I think it should be comment the whole if-fi structure
    Yup, that was a typo. Thanks for pointing it out Neo.
    [*] To follow the path: look to the master, follow the master, walk with the master, see through the master,
    ------> become the master!!! <------

    [*] Everyone has a will to WIN but very few have the will to prepare to WIN

Tags for this 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