Python Modules



Pagecast Download

Friday, June 27th, 2008

Pagecast makes it easy to submit lists of URLs — Uniform Resource Locators,  to Internet search engines.

It also has some more advanced features such as the

Safe Eval Download

Thursday, June 26th, 2008

This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbi

ExceptionContainer Download

Wednesday, June 25th, 2008

ExceptionContainer script is an Exception base-class that supports keyword arguments and printing. Download from:

Http client to POST using multipart/form-data Download

Sunday, June 22nd, 2008

This script is a web client that will post data to a site as if from a form using ENCTYPE="multipart/form-data". 

It is typically used to upload

Instantiating pickled instances transparently Download

Sunday, June 22nd, 2008

This script addresses the following two needs:

Object construction for some class is expensive.

Objects of this class need to be in

Module For Running Simple Proxies Download

Sunday, June 22nd, 2008

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

PyFlag Download

Saturday, June 21st, 2008

FLAG (Forensic and Log Analysis GUI) was designed to simplify the process of log file analysis and forensic investigations. Often, when investigating a large case, a great deal

Pwman Download

Friday, June 20th, 2008

Pwman shows you one step better than keeping your passwords in a plain text file!

This password manager is a commandline util to keep your passwords in an encrypte

urrlib2 opener for SSL proxy Download

Monday, June 16th, 2008

This small module builds an urllib2 opener that can be used to make a connection through a proxy using the http CONNECT method (that can be used to proxy SSLconnections). The c

Find and replace string in all files Download

Friday, June 13th, 2008

This script interates all files in a directory and finds and replaces a string. In this case an IP address.