Networking Tools scripts - Top 4 Download

Networking Tools script downloads

Refining an FTP Site List

This script introduces a pair of functions for checking whether FTP sites are up. The refineFTPList() function will take in a list of FTP sites and returns a list of sites that are not down. The isFTPSiteUp() function checks a particular FTP site to see if it is up. ...
Python

Remote Shutdown on Windows

Remote Shutdown on Windows script shuts down or reboots a remote computer. ...
Python

Sharp Serialization Library

Sharp Serialization Library serializes and deserializes primitives, ArrayLists and Hashtables, compatible with PHP serialize(). Use it for SOAP/Web Services communications where Hashtables cannot be passed otherwise, or saving to a file readable by php.This C# Serialization Library is used to serialize objects to strings and deserialize objects from strings formatted using ...

Simple ldap with python

Simple ldap with python script shows some example of ldap library use with python. ...
Python

Simple session handling example

This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2 ). Its goal is to show how cookies are set via HTTP and how easily they can be used for session management. ...
Python

Simple SNTP client

This script uses the SNTP protocol (as specified in RFC 2030) to contact the server specified in the command line and report the time as returned by that server. ...
Python

Simplest HTTPS with basic proxy authentication

This is just about the most simple snippet of how to do proxy authentication with SSL using python. The current homepage only supports ssl through a proxy _without_ authentication. This example does basic proxy auth that a lot of proxy servers can support. ...
Python

SkICMP ActiveX Control

SkICMP ActiveX Control is a lightweight and powerful ICMP (Ping and Traceroute) ActiveX control that can be used for network diagnosing, troubleshooting, and monitoring. SkICMP ActiveX Control can be used from any 32-bit Windows development environment, including Visual Basic, Visual C , and Delphi. It is fully compliant with RFC 792. ...
ASP.NET

SLOP

SLOP is a PERL and PHP based engine for the collection of and reporting on logs from various network based devices such as firewalls, switches, and web servers. So far, SLOP supports Checkpoint firewalls and VPNs and Cisco 2900 and 3500 switches.The code, written is designed using a OOP philosophy so ...

Smbind

Smbind is a PHP-based tool for managing DNS zones for BIND via the web. It supports per-user administration of zones, error checking, and a PEAR DB database backend. ...

SmokePing

SmokePing is a latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection. SmokePing comes with a smart alarm system. ...

SwiftSurf

SwiftSurf is a web proxy that can handle http (1.0 and 1.1) and homepage Moreover, it allows page filtering and authentication through a password. All the configuration of SwiftSurf is made using the configuration file. Comments start by "#" and finish at the end of the line. the default file provided ...

TransConnect

This is a program that allows users behind a HTTP proxy like squid to use applications like telnet,ssh, irc, fetchmail etc as if they were directly connected to the internet. ...

TunnelTools

TunnelTools is a set of perl scripts to allow anonymous rsync and CVS access from machines inside a firewall by tunneling over an ssh connection to a host outside the firewall. ...

Unnoc

Unnoc is a NOC network monitoring application that is designed to integrate traffic graphs (RRDTool) with SNMP host checking, monitoring and graphing. It uses native SNMP to monitor servers, Wireless Access Points, UPS's, routers, firewalls, network switches--anything SNMP-enabled, and will send out pages and email alerts if something is wrong. ...

Using wxPython with Twisted Python

When using wxPython with Twisted in the way described in the Twisted docs wxPython will be stuck on menus and modal dialogs. This is due to the fact that wxPython uses private eventloops for menus and modal dialogs. This script is simple and works nicely on platforms using the select reactor. ...
Python

Wake On Lan

This script switches on remote computers using WOL. ...
Python

Web Portal System

Web Portal System is a highly configurable code, created for users with basic skills in php who are looking for a solution where they can easy include their own code.Intranet module is also available in Borland C , Delphi/Kylix, with ERP & CRM. ...

When to not just use socket close

This script implements a "broken" client/server to show how sock.shutdown can be more useful than a simple socket.close operation. ...
Python

wx twisted support using threads

This module enables wxPython and twisted to peacefully co-exist. It does this by running wxPython in the main thread and starting a secondary thread for the twisted library. It also provides a set of tools to enable communication between the two librarys. ...
Python