Networking Tools scripts - Top 4 Download

Networking Tools script downloads

Asynchronous port forwarding

This script forward the TCP traffic from your machine to another host, and back in the the other way. It uses asynchronous socket thanks to ye olde asyncore module, which was used by Zope up until recently (they integrated the Twisted reactor). As a consequence, it should be able to handle a ...
Python

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

Gspoof

Gspoof is a GTK program written in C language which makes easier and accurate the building and the sending of TCP packet with a data-payload or not. It's possible to modify TCP/IP fields also Ethernet header working to Link Level. ...

Wake On Lan

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

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

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

chpassldapweb

chpassldapweb is a software developed in PHP AJAX, for change password in directory LDAP. The interface is WEB is simple and very functional. It has protection against deny of service in directory LDAP. ...

PHPVNC

PHPVNC allows for system administrators and technical support to connect to end users quickly and efficiently using a PHP web front end. It uses PHP, NMAP, MYSQL. Works with *NIX but has not been tested on windows. ...

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

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

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

Python portscanners

This script presents a couple of multithreaded portscanners. The second one use the Queue module. ...
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

NNTPobjects

NNTPobjects is a collection of c classes for easily creating simple or advanced NNTP clients in c . Novice and advanced c programmers will be able to quickly write small utilities or full featured NNTP clients. &kly write ...

Remote Shutdown on Windows

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

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

Simple ldap with python

Simple ldap with python script shows some example of ldap library use with python. ...
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

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

PHP packet2sql

PHP packet2sql is a spawn of xant's packet2sql program. This program provides a PHP frontend to packet2sql and also enables packet2sql to work with both iptables and ipchains network filters (instead of just ipchains). ...