Networking Tools scripts - Top 4 Download

Networking Tools script downloads

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 ...

PHP Lookingglas

This php-script can be used to get informations from routers (cisco) like traceroute, ping, show bgp neigbour etc. ...

net snmp

Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite ...

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

Gsmbscanner

Gsmbscanner is a NETBios scanning program that allows you to scan a range of IP addresses.Features: - no more dependencies to Samba(homepage package - changed gui interface (added progress bar and etc.) - added mac (physical) address resolution support - has got complete list of NetBIOS Suffixes with it's meaning - ...

GNU MAC Changer

This code represents a GNU/Linux utility for viewing/manipulating the MAC address of network interfaces.Features: - Set specific MAC address of a network interface - Set the MAC randomly - Set a MAC of another vendor - Set another MAC of the same vendor - Set a MAC of ...

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 ...

PowerDNS

PowerDNS is an advanced high performance authoritative nameserver with a host of backends. Besides plain BIND configuration files, PDNS reads information from MySQL, Oracle, PostgreSQL and many other databases. Backends can easily be written in any language, and a sample Perl backend is provided. ...

XFwall

XFwall is a multi-distro professional graphical firewall software for Linux aimed at advanced users. The software has been adopted by private and governmental companies. XFwall can be used with client, servers, and (mainly) gateway machines. ...

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. ...

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. ...

Easy Firewall Generator

This program generates an iptables firewall script for use with the 2.4 or later linux kernel. It is intended for use on a single system connected to the Internet or a gateway system for a private, internal network.It provides a range of options, but is not intended to cover every possible ...

libASSA

libASSA is a UNIX/Linux Object-Oriented C networking (BSD sockets) library and application framework based on Adaptive Communication Patterns. libASSA is designed to improve productivity of writing network-oriented client/server applications. ...

Module For Running Simple Proxies

Proxies can be useful at times but may not be simple to create and run. This script provides a single class that can build proxy objects capable of being both started and stopped. ...
Python

Pinhole

Pinhole is a simple network utility that forwards a port to the host specified. The optional newport parameter may be used to redirect to a different port on the target host. Uses threads gratuitously. ...
Python

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

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

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

Network Ping Pong using Twisted Prespective Broker

This is a simple program using Twisted Perspective Broker and showing use of Twisted Deferreds and other callback mechanisms. It starts the server without arguments and the client with the host name of the server. ...
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