Jack W. pointed out Mindcraft, but for systems not covered by Mindcraft
there are other things you can do.  Note that probing of this sort is
often considered a mild form of network attack, so don't go doing this
to just anyone.

http://www.insecure.org/nmap/index.html

Specifically,

http://www.insecure.org/nmap/nmap-fingerprinting-article.html

That's for the OS.  For the web server, telnet to port 80 on the host
machine and issue the command

get / HTTP/1.0

...and hit return twice.

For example on my desk here:

[mjinks@titan mjinks]$ telnet localhost 80
Trying 127.0.0.1...
Connected to localhost
Escape character is '^]'.
get / HTTP/1.0  <-- this is the command, note you don't get a prompt

HTTP/1.1 501 Method Not Implemented
Date: Wed, 21 Mar 2001 21:38:11 GMT
Server: Apache/1.3.14 (Unix)  (Red-Hat/Linux) mod_ssl/2.7.1
OpenSSL/0.9.5a PHP/4.0.4pl1 mod_perl/1.24
<snip>

Hey, I'm running Apache on Red Hat!  And shame on me, I haven't
configured it to return a bogus server banner!  BAD net admin! *whack*

Cheers,
-m


[EMAIL PROTECTED] wrote:
> 
> How do you know that hotmail.com is running on Linux/Apache?  I'm not
> challenging you on it.  I'm just curious how I would substantiate such a
> claim.  For that matter, is there some sort of command I can use to find out
> the type of O/S at the end of an ip address.  Dig, nslookup and host don't
> really shed any light on that.
> 
> Regards,
> Rob
> 
> > -----Original Message-----
> > From: Jacob Killian [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 21, 2001 2:07 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: OT: Anybody else gettin' sick of Ballmer's BS?
> >
> >
> > This, from the company who's new desktop OS (XZ, ZX, XT, ?)
> > comes installed
> > with remote administration turned on.  Oh yeah, that's a REAL
> > good idea.
> >
> > Sorry, M$ is running scared.  You'd think that after years of
> > not being able to
> > get hotmail.com off of linux/apache, Ballmer wouldn't be
> > calling it a "toy".
> >
> > People used to call PCs toys, too.  People used to say that
> > no one would ever
> > need more than 8(sic) MB of memory.  Those same people then
> > proceeded to drive
> > the need for more than 8(sic) MB of memory.
> >
> > I don't listen anymore.
> >
> > Jacob
> >
> > On Wed, 21 Mar 2001, you wrote:
> > > http://www.moongroup.com/stories.php?story=01/03/21/3513425
> > >
> > > --
> > > Chuck Mead, csm -AT- moongroup.com, Owner, MoonGroup.com
> > > (Note: html formatted email sent to me is filtered & deleted unread)
> > > GnuPG Public Key Available: http://wwwkeys.us.pgp.net
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > --
> > Jacob Killian
> > PGTC System Administrator
> >
> > <mailto: [EMAIL PROTECTED]>
> > <http://www.pgtc.net>
> >
> > 501-846-7245
> >
> > "Long may we walk" --my mom
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
~~~Michael Jinks, IB // Technical Entity // Saecos Corporation~~~
            With all due respect to Kenny Rogers,
    the best that you can hope for is a return code of zero.
Opinions expressed above are my own, and not those of my computer.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to