Contribute Media
A thank you to everyone who makes this possible: Read More

Poor person's parallel processing

Description

A relatively simple example of using Python to elegantly handle resource intensive tasks (e.g. password cracking, mass DNS resolution, large port scans) in a distributed way using multiple physical or virtual hosts.

Details

Improve this page