Files
Interlace/README.md
Michael Skelton 125620541d Update README.md
2018-10-23 19:38:53 +10:00

12 lines
748 B
Markdown

# Interlace
A threading management application that allows controlled execution of multiple commands, over multiple targets.
[![Python 3.2|3.6](https://img.shields.io/badge/python-3.2|3.6-green.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Build Status](https://travis-ci.org/codingo/Reconnoitre.svg?branch=master)](https://travis-ci.org/codingo/Reconnoitre) [![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)
## Scratch
Read hostnames.txt - create loop
Read commands.txt - replace $target, $port, etc', create loop
Specify threads to run based on max threads - output as each command finishes.