Networking Tools scripts - Top 4 Download

Networking Tools script downloads

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

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

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

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

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

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

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 ldap with python

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

IPv6 Multicast

IPv6 can be tricky in many ways, and multicast makes it even more fun. This script is intended to give you a working implementation to start from. ...
Python