From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3E2EB73F.80400@replay.ru> Date: Wed, 22 Jan 2003 18:22:39 +0300 From: Sergey Degtyaryov Organization: Purple Legion SPb User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021123 X-Accept-Language: en-us, en MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] =?windows-1251?Q?=EA=E0=EA_=E8=E7=ED=E0=F2=FC_=ED?= =?windows-1251?Q?=E0_=EA=E0=EA=EE=E9_=EF=EB=E0=F2=F4=EE=F0=EC=E5_=F1?= =?windows-1251?Q?=E0=E9=F2=3F?= References: <3715054727.20030122154650@infonet.ee> In-Reply-To: <3715054727.20030122154650@infonet.ee> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: Eugene Savitsky wrote: > Hello! > > Есть сайт и хочу узнать на чем он работает апач или иис, или еще > что-нибудь? > > Спасибо. > > 1) nmap -o host man nmap 2) http://uptime.netcraft.com/up/graph/ 3) [maga@spb maga]$ cat ./head.pl #!/usr/bin/perl use LWP::Simple; my @rsp = head(@ARGV[0]); print @rsp[4]."\n"; [maga@spb maga]$ ./head.pl http://microsoft.com Microsoft-IIS/6.0 [maga@spb maga]$ ./head.pl http://sovesti.net Apache/1.3.27 (ALT Linux/alt13) PHP/4.1.2/ALT rus/PL30.16 [maga@spb maga]$ -- Сергей Дегтярев