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

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, che

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

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

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: