mirror of
https://github.com/codingo/Interlace.git
synced 2026-01-25 01:44:48 +01:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -2,3 +2,17 @@
|
||||
A threading management application that allows controlled execution of multiple commands, over multiple targets.
|
||||
|
||||
[](https://www.python.org/) [](https://www.gnu.org/licenses/gpl-3.0.en.html) [](https://travis-ci.org/codingo/Reconnoitre) [](https://twitter.com/codingo_)
|
||||
|
||||
# Usage
|
||||
|
||||
| Argument | Description |
|
||||
|------------|--------------------------------------------------------------------------------------------------------------|
|
||||
| -t | Specify a target or domain name |
|
||||
| -tL | Specify a list of targets or domain names |
|
||||
| -threads | Specify the maximum number of threads to run at any one time (DEFAULT:5) |
|
||||
| -timeout | Specify a timeout value in seconds for any one thread (DEFAULT:600) |
|
||||
| -c | Specify a single command to execute over each target or domain |
|
||||
| -cL | Specify a list of commands to execute over each target or domain |
|
||||
| --no-color | If set then any foreground or background colours will be stripped out |
|
||||
| --silent | If set then only important information will be displayed and banners and other information will be redacted. |
|
||||
| -v | If set then verbose output will be displayed in the terminal |
|
||||
|
||||
Reference in New Issue
Block a user