PHP Networking Tool
Free and open source PHP Networking Tools Scripts. Scripts about Networking Tools such as HTTP, DNS, Whois, Traceroute in this category.-
GET by IP can determine the country and other details associated to a given IP address by querying an WHOIS server.Besides the country, if available, GET by IP also retrieves these fields of the responsible institution for the range of IP addresses to which the given IP belongs: netname, person, address, phone and e-mail.
-
NT MAC Address is meant to retrieve the MAC address associated to a network card of a computer in the same local network.This class works only under Windows 2000 or later and can retrieve the MAC address of either the network card associated to the IP address of the current Web server or the client accessing to it.NT MAC Address ...
-
IP to Country classes is meant to determine the country where is its located the Internet network given the IP address of computer.The class uses a CSV file named ip-to-country.csv that lists the IP address ranges and the respective countries. That file can be obtained from from webhosting.info site .IP to Country classes can lookup the IP range CSV file ...
-
SSH in PHP implements a SSH client to securely execute shell commands in a remote server using an encrypted communications channel. This class is not based on any PHP extension specifically meant to implement the SSH protocol. It only requires the PHP extensions bcmath and mcrypt.SSH in PHP can connect to a SSH server, authenticate with given user and password, ...
-
DNS Resolver library written in pure PHP script. It might be helpful when you run the scripts that use standard DNS related functions such as getmxrr() or checkdnsrr() on win32 or BeOS. Besides this class partially supports IPv6 address resolution, so it will help your IPv6 related project even when doing on *nix platforms. DNS Dynamic Update is not yet ...
-
Some web sites (like IMDb) prevent external scripts from parsing their contents by denying request without a user-agent string. Though this can be circumvented by manually sending the necessary headers, this is usually too complicated.This BrowserEmulator class with its methods fopen and file wraps the fsockopen calls and sends all the necessary headers before returning a file handle usable with ...
-
Minotaur is a simple layer 2 traceroute program written in PHP. The script is desgined to work with almost all kinds of Cisco switches with CDP (Cisco Discovery Protocol) turned on and TACACS+ login turned on. Minotaur - a layer 2 trace route for cisco switches will take an IP or MAC address you are looking for and traverse through ...
-
Vz Ping is a simple but useful script to find out which machines are connected to the LAN opening a simple web page.
-
ANDURAS SurfProtect is a PHP application that can be used for virus-scanning withing the application-layer (ISO/OSI). Either http and ftp-downloads are supported. It can be installed within a proxy server (e.g. squid) to secure a network against downloads of virus-infected files.
-
PHPerl links a Perl interpreter intoa PHP module for Apache. It provides a PHP API for managing Perl interpreters and evaluating Perl expressions, plus a package of Perl subroutines to assist in executing Perl packages in PHP context.
-
Pcom is a PHP-driven webtelnet, that is a web interface to execute shell commands/external programs on a server without telnet access. It's useful when you need to perform shell actions nut you don't have access to a shell on the server. It can handle non-interactive sessions and interactive programs in background.

