OS Detection [Was Re: [Ilugc] (no subject)]

  • From: praveen@xxxxxxxxxxx (Praveen Kumar)
  • Date: Wed, 07 Apr 2004 14:02:37 +0530

T.K.Venu Gopal wrote:

how can i say is the system is unix/windows box 
by ipaddress in a network

By just looking at the IP address, you can't say whether that box is 
Windows or Linux or whatever. But doing a portscan can reveal it. For 
instance, you can use nmap with OS detect switch (-O). This is usually 
done by TCP/IP fingerprinting. This will work out for major OSs.

A portscan of my PC (Runs Windows 2000) gave...

# nmap -sS -PT -PI -O -T 3 praveenk.xxx.xxxxxxx.com
Starting nmap V. 3.00 ( www.insecure.org/nmap )
Interesting ports on praveenk.xxx.xxxxxxx.com (10.1.152.33):
(The 1594 ports scanned but not shown below are in state: closed)
Port       State       Service
21/tcp     open        ftp
80/tcp     open        http
135/tcp    open        loc-srv
139/tcp    open        netbios-ssn
445/tcp    open        microsoft-ds
2401/tcp   open        cvspserver
6000/tcp   open        X11
Remote operating system guess: Windows Millennium Edition (Me), Win 
2000, or WinXP
Nmap run completed -- 1 IP address (1 host up) scanned in 17 seconds

HTH.

-- 
http://puggy.symonds.net/~praveen

From Sajith T S <sajithts@xxxxxxxxxxxxx>  Wed Apr  7 08:49:36 2004
From: Sajith T S <sajithts@xxxxxxxxxxxxx> (Sajith T S)
Date: Wed, 07 Apr 2004 14:19:36 +0530
Subject: [Ilugc] Is Exporting .pst into Evolution possible ?
In-Reply-To: <1081324537.9034.12.camel@xxxxxxxxxxxxxxxxxxxxxxx>
References: <LAEEKJKAGLFCOHMNNIINKEDCCPAA.rajendran@xxxxxxxxxx>  
<4073A920.7030108@xxxxxxxxxxxxxxxx> 
<1081324537.9034.12.camel@xxxxxxxxxxxxxxxxxxxxxxx>
Message-ID: <4073C0A0.3010408@xxxxxxxxxxxxx>

Gopalarathnam V. wrote:

Evolution is much faster than Mozilla Thunderbird and uses lesser
memory.  Also, Evolution is more integrated with GNOME while Mozilla
uses its own widget set and essentially stands out from the rest of the
applications.
Evolution 1.5.5 now has Junk mail control too!

Wow. Email client war :-) I've trouble connecting to the SMTP server
using Gnus, otherwise could have joined with the Emacs pitch :-)

Regarding Outlook-to-mbox, this HOWTO might be useful:
http://www.tldp.org/HOWTO/text/Outlook-to-Unix-Mailbox

Question: anyone know how to do SMTP AUTH with Gnus?

Thanks,
Sajith.
-- 
sigs waste bandwidth.

Other related posts:

  • » OS Detection [Was Re: [Ilugc] (no subject)] - Praveen Kumar