README.md

# ExTansaku

[![Build Status](https://travis-ci.org/ninoseki/ex_tansaku.svg?branch=master)](https://travis-ci.org/ninoseki/ex_tansaku)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/ex_tansaku/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/ex_tansaku?branch=master)

ExTansaku is a yet another dirbuster tool which is powered by Elixir.

Note: This is a port of [ninoseki/tansaku](https://github.com/ninoseki/tansaku).

## Installation

```sh
$ mix escript.install hex ex_tansaku
```

## Usage

```sh
$ ex_tansaku -c TARGET_URL
$ ex_tansaku -c http://localhost
```