[PHP] icmp ping, check port, etc.

2002-11-14 Thread Bryan Koschmann - GKT
Hello, I've been looking into setting up a site to check the hosts on my network. Basically, I want it to ping each host and tell whether it is up or not, then also check various services (www, ftp, smtp, pop3, dns, ssh) and see if they are available. This would check either for a connection

Re: [PHP] icmp ping, check port, etc.

2002-11-14 Thread Ewout de Boer
You could exec the ping command and analyze its output using regular expressions. regards, Ewout de Boer - Original Message - From: Bryan Koschmann - GKT [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 8:09 PM Subject: [PHP] icmp ping, check port

Re: [PHP] icmp ping, check port, etc.

2002-11-14 Thread Tony Earnshaw
tor, 2002-11-14 kl. 20:32 skrev Ewout de Boer: You could exec the ping command and analyze its output using regular expressions. I just wondered whether Bryan wasn't trying to reinvent the wheel (www.nessus.org, www.insecure.org, etc.) Best, Tony -- Tony Earnshaw Cricketers are strange

[PHP] ICMP Ping

2001-08-13 Thread James Crowley
Hi, Is there any way to send an ICMP ping (or packet) from PHP? (without using exec(ping)!!) Regards, - James Editor, VB Web == Web - http://www.vbweb.co.uk Email - [EMAIL PROTECTED] ICQ# - 60612011 Fax - +44(0)8707052859 == -- PHP General

[PHP] ICMP Ping

2001-08-07 Thread James Crowley
Hi, I'm trying to write a port scanner similar to http://scan.sygatetech.com to expose security holes in a PC or server. However, I can't figure out how to perform an ICMP ping. Does anyone know how? Regards, - James Editor, VB Web == Web - http://www.vbweb.co.uk

Re: [PHP] ICMP Ping

2001-08-07 Thread Tyler Longren
exec(ping 127.0.0.1); -- +-+ |Tyler Longren| | Captain Jack Communications | |[EMAIL PROTECTED]| | www.captainjack.com | +-+ On Tue, 7 Aug 2001 17:11:36 +0100 James Crowley [EMAIL PROTECTED] wrote: Hi,

Re: [PHP] ICMP Ping

2001-08-07 Thread hassan el forkani
look for icmp at http://phpclasses.upperdesigns.com i beilive there is a class that does just that regards At 18:11 07/08/01, you wrote: Hi, I'm trying to write a port scanner similar to http://scan.sygatetech.com to expose security holes in a PC or server. However, I can't figure out

Re: [PHP] ICMP Ping

2001-08-07 Thread Sean C. McCarthy
Hi All, You meant: http://www.PHPClasses.UpperDesign.com/ didn't you? Sean C. McCarthy SCI, SL (www.sci-spain.com) hassan el forkani wrote: look for icmp at http://phpclasses.upperdesigns.com i beilive there is a class that does just that regards At 18:11