diff --git a/README.md b/README.md index e47c423..635016a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ 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.