SSL Client Authentication over HTTPS Download
Thursday, May 22nd, 2008This python application that demonstrates SSL client authentication over HTTPS. It is also explained the basics of how to set up Apache to require SSL client authenti
This python application that demonstrates SSL client authentication over HTTPS. It is also explained the basics of how to set up Apache to require SSL client authenti
Python Port Scanner is a simple port scanner made with Tkinter as a GUI.
Download from:
This script represents a very simple proof-of-concept of an ostreams-like interface wrapping around file-like objects, included a demonstration of manipulators.
This script allows you to do port forwarding.
Download from:
PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context.
If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() thr
Catfish is a handy file searching tool for linux and unix. Basically it is a frontend for different search engines (daemons) which provides a unified interface.
Th
This short script allows a user to track the current status of a package sent through FedEx. It is meant to be run from the command line and takes 1 option argument (-v) to det
This class can only check a single word, it return None if the entry is valid dictionnary or a list containing the ispell suggestions. It uses popen2 module to drive the ispell
This script contains a simple function to change the background/foreground color of characters written to a Windows console (command line).