Networking Tools scripts - Top 4 Download

Networking Tools script downloads

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

Get the MAC address of a remote computer

This script uses the Internet Protocol Helper functions on Win32 and helps you to find the MAC adress of a remote computer. ...
Python

PHPNetToolpack

You all know those little net tools like finger, traceroute etc. They have many similarities in functionality and would benefit from having a common interface. ...

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

eNetman

eNetman is a network asset management written in PHP & MySQL. It maintains a list of servers that can be x-ref by multiple items. Features: locations, manufacturers, vendors(contact names & phone numbers), Device log ,List of network ports, Software manager, File manager and more. ...

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

Data over ICMP

This script provides you a simple beta-tool that fills the DATA field of an address packet with strings, then send the packet(s) to an host specified. You can observe the strings received by putting an ICMP sniffer on the remote machines. ...
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

LAN Sentry

LAN-Sentry is a collection of PHP scripts to manage a gateway server using Linux's Netfilter (iptables) & ISC's DHCPd v3. It allows mac address restriction and web-based configuration. ...

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

LNMS

LNMS is a GPL licensed management system for local networks. It runs on a gateway system between Internet and Local net and provide a full functionality of controlling local users. LNMS is divided in to separate modules to provide functionality on the bases of requirements. Each module performs separate task and ...

LDAP User Management

LDAP User Management application is a LDAP user management system that uses PHP to create an easy to use interface. It provides a highly configurable, easy-to-use LDAP User management web interface. This is a web-based LDAP user management tool that  provides access to first-level support technicians while maintaining the stability of the LDAP ...

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

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

PHP Lookingglas

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

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

AdvDSN

The component allows you to add or delete ODBC Datasource Names. Works with all ODBC supported databases. Including MS-SQL Server, MS-Access, Oracle, and MySQL ODBC drivers. Complete DSN management. Access to the component can also be turned on or off for any website on the server, thus making it ideal for ...
ASP.NET

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

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

Authenticate with twisted web xmlrpc

These classes subclass several of the culprits in twisted.web.xmlrpc that are responsible for not being able to make autenticated XML-RPC calls. ...
Python