Networking Tools related scripts & softwares
dDNS is an server-side component which will resolve IP addresses or perform reverse-lookups on IP addresses. It can also return the local IP address or host name. dDNS is called from an ASP page or Visual Basic application or any other language capable of making calls to an ActiveX DLL.
WebResolve is a simple ASP COM object that will resolve a hostname or IP address given a hostname or IP address. If you enter www.webtest2000.com as the hostname, your result will be 216.122.51.96, and vice versa. This COM object will be used for our latest release WebIPBan, a set of scripts are used to ban certain IP or hostname addresses.
Resolver is the easiest way to do forward and reverse hostname/IP lookups from an application. Resolver is a simple COM object (built in Visual C++) that can do forward and reverse lookups on internet IP addresses and hostnames. The object includes 4 methods for resolving IP addresses to hostnames and resolving hostnames to IP addresses. The setup package includes a help file for technical reference on the component and information on dotted IP formats. The package also includes VB and ASP sample code that demonstrates how to use the component.
DSDns is a COM component that allows you to do forward and reverse DNS lookups, IP address verification and also reveals your current IP address. DSDns is light weight DLL (32K) and can be used in any environment that supports COM automation.
AspDNS can do forward and reverse DNS lookups returning either the IP address or the host name. Two methods are provided:DNSLookup(hostname - string) where the return value is a string with the IP address of the hostname and failure is indicated by an empty string, and ReverseDNSLookup(IPAddress - string) where if the IP address is found in the DNS the return value is the hostname.
Using this component you can perform DNS lookups, reverse lookups, get local ip and host name, check ip address validity and ping another host all from within your ASP pages.
Flicks Software's OCXHttp component lets you make HTTP requests from any program that can use ActiveX/OLE components, including ASP IIS, VB, and more.
HTTPSSL is a high performance component developed in VC++ to send and receive web pages through HTTP or HTTPS (secured connections via SSL). HTTPSSL has been tested over hundreds of thousands of requests and is well suited for use in high stress ecommerce environments. HTTPSSL is server safe and does not use or depend on wininet.
The khttp component is an ActiveX component written in Microsoft Visual C++ using WinInet and MFC. This component was written to answer the basic SSL / Host Header site issues missing from many other components of this type.
Features: HTTP/HTTPS get/post, Host Header based get/post (useful for discerning hosts residing on the same IP), Simple "HTTP POST" integration, Access password protected HTTP sites, Access sites via any valid tcp port (valid for both HTTP and HTTPS), Works using current system setting for firewalls, and Functions behind NAT servers.
ShotIp is an OLE automation application (COM application, ASP component etc.) that allows your scripts to connect with other computers on Internet or intranet networks "on the fly". In several strings of code you can retrieve text or binary data from remote Web host, post form data to Web host, send complicated email message containing attachments. Features include: GET, HEAD and POST request methods, Challenge/response and Basic authorization, You can easy POST data to HTTP servers emulating HTML form data, Ajustable timeout for HTTP and low level interface, Proxy support, You can modify User-Agent and all other headers in the request, You can add custom HTTP request headers, Both HTTP grabber and SMTP email sender in one, Handy retrieving of HTTP response variables makes your script smaller and smarter, Different types of email messages, Low level TCP/IP interface allows to use other non-standard protocols supported by server (if they exist), The Ping object allows easy to check whether remote host is alive. ShotIp is not based on other installed software - The only requirement is TCP/IP protocol installed.
|