Page 1 of 1
Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 2:37 pm
by RIGOLETO
HI there,
I need a sample of code to go through my network and get all the IP and show them in a BROWSER, just I have been cheking in Google and Yahoo, but there are not somethig or a site that can give me some sample.
Rigo
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 3:21 pm
by VladSun
What do you mean by "my network"? Public or private IP addresses? Is it DHCP IP address assigning? What/where is the router(gateway) - do you have access to it?
http://fping.sourceforge.net/
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 4:01 pm
by RIGOLETO
Hey man,
it is a private network, I need to go through and get all IP's and show them in a browser, using PHP
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 4:13 pm
by VladSun
You may proceed answering the rest of my questions

Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 4:16 pm
by RIGOLETO
My network is not a Dynamic DHCP. also I have access to my Router, using FTP
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 4:26 pm
by VladSun
If the IP addresses are statically assigned, you could take a list of them and check which are alive and which are not.
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Mon Dec 14, 2009 4:27 pm
by RIGOLETO
well, in theory I should use FTP to get them, right?
Re: Sample of PHP-FTP to check all my network and get IP's
Posted: Tue Dec 15, 2009 1:06 am
by VladSun
???
What does FTP has to do with IP scanning?
What OS is on your web server?