Fedora Linux Support Community & Resources Center
  #1  
Old 23rd October 2004, 11:45 AM
superbnerd
Guest
 
Posts: n/a
Konqueror vs IE

Many people have been bashing windows for integrating windows with the os, ie, but I am curious how konqueror is different. I don't use Konqueror, so I may simply be missing the obvious, but doesn't Konqueror integrate the browser with the file manger? Would this allow any exploit in konqueror to have the same affect as an ie os exploit, except that linux actauly implements user restrictions? Is konqueror some how built more securely from the ground up to prevent such catastrophic exploits
Reply With Quote
  #2  
Old 23rd October 2004, 02:55 PM
Chas.H's Avatar
Chas.H Offline
Registered User
 
Join Date: Aug 2004
Location: Stokes County, North Carolina
Age: 54
Posts: 248
That is an interesting question.

I use Konqueror as a file browser, even though it needed a bit of a twisted hack to make it work the way I want on Gnome. The reason I use it is simple, I used Knoppix for about a month before installing Fedora. It was the default file browser in that environment, so that's what I got used to. I use Firefox as the internet broswer, so no worries there.

As far as security holes, I never worried about it because of the open source nature of Linux. With all those coders looking at everything, it's a good bet that there are people looking at security issues, and either checking in fixes or reporting any flaws. Why would a hacker try to keep up with all that when there is easy pickings with the OS 98% of the world is using now?
__________________
Cheers,
Charles
Booke Seminars
Gilded Age
9 Dragon Palace Restaurant

Still using FC2
Upgraded to FC4 July 16, 2005!!
Still using FC4

Registered Linux User #373127
Reply With Quote
  #3  
Old 23rd October 2004, 05:46 PM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
The main difference is that IE is integrated with the OS, not just the file manager, and that it was specifically constructed so that it was easy to access OS-specific functionality, like what to do with a certain type of file. In Konqueror, there are the same kind of file associations, but they get handed off to other user-space programs (e.g. the KParts) through direct invocation, not via RPC calls. (Yes, you read that right - Windows uses RPC calls all over the place instead of direct invocation.) That keeps the execution in user-space.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
  #4  
Old 28th October 2004, 07:08 AM
Chas.H's Avatar
Chas.H Offline
Registered User
 
Join Date: Aug 2004
Location: Stokes County, North Carolina
Age: 54
Posts: 248
Arrow

Not knowing what crackers was talking about led me to google up this link.

Just thought I'd share it with the world.
__________________
Cheers,
Charles
Booke Seminars
Gilded Age
9 Dragon Palace Restaurant

Still using FC2
Upgraded to FC4 July 16, 2005!!
Still using FC4

Registered Linux User #373127
Reply With Quote
  #5  
Old 28th October 2004, 08:51 PM
Shadow Skill Offline
Registered User
 
Join Date: Aug 2004
Posts: 1,317
Reading that does not make me feel good at all....I have raised a simillar question before but after reading this I am pretty sure Konqueror won't allow someone to nuke your system like IE can.
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.



Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
Reply With Quote
  #6  
Old 28th October 2004, 09:17 PM
GreyGeek Offline
Registered User
 
Join Date: Aug 2004
Location: Lincoln, NE
Age: 71
Posts: 83
That Konqueror is both a web browser and file manager is because the web is just a file system using the TCP/IP protocol, and it makes sense to integrate them into a single application. Konqueror is usually runs user space using mime type linking to activate actions *initiated BY the user*, unlike RPC calls in which the remote PC/host summons an API method exposed by a service (daemon) running on the user's PC. The deamon may have more rights than the user and the remote host may be able to escalate its rights by some attack against the daemon.

You are perfectly safe running Konqueror on the web. I've been doing so since Konqueror was first released and it is my prefered browser, although I am playing with FireFox right now.
Reply With Quote
  #7  
Old 28th October 2004, 09:49 PM
Chas.H's Avatar
Chas.H Offline
Registered User
 
Join Date: Aug 2004
Location: Stokes County, North Carolina
Age: 54
Posts: 248
Konqueror as a internet browser has some bugs to work out. It doesn't render tables with absolute positions quite right. One website I program, Booke Seminars there are some hidden tables that are submenu item of the main menu across the top. Mouse over them and they are rendered correctly in Firefox, Mozilla, Opera, and (with some JS coaxing, M$IE). In Konqueror the tables are all broken up. I might be able to use JS to account for that difference like I did for M$IE, but the target audience is almost all (if not all) using some flavour of M$ windows; so why bother?
__________________
Cheers,
Charles
Booke Seminars
Gilded Age
9 Dragon Palace Restaurant

Still using FC2
Upgraded to FC4 July 16, 2005!!
Still using FC4

Registered Linux User #373127
Reply With Quote
  #8  
Old 28th October 2004, 10:02 PM
Psquared Offline
Registered User
 
Join Date: Aug 2004
Location: Memphis, TN
Posts: 506
Quote:
Originally Posted by Chas.H
Konqueror as a internet browser has some bugs to work out. It doesn't render tables with absolute positions quite right. One website I program, Booke Seminars there are some hidden tables that are submenu item of the main menu across the top. Mouse over them and they are rendered correctly in Firefox, Mozilla, Opera, and (with some JS coaxing, M$IE). In Konqueror the tables are all broken up. I might be able to use JS to account for that difference like I did for M$IE, but the target audience is almost all (if not all) using some flavour of M$ windows; so why bother?
I know what you mean Charles. I use Firefox, but I have tried the others and I can't get the tables across the top to display correctly at this site. www.thestate.com It's the main newspaper in SC (where I am from) and it looks terrible in every webbrowser I've tried in Linux. (Except Epiphany - which I have not tried yet)

But back to the issue at hand - that link you posted about RPCs is mostly greek to me, but it does look vaguely like a Microsoft "hacker's blueprint."
Reply With Quote
  #9  
Old 28th October 2004, 10:25 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
And for Gnome, Nautilus is not only the file manager but also the desktop shell. When was the last time you heard of a Nautilus exploit?

The concept is the same, but I think Windows Explorer is integrated at a lower level. If someone could confirm or deny this, go right ahead.
Reply With Quote
  #10  
Old 28th October 2004, 10:48 PM
Psquared Offline
Registered User
 
Join Date: Aug 2004
Location: Memphis, TN
Posts: 506
Can Nautilus work in KDE?
Reply With Quote
  #11  
Old 28th October 2004, 11:09 PM
sailor's Avatar
sailor Offline
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 4,010
I use Konqueror for file manager only, I also like to use Midnight Commander, but I wish someone would make a dual pane filemanager for linux that works like WinCommander(MC is close)
I always find multi-function applications lacking in some of the functions.


Firefox for web browsing...
__________________
sailor
Fedora 18, Lenovo V570 IdeaPad Intel Core I5
Registered linux user #362635
****************************************

Last edited by sailor; 28th October 2004 at 11:24 PM.
Reply With Quote
  #12  
Old 29th October 2004, 06:26 AM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
Quote:
Originally Posted by Jman
The concept is the same, but I think Windows Explorer is integrated at a lower level. If someone could confirm or deny this, go right ahead.
Yes, it's tightly bound to the OS itself and uses RPC calls to "Ring 0" (basically kernel-level) services for some of the functionality. That's why you could write VBScript or buffer-exploit viruses that can (and will) re-write the Registry, as well as hide themselves from the process manager, and all those other *cough* "neat" things.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug In Konqueror? damagehead Using Fedora 10 24th December 2008 01:04 PM
Konqueror will not run Archw Using Fedora 1 27th October 2006 03:28 AM
Konqueror FAINT Using Fedora 1 20th October 2006 04:49 AM
rpm -qa | konqueror biruru Using Fedora 4 18th August 2006 04:45 PM


Current GMT-time: 15:56 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat